Developer Reference for Intel® oneAPI Math Kernel Library for Fortran

ID 766686
Date 12/16/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

mkl_sparse_order

Performs ordering of column indexes of the matrix in CSR format

Syntax

stat = mkl_sparse_order(csrA)

Include Files
  • mkl_spblas.f90
Description

Use the mkl_sparse_order routine to perform ordering of column indexes of the matrix in CSR format.

Input Parameters
csrA

SPARSE_MATRIX_T.

CSR data

Output Parameters
csrA

Handle containing modified internal data.

<!-- -->stat

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.