MKL_SPARSE_C_CREATE_CSR Interface

interface
public function MKL_SPARSE_C_CREATE_CSR(A, indexing, rows, cols, rows_start, rows_end, col_indx, values) bind(C, name='MKL_SPARSE_C_CREATE_CSR')

Arguments

Type IntentOptional Attributes Name
type(SPARSE_MATRIX_T), intent(inout) :: A
integer(kind=C_INT), intent(in) :: indexing
integer, intent(in) :: rows
integer, intent(in) :: cols
integer, intent(in), DIMENSION(*) :: rows_start
integer, intent(in), DIMENSION(*) :: rows_end
integer, intent(in), DIMENSION(*) :: col_indx
complex(kind=C_FLOAT_COMPLEX), intent(in), DIMENSION(*) :: values

Return Value integer(kind=C_INT)