slepc-3.7.1 2016-05-27
Report Typos and Errors

MFNGetFN

Obtain the math function object associated to the MFN object.

Synopsis

#include "slepcmfn.h" 
PetscErrorCode MFNGetFN(MFN mfn,FN *fn)
Not Collective

Input Parameters

mfn  - matrix function context obtained from MFNCreate()

Output Parameter

fn  - math function context

See Also

MFNSetFN()

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

Examples

src/mfn/examples/tutorials/ex23.c.html
src/mfn/examples/tutorials/ex26.c.html