slepc-3.17.2 2022-08-09
Report Typos and Errors

EPSAllocateSolution

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

Synopsis

#include "slepceps.h" 
PetscErrorCode EPSAllocateSolution(EPS eps,PetscInt extra)
Collective on eps

Input Parameters

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

Developer Notes

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

See Also

EPSSetUp()

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