Go to the source code of this file.
Functions/Subroutines | |
| subroutine | eveqnzhgs (n, m, ms, ld1, a, b, w, ld2, z) |
| subroutine eveqnzhgs | ( | integer, intent(in) | n, |
| integer, intent(in) | m, | ||
| integer, intent(in) | ms, | ||
| integer, intent(in) | ld1, | ||
| complex(8), dimension(ld1,*), target | a, | ||
| complex(8), dimension(ld1,*), target | b, | ||
| real(8), dimension(m), intent(out) | w, | ||
| integer, intent(in) | ld2, | ||
| complex(8), dimension(ld2,m), intent(out) | z | ||
| ) |
Definition at line 7 of file eveqnzhgs.f90.