#include "petsctao.h" PetscErrorCode TaoSetSeparableObjectiveRoutine(Tao tao, Vec sepobj, PetscErrorCode (*func)(Tao, Vec, Vec, void*),void *ctx)Logically collective on Tao
tao | - the Tao context | |
func | - the objective function evaluation routine | |
ctx | - [optional] user-defined context for private data for the function evaluation routine (may be NULL) |
func (Tao tao, Vec x, Vec f, void *ctx);
x | - input vector | |
f | - function value vector | |
ctx | - [optional] user-defined function context |
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