EPSSetIP

Associates an inner product object to the eigensolver.

Synopsis

#include "slepceps.h" 
PetscErrorCode EPSSetIP(EPS eps,IP ip)
Collective on EPS

Input Parameters

eps - eigensolver context obtained from EPSCreate()
ip - the inner product object

Note

Use EPSGetIP() to retrieve the inner product context (for example, to free it at the end of the computations).

See Also

EPSGetIP()

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