slepc-3.6.3 2016-03-29
Report Typos and Errors

PEPSetWorkVecs

Sets a number of work vectors into a PEP object.

Synopsis

#include "slepcpep.h" 
PetscErrorCode PEPSetWorkVecs(PEP pep,PetscInt nw)
Collective on PEP

Input Parameters

pep - polynomial eigensolver context
nw - number of work vectors to allocate

Developers Note

This is PETSC_EXTERN because it may be required by user plugin PEP implementations.

Location: src/pep/interface/pepdefault.c
Index of all PEP routines
Table of Contents for all manual pages
Index of all manual pages