Next: psb_geall Allocates
Up: Data management routines
Previous: psb_spfree Frees
Contents
call psb_sprn(a, decsc_a, info, clear)
- Type:
- Synchronous.
- On Entry
-
- a
- the matrix to be reinitialized.
Scope:local
Type:required
Intent: inout.
Specified as: a structured data of type spdatapsb_Tspmat_type.
- desc_a
- the communication descriptor.
Scope:local.
Type:required.
Intent: in.
Specified as: a structured data of type descdatapsb_desc_type.
- clear
- Choose whether to zero out matrix coefficients
Scope:local.
Type:optional.
Intent: in.
Default: true.
- On Return
-
- info
- Error code.
Scope: local
Type: required
Intent: out.
An integer value; 0 means no error has been detected.
Notes
- On exit from this routine the sparse matrix is in the update
state.