PEPLinearSetExplicitMatrix#

Indicate if the matrices A and B for the linearization of the problem must be built explicitly.

Synopsis#

#include "slepcpep.h" 
PetscErrorCode PEPLinearSetExplicitMatrix(PEP pep,PetscBool explicitmat)

Logically Collective

Input Parameters#

  • pep - polynomial eigenvalue solver

  • explicitmat - boolean flag indicating if the matrices are built explicitly

Options Database Key#

  • -pep_linear_explicitmatrix - Indicates the boolean flag

See Also#

PEPLinearGetExplicitMatrix()

Level#

advanced

Location#

src/pep/impls/linear/linear.c

Implementations#

PEPLinearSetExplicitMatrix_Linear() in src/pep/impls/linear/linear.c


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