Definition at line 192 of file math.F90.
◆ dsymmetrize_matrix()
subroutine math_oct_m::symmetrize_matrix::dsymmetrize_matrix |
( |
integer, intent(in) |
nn, |
|
|
real(real64), dimension(:, :), intent(inout) |
aa |
|
) |
| |
|
private |
symmetrize a real matrix
Definition at line 1449 of file math.F90.
◆ zsymmetrize_matrix()
subroutine math_oct_m::symmetrize_matrix::zsymmetrize_matrix |
( |
integer, intent(in) |
n, |
|
|
complex(real64), dimension(:, :), intent(inout) |
a |
|
) |
| |
|
private |
make a complex matrix Hermitian
- Parameters
-
Definition at line 1464 of file math.F90.
The documentation for this interface was generated from the following file: