TaoSetUp

Sets up the internal data structures for the later use of a minimization solver.

Synopsis

#include "tao_solver.h"  
int TaoSetUp(TAO_SOLVER solver)
Collective on TAO_SOLVER

Input Parameters

solver -the TAO_SOLVER solver context

Notes

For basic use of the TAO_SOLVER solvers the user need not explicitly call TaoSetUp(), since these actions will automatically occur during the call to TaoSolve(). However, if one wishes to control this phase separately, TaoSetUp() should be called after TaoCreate() and optional routines of the form TaoSetXXX(), but before TaoSolve().

Keywords

Solve, setup

See Also

TaoCreate(), TaoSolve(), TaoSetDown(), TaoDestroy()

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