PGAGetMaxMachineIntValue
returns the smallest integer of the current machine
- Provided by: pgapack (Version: 1.1.1-3)
- Report a bug
returns the smallest integer of the current machine
#include "pgapack.h" int PGAGetMinMachineIntValue(ctx) PGAContext *ctx
system.c
Example: PGAContext *ctx; int intmin; : intmin = PGAGetMinMachineIntValue(ctx);