|
| void | belfem::arpack::arpack_standard_eigen (const int_t *n, const int_t *nnz, const real *values, const int_t *indices, const int_t *pointers, const int_t *job, const int_t *nev, const int_t *ncvmin, const real *tol, const int_t *maxit, const real *sigma, real *lambdareal, real *lambdaimag, int_t *info) |
| | serial reverse communication driver around dnaupd / dneupd.
|
| void | belfem::arpack::arpack_symmetric_eigen (const int_t *n, const int_t *nnz, const real *values, const int_t *indices, const int_t *pointers, const int_t *job, const int_t *nev, const int_t *ncvmin, const real *tol, const int_t *maxit, const real *sigma, real *lambdareal, real *lambdaimag, int_t *info) |
| | symmetric counterpart of arpack_standard_eigen: dsaupd / dseupd instead of dnaupd / dneupd.
|
| void | belfem::arpack::arpack_si_step (int_t *ido, const int_t *n, const int_t *nev, const int_t *ncv, real *tol, real *resid, real *vectors, const int_t *ldv, int_t *iparam, int_t *ipntr, real *workd, real *workl, const int_t *lworkl, int_t *info) |
| | ONE step of a shift-invert ( mode 3 ) reverse-communication loop.
|
| void | belfem::arpack::arpack_si_extract (const real *sigma, const int_t *n, const int_t *nev, const int_t *ncv, real *tol, real *resid, real *vectors, const int_t *ldv, int_t *iparam, int_t *ipntr, real *workd, real *workl, const int_t *lworkl, real *lambdareal, int_t *info) |
| | extract the eigenvalues after arpack_si_step returned ido = 99.
|
| void | belfem::arpack::check_naupd (const int_t aInfo) |
| | decode the dnaupd / pdnaupd flag, info( gInfoNaupd ).
|
| void | belfem::arpack::check_neupd (const int_t aInfo) |
| | decode the dneupd flag, info( gInfoNeupd ).
|
| void | belfem::arpack::check_saupd (const int_t aInfo) |
| | decode the dsaupd / pdsaupd flag, info( gInfoNaupd ).
|
| void | belfem::arpack::check_seupd (const int_t aInfo) |
| | decode the dseupd / pdseupd flag, info( gInfoNeupd ).
|