#include "slepceps.h" PetscErrorCode EPSEVSLGetDOSParameters(EPS eps,EPSEVSLDOSMethod *dos,PetscInt *nvec,PetscInt *deg,PetscInt *steps,PetscInt *npoints)Not Collective
eps | - the eigensolver context |
dos | - DOS method, either KPM or Lanczos | |
nvec | - number of sample vectors | |
deg | - polynomial degree (KPM only) | |
steps | - number of Lanczos steps (Lanczos only) | |
npoints | - number of sample points (Lanczos only) |
Location: src/eps/impls/external/evsl/evsl.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages