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_newcontext(3pvm) - redhat
pgasetrealinitpercent(2) - debian
pgasetrealinitrange(2) - debian
pgacreate(8) - debian
pgaduplicate(8) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Introduction
Detecting unused variables...
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?