buds
0.1
FORTRAN reference counted types
|
Sorts rows in the sparse pattern. More...
Private Member Functions | |
subroutine | sort_ (this, err, pvt) |
subroutine | sort_ (this, err, pvt) |
Sorts rows in the sparse pattern.
Sorts the sparse matrix such that the row index is always increasing for each column. This will generally allow faster access patterns.
Note An integer error is return which should be zero if no errors occurs.
If the err
value is non-zero the following table may be used:
err == SM_INPUT + 3
: the 3rd input is erroneously supplied.
|
private |
[in] | this | sparse pattern to sort (in-place) |
[out] | err | associated error message of the sparsity pattern |
[out] | pvt | optional= if requested the pivoting array for the sorted sparsity pattern |