42 #ifndef EVAL_NEW_POINT_TAILORED_APPROACH_COORDINATE_STEP_H
43 #define EVAL_NEW_POINT_TAILORED_APPROACH_COORDINATE_STEP_H
47 namespace MoochoPack {
62 const deriv_tester_ptr_t& deriv_tester
63 ,
const bounds_tester_ptr_t& bounds_tester
96 std::ostream& out,
const std::string& leading_str
109 #endif // EVAL_NEW_POINT_TAILORED_APPROACH_COORDINATE_STEP_H
f_dbl_prec const f_int f_dbl_prec * Y
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)
EvalNewPointTailoredApproachCoordinate_Step()
void print_calc_py_Y_Uy(std::ostream &out, const std::string &leading_str) const
EJournalOutputLevel
enum for journal output.
Base class for evaluating a new point for the "Tailored Approach".
Implements "coordinate" decompostion for "Tailored Appraoch".