Go to the source code of this file.
Functions/Subroutines | |
| subroutine | eveqnzhg (n, m, ld1, a, b, w, ld2, z) |
| subroutine eveqnzhg | ( | integer, intent(in) | n, |
| integer, intent(in) | m, | ||
| integer, intent(in) | ld1, | ||
| complex(8), dimension(ld1,*), intent(in) | a, | ||
| complex(8), dimension(ld1,*), intent(in) | 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 eveqnzhg.f90.