Go to the source code of this file.
Namespaces | |
| namespace | belfem |
| USER GUIDES: | |
| namespace | belfem::parpack |
Functions | |
| void | belfem::parpack::parpack_standard_eigen (const int_t *nloc, const int_t *nglobal, 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) |
| distributed reverse communication driver around pdnaupd / pdneupd. | |
| void | belfem::parpack::parpack_symmetric_eigen (const int_t *nloc, const int_t *nglobal, 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 parpack_standard_eigen. | |