QEPLinearSetExplicitMatrix

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

Synopsis

#include "slepcqep.h" 
#include "slepceps.h" 
PetscErrorCode QEPLinearSetExplicitMatrix(QEP qep,PetscTruth explicitmatrix)
Collective on QEP

Input Parameters

qep - quadratic eigenvalue solver
explicit - boolean flag indicating if the matrices are built explicitly

Options Database Key

-qep_linear_explicitmatrix <boolean> - Indicates the boolean flag

See Also

QEPLinearGetExplicitMatrix()

Location: src/qep/impls/linear/linear.c
Index of all QEP routines
Table of Contents for all manual pages
Index of all manual pages