debian man page for pgasetup

Query: pgasetup

OS: debian

Section: 8

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PGASetUp(8)							      PGAPack							       PGASetUp(8)

NAME
PGASetUp - set all uninitialized variables to default values and initialize some internal arrays.
DESCRIPTION
Must be called after PGACreate() and before the GA is started.
INPUT PARAMETERS
ctx - context variable
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" void PGASetUp(ctx) PGAContext *ctx
LOCATION
create.c
EXAMPLE
Example: PGAContext *ctx; : PGACreate(ctx, ...); : // Set options here : PGASetUp(ctx); 05/01/95 PGASetUp(8)
Related Man Pages
pgasetrealinitrange(2) - debian
pgacreate(8) - debian
pgasortpop(8) - debian
glxquerycontext(3g) - centos
lwres_conf_parse(3) - centos
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph