MKL_SPARSE_S_EXPORT_CSC Interface

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

Arguments

Type IntentOptional Attributes Name
type(SPARSE_MATRIX_T), intent(in) :: source
integer(kind=C_INT), intent(inout) :: indexing
integer, intent(inout) :: rows
integer, intent(inout) :: cols
type(C_PTR), intent(inout) :: cols_start
type(C_PTR), intent(inout) :: cols_end
type(C_PTR), intent(inout) :: row_indx
type(C_PTR), intent(inout) :: values

Return Value integer(kind=C_INT)