.TH BSloc2glob 3 "1/11/1996" " " "BlockSolve95" .SH NAME BSloc2glob \- Map local row numbers to global row numbers .SH INPUT PARAMETERS .PD 0 .TP .B length - the number of row numbers to map .PD 1 .PD 0 .TP .B req_array - the row numbers to map .PD 1 .PD 0 .TP .B procinfo - the usual processor information .PD 1 .PD 0 .TP .B map - the map to use .PD 1 .SH OUTPUT PARAMETERS .PD 0 .TP .B ans_array - on exit, the corresponding global row numbers .PD 1 .SH RETURNS void .SH NOTES Only valid for local row numbers that reside on the calling processor .SH SYNOPSIS .nf void BSloc2glob(int length,int *req_array,int *ans_array, BSprocinfo *procinfo, BSmapping *map) .fi .SH LOCATION BlockSolve95/src/BSmap.c