diagV.F90 File Reference
Go to the source code of this file.
Functions/Subroutines |
subroutine | diagV (nm, mat, eig) |
Function Documentation
subroutine diagV |
( |
integer,intent(in) |
nm, |
|
|
complex(8),dimension(nm,nm),intent(inout) |
mat, |
|
|
real(8),dimension(nm),intent(out) |
eig | |
|
) |
| | |