42 #ifndef EVAL_NEW_POINT_TAILORED_APPROACH_COORDINATE_STEP_H
43 #define EVAL_NEW_POINT_TAILORED_APPROACH_COORDINATE_STEP_H
45 #include "MoochoPack_EvalNewPointTailoredApproach_Step.hpp"
47 namespace MoochoPack {
62 const deriv_tester_ptr_t& deriv_tester
63 ,
const bounds_tester_ptr_t& bounds_tester
84 ,EJournalOutputLevel olevel
91 ,EJournalOutputLevel olevel
96 std::ostream& out,
const std::string& leading_str
109 #endif // EVAL_NEW_POINT_TAILORED_APPROACH_COORDINATE_STEP_H
void uninitialize_Y_Uy(MatrixOp *Y, MatrixOp *Uy)
void recalc_py(const MatrixOp &D, VectorMutable *py, EJournalOutputLevel olevel, std::ostream &out)
void calc_py_Y_Uy(const NLPDirect &nlp, const D_ptr_t &D, VectorMutable *py, MatrixOp *Y, MatrixOp *Uy, EJournalOutputLevel olevel, std::ostream &out)
void print_calc_py_Y_Uy(std::ostream &out, const std::string &leading_str) const
Base class for evaluating a new point for the "Tailored Approach".
Implements "coordinate" decompostion for "Tailored Appraoch".