MKL_SPARSE_D_EXPORT_CSR Interface

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

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) :: rows_start
type(C_PTR), intent(inout) :: rows_end
type(C_PTR), intent(inout) :: col_indx
type(C_PTR), intent(inout) :: values

Return Value integer(kind=C_INT)