Octopus
math_oct_m::lower_triangular_to_hermitian Interface Reference

Detailed Description

Definition at line 178 of file math.F90.

Private Member Functions

subroutine dlower_triangular_to_hermitian (nn, aa)
 
subroutine zlower_triangular_to_hermitian (nn, aa)
 

Member Function/Subroutine Documentation

◆ dlower_triangular_to_hermitian()

subroutine math_oct_m::lower_triangular_to_hermitian::dlower_triangular_to_hermitian ( integer, intent(in)  nn,
real(real64), dimension(:, :), intent(inout)  aa 
)
private

Definition at line 1416 of file math.F90.

◆ zlower_triangular_to_hermitian()

subroutine math_oct_m::lower_triangular_to_hermitian::zlower_triangular_to_hermitian ( integer, intent(in)  nn,
complex(real64), dimension(:, :), intent(inout)  aa 
)
private

Definition at line 1429 of file math.F90.


The documentation for this interface was generated from the following file: