slepc-3.7.3 2016-09-29
Report Typos and Errors

PEPAllocateSolution

Allocate memory storage for common variables such as eigenvalues and eigenvectors.

Synopsis

#include "slepcpep.h" 
PetscErrorCode PEPAllocateSolution(PEP pep,PetscInt extra)
Collective on PEP

Input Parameters

pep  - eigensolver context
extra  - number of additional positions, used for methods that require a working basis slightly larger than ncv

Developers Note

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

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