Lanczos Subroutine

public subroutine Lanczos(A, V, T)

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in) :: A(:,:)
real(kind=real64), intent(inout), allocatable :: V(:,:)
real(kind=real64), intent(inout), allocatable :: T(:,:)