Go to main content
Oracle Developer Studio 12.5 Man Pages

Exit Print View

Updated: June 2017
 
 

zgssda (3p)

Name

zgssda - Deallocate working storage for the general sparse solver.

Synopsis

SUBROUTINE ZGSSDA ( HANDLE, IER )

INTEGER           IER
DOUBLE PRECISION  HANDLE(150)

Description

Oracle Solaris Studio Performance Library                           zgssda(3P)



NAME
       zgssda - Deallocate working storage for the general sparse solver.

SYNOPSIS
        SUBROUTINE ZGSSDA ( HANDLE, IER )

        INTEGER           IER
        DOUBLE PRECISION  HANDLE(150)


PURPOSE
       ZGSSDA - Deallocate dynamically allocated working storage.

PARAMETERS
       HANDLE(150)  - DOUBLE PRECISION array
               On entry, HANDLE(*) is an array containing information needed
               by the solver, and must be passed unchanged to each sparse
               solver subroutine.  Modified on exit.

       IER       - INTEGER
               Error number.  If no error encountered, unchanged on exit.  If
               error encountered, it is set to a non-zero integer.  Error num-
               bers set by this subroutine:

                none




3rd Berkeley Distribution         7 Nov 2015                        zgssda(3P)