QEPLinearSetEPS

Associate an eigensolver object (EPS) to the quadratic eigenvalue solver.

Synopsis

#include "slepcqep.h" 
#include "slepceps.h" 
PetscErrorCode QEPLinearSetEPS(QEP qep,EPS eps)
Collective on QEP

Input Parameters

qep - quadratic eigenvalue solver
eps - the eigensolver object

See Also

QEPLinearGetEPS()

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