Scales a DBCSR matrix by alpha
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_type), | intent(inout) | :: | matrix_a |
DBCSR matrix |
||
type(dbcsr_scalar_type), | intent(in) | :: | alpha_scalar |
a scalar |
||
integer, | intent(in), | optional, | DIMENSION(4) | :: | limits |
Scale only a subbox |
Interface for matrix scaling by a scalar
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_type), | intent(inout) | :: | matrix_a | |||
real(kind=real_4), | intent(in) | :: | alpha_scalar | |||
integer, | intent(in), | optional | :: | last_column |
Interface for matrix scaling by a scalar
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_type), | intent(inout) | :: | matrix_a | |||
real(kind=real_8), | intent(in) | :: | alpha_scalar | |||
integer, | intent(in), | optional | :: | last_column |
Interface for matrix scaling by a scalar
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_type), | intent(inout) | :: | matrix_a | |||
complex(kind=real_4), | intent(in) | :: | alpha_scalar | |||
integer, | intent(in), | optional | :: | last_column |
Interface for matrix scaling by a scalar
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_type), | intent(inout) | :: | matrix_a | |||
complex(kind=real_8), | intent(in) | :: | alpha_scalar | |||
integer, | intent(in), | optional | :: | last_column |