This sparse utility subroutine assembles a dense vector.
Fortran | CALL PDGEASB (nx, x, ldx, desc_a) |
C and C++ | pdgeasb (nx, x, ldx, desc_a); |
Scope: local
Specified as: fullword integer; nx = 1.
Scope: local
Specified as: an ldx by (at least) nx array, containing long-precision real numbers.
Scope: local
Specified as: fullword integer; ldx >= max(1,N_ROW).
Specified as: an array of length DLEN, containing fullword integers.
Scope: local
Returned as: an ldx by (at least) length nx, containing long-precision real numbers.
Before you call this subroutine, you must have called PDSPASB.
None
None.