6.15 psb_gefree — Frees a dense matrix

call psb_gefree(x, desc_a, info)

Type:
Synchronous.
On Entry
x
The dense matrix to be freed.
Scope: local
Type: required
Intent: inout.
Specified as: a rank one or two array with the ALLOCATABLE or an object of type psb_T_vect_type, of type real, complex or integer.
desc_a
The communication descriptor.
Scope: local
Type: required
Intent: in.
Specified as: a variable of type psb_desc_type.

On Return
info
Error code.
Scope: local
Type: required
Intent: out.
An integer value; 0 means no error has been detected.