slepc-3.7.2 2016-07-19
Report Typos and Errors

EPSGetOperators

Gets the matrices associated with the eigensystem.

Synopsis

#include "slepceps.h" 
PetscErrorCode EPSGetOperators(EPS eps,Mat *A,Mat *B)
Collective on EPS and Mat

Input Parameter

eps  - the EPS context

Output Parameters

A  - the matrix associated with the eigensystem
B  - the second matrix in the case of generalized eigenproblems

See Also

EPSSolve(), EPSGetST(), STGetOperators(), STSetOperators()

Location: src/eps/interface/epssetup.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages