Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(SPARSE_MATRIX_T), | intent(inout) | :: | A | |||
integer(kind=C_INT), | intent(in) | :: | indexing | |||
integer(kind=C_INT), | intent(in) | :: | block_layout | |||
integer, | intent(in) | :: | rows | |||
integer, | intent(in) | :: | cols | |||
integer, | intent(in) | :: | block_size | |||
integer, | intent(in), | DIMENSION(*) | :: | rows_start | ||
integer, | intent(in), | DIMENSION(*) | :: | rows_end | ||
integer, | intent(in), | DIMENSION(*) | :: | col_indx | ||
real(kind=C_DOUBLE), | intent(in), | DIMENSION(*) | :: | values |