Searched refs:nbrEigenvalues (Results 1 – 1 of 1) sorted by relevance
/external/eigen/unsupported/Eigen/src/Eigenvalues/ |
D | ArpackSelfAdjointEigenSolver.h | 102 Index nbrEigenvalues, std::string eigs_sigma="LM", 111 compute(A, B, nbrEigenvalues, eigs_sigma, options, tol); in m_eivec() 137 Index nbrEigenvalues, std::string eigs_sigma="LM", 146 compute(A, nbrEigenvalues, eigs_sigma, options, tol); in m_eivec() 174 … Index nbrEigenvalues, std::string eigs_sigma="LM", 200 … Index nbrEigenvalues, std::string eigs_sigma="LM", 335 ::compute(const MatrixType& A, Index nbrEigenvalues, in compute() argument 339 compute(A, B, nbrEigenvalues, eigs_sigma, options, tol); in compute() 348 ::compute(const MatrixType& A, const MatrixType& B, Index nbrEigenvalues, in compute() argument 423 int nev = (int)nbrEigenvalues; in compute()
|