INPUT PARAMETERS
- ctx
- - context variable
OUTPUT PARAMETERS
- none
-
SYNOPSIS
#include "pgapack.h"
int PGAGetMinIntegerInitValue(ctx, i)
PGAContext *ctx
int i
LOCATION
integer.cEXAMPLE
Example: PGAContext *ctx; int min; : min = PGAGetMinIntegerInitValue(ctx);