50 namespace MoochoPack {
53 const deriv_tester_ptr_t& deriv_tester
54 ,
const bounds_tester_ptr_t& bounds_tester
80 namespace rcp = MemMngPack;
84 &cY =
dyn_cast<MatrixIdentConcatStd>(*Y);
90 VectorSpace::space_ptr_t
91 space_x = nlp.space_x(),
92 space_xD = space_x->sub_space(nlp.var_dep())->clone(),
93 space_xI = space_x->sub_space(nlp.var_indep())->clone();
97 ,MatrixIdentConcatStd::BOTTOM
120 std::ostream&
out,
const std::string& L
124 << L <<
"*** Coordinate decomposition\n"
125 << L <<
"py_k = py_k\n"
126 << L <<
"Y = [ I ; 0 ] <: R^(n x m) [0 represented using MatrixZero]\n"
127 << L <<
"Uy = Gc(var_dep,con_undecomp)\'\n"
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)
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
EvalNewPointTailoredApproachCoordinate_Step()
void print_calc_py_Y_Uy(std::ostream &out, const std::string &leading_str) const
EJournalOutputLevel
enum for journal output.
T_To & dyn_cast(T_From &from)
Base class for evaluating a new point for the "Tailored Approach".