buds
0.1
FORTRAN reference counted types
|
Sorts columns in the sparse pattern. More...
Private Member Functions | |
subroutine | sort_ (this, err, pvt) |
Sorts columns in the sparse pattern.
Sorts the sparse matrix such that the column index is always increasing for each row. 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.