Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/src/Eigenvalues/
DArpackSelfAdjointEigenSolver.h406 char bmat[2] = "I"; in compute() local
408 bmat[0] = 'G'; in compute()
412 int mode = (bmat[0] == 'G') + 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()
649 extern "C" void ssaupd_(int *ido, char *bmat, int *n, char *which,
657 char *bmat, int *n, char *which, int *nev,
664 extern "C" void dsaupd_(int *ido, char *bmat, int *n, char *which,
672 char *bmat, int *n, char *which, int *nev,
682 static inline void saupd(int *ido, char *bmat, int *n, char *which, in saupd()
[all …]