QEPLinearGetExplicitMatrix
Returns the flag indicating if the matrices A and B for the linearization of the quadratic problem are built explicitly.
Synopsis
#include "slepcqep.h"
#include "slepceps.h"
PetscErrorCode QEPLinearGetExplicitMatrix(QEP qep,PetscTruth *explicitmatrix)
Not collective
Input Parameter
qep - quadratic eigenvalue solver
Output Parameter
explicitmatrix - the mode flag
See Also
QEPLinearSetExplicitMatrix()
Location: src/qep/impls/linear/linear.c
Index of all QEP routines
Table of Contents for all manual pages
Index of all manual pages