Type | Intent | Optional | 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 |