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

NEPAllocateSolution

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

Synopsis

#include "slepcnep.h" 
PetscErrorCode NEPAllocateSolution(NEP nep,PetscInt extra)
Collective on NEP

Input Parameters

nep - 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 NEP implementations.

Location: src/nep/interface/nepsetup.c
Index of all NEP routines
Table of Contents for all manual pages
Index of all manual pages