Next: psb_geins Dense
Up: Data management routines
Previous: psb_sprn Reinit
Contents
call psb_geall(x, desc_a, info, n, lb)
- Type:
- Synchronous.
- On Entry
-
- desc_a
- The communication descriptor.
Scope: local
Type: required
Intent: in.
Specified as: a variable of type descdatapsb_desc_type.
- n
- The number of columns of the dense matrix to be allocated.
Scope: local
Type: optional
Intent: in.
Specified as: Integer scalar, default . It is not a valid argument if is a
rank-1 array.
- lb
- The lower bound for the column index range of the dense matrix to be allocated.
Scope: local
Type: optional
Intent: in.
Specified as: Integer scalar, default . It is not a valid argument if is a
rank-1 array.
- On Return
-
- x
- The dense matrix to be allocated.
Scope: local
Type: required
Intent: out.
Specified as: a rank one or two array with the ALLOCATABLE attribute
or an object of type vdatapsb_T_vect_type, of type real, complex or integer.
- info
- Error code.
Scope: local
Type: required
Intent: out.
An integer value; 0 means no error has been detected.
Next: psb_geins Dense
Up: Data management routines
Previous: psb_sprn Reinit
Contents