Home
last modified time | relevance | path

Searched refs:whch (Results 1 – 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/src/Eigenvalues/
DArpackSelfAdjointEigenSolver.h370 char whch[3] = "LM"; in compute() local
387 whch[0] = eigs_sigma[0]; in compute()
388 whch[1] = eigs_sigma[1]; in compute()
509 internal::arpack_wrapper<Scalar, RealScalar>::saupd(&ido, bmat, &n, whch, &nev, &tol, resid, in compute()
603 … &sigma, bmat, &n, whch, &nev, &tol, resid, &ncv, in compute()