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