42 #ifndef EVAL_NEW_POINT_TAILORED_APPROACH_ORTHOGONAL_STEP_H
43 #define EVAL_NEW_POINT_TAILORED_APPROACH_ORTHOGONAL_STEP_H
45 #include "MoochoPack_EvalNewPointTailoredApproach_Step.hpp"
48 namespace MoochoPack {
66 const deriv_tester_ptr_t &deriv_tester
67 ,
const bounds_tester_ptr_t &bounds_tester
88 ,EJournalOutputLevel olevel
95 ,EJournalOutputLevel olevel
100 std::ostream& out,
const std::string& leading_str
128 #endif // EVAL_NEW_POINT_TAILORED_APPROACH_ORTHOGONAL_STEP_H
void print_calc_py_Y_Uy(std::ostream &out, const std::string &leading_str) const
Implements "orthogonal" decompostion for "Tailored Appraoch".
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 uninitialize_Y_Uy(MatrixOp *Y, MatrixOp *Uy)
void recalc_py(const MatrixOp &D, VectorMutable *py, EJournalOutputLevel olevel, std::ostream &out)
Base class for evaluating a new point for the "Tailored Approach".