EPSGetDimensions

Gets the number of eigenvalues to compute and the dimension of the subspace.

Synopsis

#include "slepceps.h" 
int EPSGetDimensions(EPS eps,int *nev,int *ncv)
Not Collective

Input Parameter

eps -the eigensolver context

Output Parameters

nev - number of eigenvalues to compute
ncv - the maximum dimension of the subspace to be used by the solver

Notes

The user can specify PETSC_NULL for any parameter that is not needed.

See Also

EPSSetDimensions()

Level:intermediate
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages