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