LanczosMethod Subroutine

public subroutine LanczosMethod(this, eigen_value, Eigen_vectors, max_itr)

Arguments

Type IntentOptional Attributes Name
class(FEMSolver_), intent(inout) :: this
real(kind=real64), allocatable :: eigen_value(:)
real(kind=real64), allocatable :: Eigen_vectors(:,:)
integer(kind=int32), intent(in) :: max_itr