Skip to main content

SymLargestEigenval

This function computes the largest eigenvalue of a symmetric matrix.

This function calls ARPACK's SSAUPD or DSAUPD routine.

Currently, there are two interfaces under this generic method.

ans = SymLargestEigenVal(real::mat(:,:), char::which, int::NCV, int::maxIter, real::tol)
ans(1:nev) = SymLargestEigenVal(real::mat(:,:), int::nev, char::which, int::NCV, int::maxIter, real::tol)