|
ROL
|
This is the complete list of members for ROL::HMCRObjective< Real >, including all inherited members.
| 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::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::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::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::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::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::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::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::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::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::Objective< Real > | virtual |
| dirDeriv(const Vector< Real > &x, const Vector< Real > &d, Real &tol) | ROL::Objective< Real > | virtual |
| getGradient(Vector< Real > &g, const Vector< Real > &x, const std::vector< Real > ¶m, Real &tol) | ROL::HMCRObjective< Real > | inlineprivate |
| getHessVec(Vector< Real > &hv, const Vector< Real > &v, const Vector< Real > &x, const std::vector< Real > ¶m, Real &tol) | ROL::HMCRObjective< Real > | inlineprivate |
| getParameter(void) const | ROL::Objective< Real > | inlineprotected |
| getValue(Real &val, const Vector< Real > &x, const std::vector< Real > ¶m, Real &tol) | ROL::HMCRObjective< Real > | inlineprivate |
| gradient(Vector< Real > &g, const Vector< Real > &x, Real &tol) | ROL::HMCRObjective< Real > | inlinevirtual |
| gradient0_ | ROL::HMCRObjective< Real > | private |
| gradient1_ | ROL::HMCRObjective< Real > | private |
| gradient2_ | ROL::HMCRObjective< Real > | private |
| gradient_storage_ | ROL::HMCRObjective< Real > | private |
| GradientSampler_ | ROL::HMCRObjective< Real > | private |
| HessianSampler_ | ROL::HMCRObjective< Real > | private |
| hessVec(Vector< Real > &hv, const Vector< Real > &v, const Vector< Real > &x, Real &tol) | ROL::HMCRObjective< Real > | inlinevirtual |
| hessvec_ | ROL::HMCRObjective< Real > | private |
| HMCRObjective(Teuchos::RCP< Objective< Real > > &pObj, Real order, Real prob, Teuchos::RCP< SampleGenerator< Real > > &vsampler, Teuchos::RCP< SampleGenerator< Real > > &gsampler, Teuchos::RCP< SampleGenerator< Real > > &hsampler, bool storage=true) | ROL::HMCRObjective< Real > | inline |
| HMCRObjective(Teuchos::RCP< Objective< Real > > &pObj, Real order, Real prob, Teuchos::RCP< SampleGenerator< Real > > &vsampler, Teuchos::RCP< SampleGenerator< Real > > &gsampler, bool storage=true) | ROL::HMCRObjective< Real > | inline |
| HMCRObjective(Teuchos::RCP< Objective< Real > > &pObj, Real order, Real prob, Teuchos::RCP< SampleGenerator< Real > > &sampler, bool storage=true) | ROL::HMCRObjective< Real > | inline |
| initialize(const Vector< Real > &x) | ROL::HMCRObjective< Real > | inlineprivate |
| initialized_ | ROL::HMCRObjective< Real > | private |
| invHessVec(Vector< Real > &hv, const Vector< Real > &v, const Vector< Real > &x, Real &tol) | ROL::Objective< Real > | inlinevirtual |
| order_ | ROL::HMCRObjective< Real > | private |
| ParametrizedObjective_ | ROL::HMCRObjective< Real > | private |
| pointGrad_ | ROL::HMCRObjective< Real > | private |
| pointHess_ | ROL::HMCRObjective< Real > | private |
| precond(Vector< Real > &Pv, const Vector< Real > &v, const Vector< Real > &x, Real &tol) | ROL::HMCRObjective< Real > | inlinevirtual |
| prob_ | ROL::HMCRObjective< Real > | private |
| setParameter(const std::vector< Real > ¶m) | ROL::Objective< Real > | inlinevirtual |
| storage_ | ROL::HMCRObjective< Real > | private |
| sumGrad0_ | ROL::HMCRObjective< Real > | private |
| sumGrad1_ | ROL::HMCRObjective< Real > | private |
| sumGrad2_ | ROL::HMCRObjective< Real > | private |
| sumHess_ | ROL::HMCRObjective< Real > | private |
| unwrap_const_CVaR_vector(Teuchos::RCP< Vector< Real > > &xvec, Real &xvar, const Vector< Real > &x) | ROL::HMCRObjective< Real > | inlineprivate |
| update(const Vector< Real > &x, bool flag=true, int iter=-1) | ROL::HMCRObjective< Real > | inlinevirtual |
| value(const Vector< Real > &x, Real &tol) | ROL::HMCRObjective< Real > | inlinevirtual |
| value_storage_ | ROL::HMCRObjective< Real > | private |
| ValueSampler_ | ROL::HMCRObjective< Real > | private |
| ~HMCRObjective() | ROL::HMCRObjective< Real > | inlinevirtual |
| ~Objective() | ROL::Objective< Real > | inlinevirtual |
1.8.13