Intel® oneAPI Math Kernel Library Developer Reference - Fortran
Performs ordering of column indexes of the matrix in CSR format
stat = mkl_sparse_order(csrA)
Use the mkl_sparse_order routine to perform ordering of column indexes of the matrix in CSR format.
SPARSE_MATRIX_T.
CSR data
Handle containing modified internal data.
INTEGER.
Value indicating whether the operation was successful or not, and why:
SPARSE_STATUS_SUCCESS |
The operation was successful. |
SPARSE_STATUS_NOT_INITIALIZED |
The routine encountered an empty handle or matrix array. |
SPARSE_STATUS_INVALID_VALUE |
The input parameters contain an invalid value. |
SPARSE_STATUS_INTERNAL_ERROR |
An error in algorithm implementation occurred. |