MKL_SPARSE_D_CREATE_CSC Interface

interface
public function MKL_SPARSE_D_CREATE_CSC(A, indexing, rows, cols, cols_start, cols_end, row_indx, values) bind(C, name='MKL_SPARSE_D_CREATE_CSC')

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(*) :: cols_start
integer, intent(in), DIMENSION(*) :: cols_end
integer, intent(in), DIMENSION(*) :: row_indx
real(kind=C_DOUBLE), intent(in), DIMENSION(*) :: values

Return Value integer(kind=C_INT)