next up previous contents
Next: psb_glob_to_loc Global Up: Data management routines Previous: psb_gefree Frees   Contents

psb_gelp -- Applies a left permutation to a dense matrix

call psb_gelp(trans, iperm, x, info)

Type:
Asynchronous.
On Entry
trans
A character that specifies whether to permute $A$ or $A^T$.
Scope: local
Type: required
Intent: in.
Specified as: a single character with value 'N' for $A$ or 'T' for $A^T$.
iperm
An integer array containing permutation information.
Scope: local
Type: required
Intent: in.
Specified as: an integer one-dimensional array.
x
The dense matrix to be permuted.
Scope: local
Type: required
Intent: inout.
Specified as: a one or two dimensional array.

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