HP MLIB User's Guide Vol. 2 7th Ed.
Chapter 13 Sparse Linear Equations 921
Initialize sparse linear equations DSLEIN
Name DSLEIN
Initialize sparse linear equations
Purpose This subprogram provides the necessary information to begin processing with
the sparse linear equation solution package. For a nonsymmetric matrix (LU
factorization), this call must be followed by a call to DSLEMA.
NOTE Matrix structure input by matrix supports five data types. Matrix structure
input by elements, columns, and finite elements supports only REAL*8
precision.
Usage VECLIB:
INTEGER*4 neqns, msglvl, output, ier
REAL*8 global(150)
CALL SSLEIN(neqns, msglvl, output, global, ier)
INTEGER*4 neqns, msglvl, output, ier
REAL*8 global(150)
CALL DSLEIN(neqns, msglvl, output, global, ier)
INTEGER*4 neqns, msglvl, output, ier
REAL*8 global(150)
CALL QSLEIN(neqns, msglvl, output, global, ier)
INTEGER*4 neqns, msglvl, output, ier
REAL*8 global(150)
CALL CSLEIN(neqns, msglvl, output, global, ier)
INTEGER*4 neqns, msglvl, output, ier
REAL*8 global(150)
CALL ZSLEIN(neqns, msglvl, output, global, ier)
VECLIB8:
INTEGER*8 neqns, msglvl, output, ier,
REAL*8 global(150)
CALL SSLEIN(neqns, msglvl, output, global, ier)
INTEGER*8 neqns, msglvl, output, ier
REAL*8 global(150)
CALL DSLEIN(neqns, msglvl, output, global, ier)
INTEGER*8 neqns, msglvl, output, ier
REAL*8 global(150)
CALL QSLEIN(neqns, msglvl, output, global, ier)