blob: 5d09fbdf441aa34dc7b0c37f21b58e3f37bc08f2 [file] [log] [blame]
.TH PGAGetRestartFlag 3 "05/01/95" " " "PGAPack"
.SH NAME
PGAGetRestartFlag \- returns whether the algorithm should employ the
restart operator
.SH INPUT PARAMETERS
.PD 0
.TP
ctx
- context variable
.PD 1
.SH OUTPUT PARAMETERS
.PD 0
.TP
none
.PD 1
.SH SYNOPSIS
.nf
#include "pgapack.h"
int PGAGetRestartFlag(ctx)
PGAContext *ctx
.fi
.SH LOCATION
restart.c
.SH EXAMPLE
.nf
Example:
PGAContext *ctx;
int val;
:
val = PGAGetRestartFlag(ctx);
.fi