#include "petsctao.h" PetscErrorCode TaoSetSeparableObjectiveRoutine(Tao tao, Vec sepobj, PetscErrorCode (*func)(Tao, Vec, Vec, void*),void *ctx)Logically collective on Tao Many br
tao | - the Tao context Many br | |
func | - the objective function evaluation routine Many br | |
ctx | - [optional] user-defined context for private data for the function evaluation Many brroutine (may be NULL) Many br |
func (Tao tao, Vec x, Vec f, void *ctx);
x | - input vector Many br | |
f | - function value vector Many br | |
ctx | - [optional] user-defined function context Many br |
Many br
Level:beginner
Location:src/tao/interface/taosolver_fg.c
Index of all Tao routines
Table of Contents for all manual pages
Index of all manual pages