Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_type), | intent(inout) | :: | matrix | |||
integer, | intent(in) | :: | row | |||
integer, | intent(in) | :: | col | |||
real(kind=real_8), | DIMENSION(:, :), POINTER | :: | block | |||
logical, | intent(in), | optional | :: | transposed | ||
logical, | intent(out), | optional | :: | existed |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_type), | intent(inout) | :: | matrix | |||
integer, | intent(in) | :: | row | |||
integer, | intent(in) | :: | col | |||
real(kind=real_4), | DIMENSION(:, :), POINTER | :: | block | |||
logical, | intent(in), | optional | :: | transposed | ||
logical, | intent(out), | optional | :: | existed |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_type), | intent(inout) | :: | matrix | |||
integer, | intent(in) | :: | row | |||
integer, | intent(in) | :: | col | |||
complex(kind=real_4), | DIMENSION(:, :), POINTER | :: | block | |||
logical, | intent(in), | optional | :: | transposed | ||
logical, | intent(out), | optional | :: | existed |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_type), | intent(inout) | :: | matrix | |||
integer, | intent(in) | :: | row | |||
integer, | intent(in) | :: | col | |||
complex(kind=real_8), | DIMENSION(:, :), POINTER | :: | block | |||
logical, | intent(in), | optional | :: | transposed | ||
logical, | intent(out), | optional | :: | existed |