MFNSetFN#
Specifies the function to be computed.
Synopsis#
#include "slepcmfn.h"
PetscErrorCode MFNSetFN(MFN mfn,FN fn)
Collective
Input Parameters#
mfn - the matrix function solver context
fn - the math function object
Note#
Use MFNGetFN() to retrieve the math function context (for example, to free it at the end of the computations).
See Also#
Level#
beginner
Location#
Index of all MFN routines Table of Contents for all manual pages Index of all manual pages