![]() |
(git:936074a)
|
Public Member Functions | |
| subroutine | cp_cfm_dscale (alpha, matrix_a) |
| Scales a complex matrix by a real number. matrix_a = alpha * matrix_b. | |
| subroutine | cp_cfm_zscale (alpha, matrix_a) |
| Scales a complex matrix by a complex number. matrix_a = alpha * matrix_b. | |
Definition at line 60 of file cp_cfm_basic_linalg.F.
| subroutine cp_cfm_basic_linalg::cp_cfm_scale::cp_cfm_dscale | ( | real(kind=dp), intent(in) | alpha, |
| type(cp_cfm_type), intent(in) | matrix_a | ||
| ) |
Scales a complex matrix by a real number. matrix_a = alpha * matrix_b.
| alpha | scale factor |
| matrix_a | complex matrix to scale |
Definition at line 674 of file cp_cfm_basic_linalg.F.
| subroutine cp_cfm_basic_linalg::cp_cfm_scale::cp_cfm_zscale | ( | complex(kind=dp), intent(in) | alpha, |
| type(cp_cfm_type), intent(in) | matrix_a | ||
| ) |
Scales a complex matrix by a complex number. matrix_a = alpha * matrix_b.
| alpha | scale factor |
| matrix_a | complex matrix to scale |
Definition at line 702 of file cp_cfm_basic_linalg.F.