|
ROL
|
This is the complete list of members for ROL::AugmentedLagrangian< Real >, including all inherited members.
| AugmentedLagrangian(Objective< Real > &obj, EqualityConstraint< Real > &con, const Vector< Real > &x, const Vector< Real > &c, const Vector< Real > &l, const Real mu, Teuchos::ParameterList &parlist) | ROL::AugmentedLagrangian< Real > | inline |
| c_ | ROL::AugmentedLagrangian< 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::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 |
| con_ | ROL::AugmentedLagrangian< Real > | private |
| dc1_ | ROL::AugmentedLagrangian< Real > | private |
| dc2_ | ROL::AugmentedLagrangian< Real > | private |
| dirDeriv(const Vector< Real > &x, const Vector< Real > &d, Real &tol) | ROL::Objective< Real > | virtual |
| dlam_ | ROL::AugmentedLagrangian< Real > | private |
| fval_ | ROL::AugmentedLagrangian< Real > | private |
| g_ | ROL::AugmentedLagrangian< Real > | private |
| getConstraintVec(Vector< Real > &c) | ROL::AugmentedLagrangian< Real > | inline |
| getNumberConstraintEvaluations(void) | ROL::AugmentedLagrangian< Real > | inline |
| getNumberFunctionEvaluations(void) | ROL::AugmentedLagrangian< Real > | inline |
| getNumberGradientEvaluations(void) | ROL::AugmentedLagrangian< Real > | inline |
| getObjectiveGradient(Vector< Real > &g) const | ROL::AugmentedLagrangian< Real > | inline |
| getObjectiveValue(void) const | ROL::AugmentedLagrangian< Real > | inline |
| gradient(Vector< Real > &g, const Vector< Real > &x, Real &tol) | ROL::AugmentedLagrangian< Real > | inlinevirtual |
| HessianLevel_ | ROL::AugmentedLagrangian< Real > | private |
| hessVec(Vector< Real > &hv, const Vector< Real > &v, const Vector< Real > &x, Real &tol) | ROL::AugmentedLagrangian< Real > | inlinevirtual |
| invHessVec(Vector< Real > &hv, const Vector< Real > &v, const Vector< Real > &x, Real &tol) | ROL::Objective< Real > | inlinevirtual |
| lam_ | ROL::AugmentedLagrangian< Real > | private |
| multiplierUpdateExponent_ | ROL::AugmentedLagrangian< Real > | private |
| multiplierUpdateMethod_ | ROL::AugmentedLagrangian< Real > | private |
| multiplierUpdateScale_ | ROL::AugmentedLagrangian< Real > | private |
| ncval_ | ROL::AugmentedLagrangian< Real > | private |
| nfval_ | ROL::AugmentedLagrangian< Real > | private |
| ngval_ | ROL::AugmentedLagrangian< Real > | private |
| obj_ | ROL::AugmentedLagrangian< Real > | private |
| penaltyParameter_ | ROL::AugmentedLagrangian< Real > | private |
| penaltyUpdate_ | ROL::AugmentedLagrangian< Real > | private |
| precond(Vector< Real > &Pv, const Vector< Real > &v, const Vector< Real > &x, Real &tol) | ROL::Objective< Real > | inlinevirtual |
| reset(void) | ROL::AugmentedLagrangian< Real > | inline |
| scaleLagrangian_ | ROL::AugmentedLagrangian< Real > | private |
| update(const Vector< Real > &x, bool flag=true, int iter=-1) | ROL::AugmentedLagrangian< Real > | inlinevirtual |
| updateMultipliers(Vector< Real > &l, Real &penaltyParameter, const Vector< Real > &x, const Real feasTolerance) | ROL::AugmentedLagrangian< Real > | inline |
| value(const Vector< Real > &x, Real &tol) | ROL::AugmentedLagrangian< Real > | inlinevirtual |
| x_ | ROL::AugmentedLagrangian< Real > | private |
| ~AugmentedLagrangian() | ROL::AugmentedLagrangian< Real > | inline |
| ~Objective() | ROL::Objective< Real > | inlinevirtual |
1.8.11