DragonFly On-Line Manual Pages

Search: Section:  


BSglob2loc(3)                    BlockSolve95                    BSglob2loc(3)

NAME

BSglob2loc - Map global row numbers to local row numbers

INPUT PARAMETERS

length - the number of row numbers to map req_array - the row numbers to map procinfo - the usual processor information map - the map to use

OUTPUT PARAMETERS

ans_array - on exit, the corresponding local row numbers or a -1 if the row does not reside on the calling processor

RETURNS

void

SYNOPSIS

void BSglob2loc(int length,int *req_array,int *ans_array, BSprocinfo *procinfo,BSmapping *map)

LOCATION

BlockSolve95/src/BSmap.c 1/11/1996 BSglob2loc(3)

Search: Section: