HP MLIB User's Guide Vol. 2 7th Ed.

894 HP MLIB User’s Guide
DSLEDA Deallocate working storage
Name DSLEDA
Deallocate working storage
Purpose Deallocate working storage at the end of processing. If the program using the
package is to continue execution after use of the package is completed, it is
recommended that the user deallocate the dynamically-allocated working
storage with subroutine DSLEDA.
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 ier
REAL*8 global(150)
CALL SSLEDA(global, ier)
INTEGER*4 ier
REAL*8 global(150)
CALL DSLEDA(global, ier)
INTEGER*4 ier
REAL*8 global(150)
CALL QSLEDA(global, ier)
INTEGER*4 ier
REAL*8 global(150)
CALL CSLEDA(global, ier)
INTEGER*4 ier
REAL*8 global(150)
CALL ZSLEDA(global, ier)
VECLIB8:
INTEGER*8 ier
REAL*8 global(150)
CALL SSLEDA(global, ier)
INTEGER*8 ier
REAL*8 global(150)
CALL DSLEDA(global, ier)
INTEGER*8 ier