.TH BSglob2loc 3 "1/11/1996" " " "BlockSolve95" .SH NAME BSglob2loc \- Map global row numbers to local 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 local row numbers or a -1 if the row does not reside on the calling processor .PD 1 .SH RETURNS void .SH SYNOPSIS .nf void BSglob2loc(int length,int *req_array,int *ans_array, BSprocinfo *procinfo,BSmapping *map) .fi .SH LOCATION BlockSolve95/src/BSmap.c