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) |
subroutine diagV | ( | integer,intent(in) | nm, | |
complex(8),dimension(nm,nm),intent(inout) | mat, | |||
real(8),dimension(nm),intent(out) | eig | |||
) |
Definition at line 47 of file util.f90.
Referenced by calc_band_disp(), m_eigenstate::calculate_eigenstate(), m_eigenstate::eigenvalue(), make_eks(), UNITARY_GEN(), WANNIER(), m_frmsf::wrt_frmsf(), and m_frmsf_wan::wrt_frmsf_wan().
subroutine invmat | ( | integer,intent(in) | nm, | |
real(8),dimension(nm,nm),intent(inout) | mat | |||
) |
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().