debian man page for pgagetstoppingruletype

Query: pgagetstoppingruletype

OS: debian

Section: 8

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

PGAGetStoppingRuleType(8)					      PGAPack						 PGAGetStoppingRuleType(8)

NAME
PGAGetStoppingRuleType - Returns a symbolic constant that defines the termination criteria.
INPUT PARAMETERS
ctx - context variable
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" int PGAGetStoppingRuleType(ctx) PGAContext *ctx
LOCATION
stop.c
EXAMPLE
Example: PGAContext *ctx; int stop; : stop = PGAGetStoppingRuleType(ctx); if (stop & PGA_STOP_MAXITER) printf("Stopping Rule = PGA_STOP_MAXITER0); if (stop & PGA_STOP_NOCHANGE) printf("Stopping Rule = PGA_STOP_NOCHANGE0); if (stop & PGA_STOP_TOOSIMILAR) printf("Stopping Rule = PGA_STOP_TOOSIMILAR0); 05/01/95 PGAGetStoppingRuleType(8)
Related Man Pages
pvm_freecontext(3pvm) - redhat
pgadebugprint(3) - debian
modbus_read_registers(3) - debian
pgacreate(8) - debian
glxquerycontext(3g) - centos
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Detecting unused variables...
One instance of comparing grep and awk
Weird 'find' results
My first PERL incarnation... Audio Oscillograph