buds  0.1
FORTRAN reference counted types
Private Member Functions | List of all members

Sorts rows in the sparse pattern. More...

Collaboration diagram for mat_sort:
Collaboration graph

Private Member Functions

subroutine sort_ (this, err, pvt)
 
subroutine sort_ (this, err, pvt)
 

Detailed Description

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:

Member Function/Subroutine Documentation

subroutine sort_ ( class(lsm_csc), intent(inout)  this,
integer(il_), intent(out)  err,
integer(il_), dimension(:), intent(out), optional, target  pvt 
)
private
Parameters
[in]thissparse pattern to sort (in-place)
[out]errassociated error message of the sparsity pattern
[out]pvtoptional= if requested the pivoting array for the sorted sparsity pattern

The documentation for this interface was generated from the following files: