MatFDColoringSetFunction

Sets the function to use for computing the Jacobian.

Synopsis

int MatFDColoringSetFunction(MatFDColoring matfd,int (*f)(void),void *fctx)
Collective on MatFDColoring

Input Parameters

coloring - the coloring context
f - the function
fctx - the optional user-defined function context

Keywords

Mat, Jacobian, finite differences, set, function

Location: src/mat/interface/fdmatrix.c
Matrix Index
Table of Contents