TaoComputeConstraints
Computes the constraint vector that has been set in the application.
Synopsis
#include "tao_solver.h"
int TaoComputeConstraints(TAO_SOLVER solver,TaoVec* xx,TaoVec* rr)
Collective on TAO_SOLVER and Mat
Input Parameters
| solver | - the TAO_SOLVER solver context
|
| xx | - input vector
|
Output Parameters
rr -Constraint values
Notes
TaoComputeConstraints() is typically used within minimization
implementations, so most users would not generally call this routine
themselves.
Keywords
TAO_SOLVER, compute, constraint
See Also
TaoAppSetConstraintRoutine()
Level:developer
Location:src/interface/tao_fghj.c
TAO Solver Index
Table of Contents