This sparse utility subroutine initializes the local part of a general sparse matrix A.
Fortran | CALL PDSPINIT (as, ia1, ia2, infoa, desc_a) |
C and C++ | pdspinit (as, ia1, ia2, infoa, desc_a); |
nnze is the number of non-zero elements (including duplicate coefficients) in the local part of the global general sparse matrix A.
Specified as: an array of length 30, containing fullword integers.
Specified as: an array of length DLEN, containing fullword integers.
Scope: local
Returned as: a one-dimensional array of (at least) length INFOA(1), containing long-precision real numbers.
Scope: local
Returned as: a one-dimensional array of (at least) length INFOA(2), containing fullword integers.
Scope: local
Returned as: a one-dimensional array of (at least) length INFOA(3), containing fullword integers.
Returned as: an array of length 30, containing fullword integers.
Returned as: an array of length DLEN, containing fullword integers.
None
None.