Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
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)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=BSglob2loc&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help