slepc-3.16.0 2021-09-30
MFNGetDimensions
Gets the dimension of the subspace used by the solver.
Synopsis
#include "slepcmfn.h"
PetscErrorCode MFNGetDimensions(MFN mfn,PetscInt *ncv)
Not Collective
Input Parameter
| mfn | - the matrix function context
|
Output Parameter
| ncv | - the maximum dimension of the subspace to be used by the solver
|
See Also
MFNSetDimensions()
Location: src/mfn/interface/mfnopts.c
Examples
src/mfn/tutorials/ex23.c.html
src/mfn/tutorials/ex37.c.html
src/mfn/tutorials/ex23f90.F90.html
Index of all MFN routines
Table of Contents for all manual pages
Index of all manual pages