Scales a DBCSR matrix by alpha
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_type), | intent(inout) | :: | matrix_a |
DBCSR matrix |
||
type(dbcsr_data_obj), | intent(in), | optional | :: | alpha |
the scaling vector |
|
character(len=*), | intent(in) | :: | side |
apply the scaling from the side |
Interface for matrix scaling by a vector
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_type), | intent(inout) | :: | matrix_a | |||
real(kind=real_4), | intent(in), | DIMENSION(:), TARGET, CONTIGUOUS | :: | alpha | ||
character(len=*), | intent(in) | :: | side |
Interface for matrix scaling by a vector
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_type), | intent(inout) | :: | matrix_a | |||
real(kind=real_8), | intent(in), | DIMENSION(:), TARGET, CONTIGUOUS | :: | alpha | ||
character(len=*), | intent(in) | :: | side |
Interface for matrix scaling by a vector
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_type), | intent(inout) | :: | matrix_a | |||
complex(kind=real_4), | intent(in), | DIMENSION(:), TARGET, CONTIGUOUS | :: | alpha | ||
character(len=*), | intent(in) | :: | side |
Interface for matrix scaling by a vector
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_type), | intent(inout) | :: | matrix_a | |||
complex(kind=real_8), | intent(in), | DIMENSION(:), TARGET, CONTIGUOUS | :: | alpha | ||
character(len=*), | intent(in) | :: | side |