ROL
ROL::TypeP::InexactNewtonAlgorithm< Real >::NewtonObj Member List

This is the complete list of members for ROL::TypeP::InexactNewtonAlgorithm< Real >::NewtonObj, including all inherited members.

basis_ROL::ROL::Objective< Real >private
checkGradient(const Vector< Real > &x, const Vector< Real > &d, const bool printToStream=true, std::ostream &outStream=std::cout, const int numSteps=ROL_NUM_CHECKDERIV_STEPS, const int order=1)ROL::ROL::Objective< Real >inlinevirtual
checkGradient(const Vector< Real > &x, const Vector< Real > &g, const Vector< Real > &d, const bool printToStream=true, std::ostream &outStream=std::cout, const int numSteps=ROL_NUM_CHECKDERIV_STEPS, const int order=1)ROL::ROL::Objective< Real >virtual
checkGradient(const Vector< Real > &x, const Vector< Real > &d, const std::vector< Real > &steps, const bool printToStream=true, std::ostream &outStream=std::cout, const int order=1)ROL::ROL::Objective< Real >inlinevirtual
checkGradient(const Vector< Real > &x, const Vector< Real > &g, const Vector< Real > &d, const std::vector< Real > &steps, const bool printToStream=true, std::ostream &outStream=std::cout, const int order=1)ROL::ROL::Objective< Real >virtual
checkHessSym(const Vector< Real > &x, const Vector< Real > &v, const Vector< Real > &w, const bool printToStream=true, std::ostream &outStream=std::cout)ROL::ROL::Objective< Real >inlinevirtual
checkHessSym(const Vector< Real > &x, const Vector< Real > &hv, const Vector< Real > &v, const Vector< Real > &w, const bool printToStream=true, std::ostream &outStream=std::cout)ROL::ROL::Objective< Real >virtual
checkHessVec(const Vector< Real > &x, const Vector< Real > &v, const bool printToStream=true, std::ostream &outStream=std::cout, const int numSteps=ROL_NUM_CHECKDERIV_STEPS, const int order=1)ROL::ROL::Objective< Real >inlinevirtual
checkHessVec(const Vector< Real > &x, const Vector< Real > &hv, const Vector< Real > &v, const bool printToStream=true, std::ostream &outStream=std::cout, const int numSteps=ROL_NUM_CHECKDERIV_STEPS, const int order=1)ROL::ROL::Objective< Real >virtual
checkHessVec(const Vector< Real > &x, const Vector< Real > &v, const std::vector< Real > &steps, const bool printToStream=true, std::ostream &outStream=std::cout, const int order=1)ROL::ROL::Objective< Real >inlinevirtual
checkHessVec(const Vector< Real > &x, const Vector< Real > &hv, const Vector< Real > &v, const std::vector< Real > &steps, const bool printToStream=true, std::ostream &outStream=std::cout, const int order=1)ROL::ROL::Objective< Real >virtual
checkProxJacVec(const Vector< Real > &x, const Vector< Real > &v, Real t=Real(1), bool printToStream=true, std::ostream &outStream=std::cout, int numSteps=ROL_NUM_CHECKDERIV_STEPS)ROL::ROL::Objective< Real >virtual
dirDeriv(const Vector< Real > &x, const Vector< Real > &d, Real &tol)ROL::ROL::Objective< Real >virtual
dual_ROL::ROL::Objective< Real >private
dwa_ROL::TypeP::InexactNewtonAlgorithm< Real >::NewtonObjprivate
g_ROL::TypeP::InexactNewtonAlgorithm< Real >::NewtonObjprivate
getParameter(void) constROL::ROL::Objective< Real >inlineprotected
gradient(Vector< Real > &g, const Vector< Real > &x, Real &tol)ROL::TypeP::InexactNewtonAlgorithm< Real >::NewtonObjinline
ROL::ROL::Objective::gradient(Vector< Real > &g, const Vector< Real > &x, Real &tol)ROL::ROL::Objective< Real >virtual
hessVec(Vector< Real > &hv, const Vector< Real > &v, const Vector< Real > &x, Real &tol)ROL::TypeP::InexactNewtonAlgorithm< Real >::NewtonObjinline
ROL::ROL::Objective::hessVec(Vector< Real > &hv, const Vector< Real > &v, const Vector< Real > &x, Real &tol)ROL::ROL::Objective< Real >virtual
Hx_ROL::TypeP::InexactNewtonAlgorithm< Real >::NewtonObjprivate
invHessVec(Vector< Real > &hv, const Vector< Real > &v, const Vector< Real > &x, Real &tol)ROL::ROL::Objective< Real >inlinevirtual
isHessApplied_ROL::TypeP::InexactNewtonAlgorithm< Real >::NewtonObjprivate
NewtonObj(const Ptr< Objective< Real > > &obj, const Vector< Real > &x, const Vector< Real > &g)ROL::TypeP::InexactNewtonAlgorithm< Real >::NewtonObjinline
nhess_ROL::TypeP::InexactNewtonAlgorithm< Real >::NewtonObjprivate
numHessVec(bool reset=true)ROL::TypeP::InexactNewtonAlgorithm< Real >::NewtonObjinline
obj_ROL::TypeP::InexactNewtonAlgorithm< Real >::NewtonObjprivate
Objective()ROL::ROL::Objective< Real >inline
param_ROL::ROL::Objective< Real >private
precond(Vector< Real > &Pv, const Vector< Real > &v, const Vector< Real > &x, Real &tol)ROL::ROL::Objective< Real >inlinevirtual
prim_ROL::ROL::Objective< Real >private
prox(Vector< Real > &Pv, const Vector< Real > &v, Real t, Real &tol)ROL::ROL::Objective< Real >inlinevirtual
proxJacVec(Vector< Real > &Jv, const Vector< Real > &v, const Vector< Real > &x, Real t, Real &tol)ROL::ROL::Objective< Real >virtual
pwa_ROL::TypeP::InexactNewtonAlgorithm< Real >::NewtonObjprivate
setData(const Vector< Real > &x, const Vector< Real > &g)ROL::TypeP::InexactNewtonAlgorithm< Real >::NewtonObjinline
setParameter(const std::vector< Real > &param)ROL::ROL::Objective< Real >inlinevirtual
update(const Vector< Real > &x, UpdateType type, int iter)ROL::TypeP::InexactNewtonAlgorithm< Real >::NewtonObjinline
ROL::ROL::Objective::update(const Vector< Real > &x, UpdateType type, int iter=-1)ROL::ROL::Objective< Real >inlinevirtual
ROL::ROL::Objective::update(const Vector< Real > &x, bool flag=true, int iter=-1)ROL::ROL::Objective< Real >inlinevirtual
value(const Vector< Real > &x, Real &tol)ROL::TypeP::InexactNewtonAlgorithm< Real >::NewtonObjinline
ROL::ROL::Objective::value(const Vector< Real > &x, Real &tol)=0ROL::ROL::Objective< Real >pure virtual
x_ROL::TypeP::InexactNewtonAlgorithm< Real >::NewtonObjprivate
~Objective()ROL::ROL::Objective< Real >inlinevirtual