slepc-3.12.0 2019-09-30
Report Typos and Errors

EPSSetWorkVecs

Sets a number of work vectors into an EPS object.

Synopsis

#include "slepceps.h" 
PetscErrorCode EPSSetWorkVecs(EPS eps,PetscInt nw)
Collective on eps

Input Parameters

eps  - eigensolver context
nw  - number of work vectors to allocate

Developers Note

This is SLEPC_EXTERN because it may be required by user plugin EPS implementations.

Location: src/eps/interface/epsdefault.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages