TaoTermObjectiveFn#
A prototype of a TaoTerm function that would be passed to TaoTermShellSetObjective()
Synopsis#
PETSC_EXTERN_TYPEDEF typedef PetscErrorCode(TaoTermObjectiveFn)(TaoTerm term, Vec x, Vec params, PetscReal *value);
Calling Sequence#
term - a
TaoTermx - the solution vector
params - the parameters vector (for some
TaoTermthis may beNULL, seeTaoTermGetParametersMode())value - output, the value of the term
See Also#
TaoTerm: composable objective function terms,
TaoTerm,
TAOTERMSHELL,
TaoTermShellSetObjective(),
TaoTermObjectiveAndGradientFn,
TaoTermGradientFn,
TaoTermHessianFn
Level#
intermediate
Location#
Index of all TaoTerm routines
Table of Contents for all manual pages
Index of all manual pages