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

  
 
  

home | help
BSscale_diag(3) 		  BlockSolve95			 BSscale_diag(3)

NAME
     BSscale_diag - Symmetrically scale the matrix by a diagonal matrix

INPUT PARAMETERS
     A	    - a sparse matrix
     sc_diag
	    - the diagonal matrix (stored as a vector) to scale A by
     procinfo
	    - the usual processor stuff

OUTPUT PARAMETERS
     A	    - a sparse matrix scaled by a diagonal matrix

RETURNS
     void

SYNOPSIS
     void BSscale_diag(BSpar_mat *A, FLOAT *sc_diag, BSprocinfo *procinfo)

LOCATION
      BlockSolve95/src/BSscale_diag.c

				   10/26/1995			 BSscale_diag(3)

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

home | help