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

  
 
  

home | help
BSloc2glob(3)			  BlockSolve95			   BSloc2glob(3)

NAME
     BSloc2glob - Map local row numbers to global 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 global row numbers

RETURNS
     void

NOTES
     Only valid for local row numbers that reside on the calling processor

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

LOCATION
      BlockSolve95/src/BSmap.c

				    1/11/1996			   BSloc2glob(3)

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

home | help