QEPGetOperators

Gets the matrices associated with the quadratic eigensystem.

Synopsis

#include "slepcqep.h" 
PetscErrorCode QEPGetOperators(QEP qep, Mat *M, Mat *C,Mat *K)
Collective on QEP and Mat

Input Parameter

qep - the QEP context

Output Parameters

M - the first coefficient matrix
C - the second coefficient matrix
K - the third coefficient matrix

See Also

QEPSolve(), QEPSetOperators()

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