Visible to Intel only — GUID: GUID-664E0947-6D7C-45C7-B622-D84674233A65
Visible to Intel only — GUID: GUID-664E0947-6D7C-45C7-B622-D84674233A65
mkl_sparse_order
Performs ordering of column indexes of the matrix in CSR format
sparse_status_t mkl_sparse_order (const sparse_matrix_t csrA);
- mkl_spblas.h
Use the mkl_sparse_order routine to perform ordering of column indexes of the matrix in CSR format.
- csrA
-
CSR data
- csrA
-
Handle containing modified internal data.
The function returns a 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. |