util.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine invmat (nm, mat)
subroutine invmat_complex (nm, mat)
subroutine diagV (nm, mat, eig)
subroutine OUTER_PRODUCT (vec_x, vec_y, vec_z)

Function Documentation

subroutine diagV ( integer,intent(in)  nm,
complex(8),dimension(nm,nm),intent(inout)  mat,
real(8),dimension(nm),intent(out)  eig 
)
subroutine invmat ( integer,intent(in)  nm,
real(8),dimension(nm,nm),intent(inout)  mat 
)

Definition at line 1 of file util.f90.

subroutine invmat_complex ( integer,intent(in)  nm,
complex(8),dimension(nm,nm),intent(inout)  mat 
)

Definition at line 24 of file util.f90.

Referenced by m_rd_dat_eps::rd_dat_wgrid().

Here is the caller graph for this function:

subroutine OUTER_PRODUCT ( real(8),dimension(3)  vec_x,
real(8),dimension(3)  vec_y,
real(8),dimension(3)  vec_z 
)

Definition at line 79 of file util.f90.


Generated on 17 Nov 2020 for respack by  doxygen 1.6.1