slepc-3.20.2 2024-03-15
Report Typos and Errors

LMEAllocateSolution

Allocate memory storage for common variables such as the basis vectors.

Synopsis

#include "slepclme.h" 
PetscErrorCode LMEAllocateSolution(LME lme,PetscInt extra)
Collective

Input Parameters

lme  - linear matrix equation solver 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 LME implementations.

See Also

LMESetUp()

Level

developer

Location

src/lme/interface/lmesetup.c

Index of all LME routines
Table of Contents for all manual pages
Index of all manual pages