TaoComputeFunction

Computes the function that has been set with TaoSetFunction().

Synopsis

#include "tao_solver.h"  
int TaoComputeFunction(TAO_SOLVER solver,TaoVec* xx,double *y)
Collective on TAO_SOLVER

Input Parameters

solver - the TAO_SOLVER solver context
xx - input vector

Output Parameter

y -function value

TaoComputeFunction() is typically used within minimization implementations, so most users would not generally call this routine themselves.

Keywords

TAO_SOLVER, compute, minimization, function

See Also

TaoApplication::EvaluateObjectiveFunction(),
TaoComputeFunctionGradient(), TaoComputeHessian()

Level:developer
Location:src/interface/tao_fghj.c
TAO Solver Index
Table of Contents