MFNSetIP

Associates an inner product object to the matrix function solver.

Synopsis

#include "slepcmfn.h" 
PetscErrorCode MFNSetIP(MFN mfn,IP ip)
Collective on MFN

Input Parameters

mfn - matrix function context obtained from MFNCreate()
ip - the inner product object

Note

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

See Also

MFNGetIP()

Location: src/mfn/interface/mfnbasic.c
Index of all MFN routines
Table of Contents for all manual pages
Index of all manual pages