ROL
|
This is the complete list of members for ROL::AugmentedLagrangian< Real >, including all inherited members.
AugmentedLagrangian(const ROL::Ptr< Objective< Real > > &obj, const ROL::Ptr< Constraint< Real > > &con, const Vector< Real > &multiplier, const Real penaltyParameter, const Vector< Real > &optVec, const Vector< Real > &conVec, ROL::ParameterList &parlist) | ROL::AugmentedLagrangian< Real > | inline |
AugmentedLagrangian(const ROL::Ptr< Objective< Real > > &obj, const ROL::Ptr< Constraint< Real > > &con, const Vector< Real > &multiplier, const Real penaltyParameter, const Vector< Real > &optVec, const Vector< Real > &conVec, const bool scaleLagrangian, const int HessianApprox) | ROL::AugmentedLagrangian< Real > | inline |
AugmentedLagrangian() | ROL::AugmentedLagrangian< Real > | inline |
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 |
dualOptVector_ | ROL::AugmentedLagrangian< Real > | private |
fscale_ | ROL::AugmentedLagrangian< Real > | private |
fval_ | ROL::AugmentedLagrangian< Real > | private |
getConstraintVec(Vector< Real > &c, const Vector< Real > &x) | ROL::AugmentedLagrangian< Real > | inlinevirtual |
getNumberConstraintEvaluations(void) const | ROL::AugmentedLagrangian< Real > | inlinevirtual |
getNumberFunctionEvaluations(void) const | ROL::AugmentedLagrangian< Real > | inlinevirtual |
getNumberGradientEvaluations(void) const | ROL::AugmentedLagrangian< Real > | inlinevirtual |
getObjectiveGradient(const Vector< Real > &x) | ROL::AugmentedLagrangian< Real > | inline |
getObjectiveValue(const Vector< Real > &x) | ROL::AugmentedLagrangian< Real > | inlinevirtual |
getParameter(void) const | ROL::Objective< Real > | inlineprotected |
gradient(Vector< Real > &g, const Vector< Real > &x, Real &tol) | ROL::AugmentedLagrangian< Real > | inlinevirtual |
gradient_ | 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 |
isGradientComputed_ | ROL::AugmentedLagrangian< Real > | private |
isValueComputed_ | ROL::AugmentedLagrangian< Real > | private |
nfval_ | ROL::AugmentedLagrangian< Real > | private |
ngval_ | ROL::AugmentedLagrangian< Real > | private |
obj_ | ROL::AugmentedLagrangian< Real > | private |
Objective() | ROL::Objective< Real > | inline |
pen_ | ROL::AugmentedLagrangian< Real > | private |
penaltyParameter_ | ROL::AugmentedLagrangian< Real > | private |
precond(Vector< Real > &Pv, const Vector< Real > &v, const Vector< Real > &x, Real &tol) | ROL::Objective< Real > | inlinevirtual |
prox(Vector< Real > &Pv, const Vector< Real > &v, Real t, Real &tol) | ROL::Objective< Real > | inlinevirtual |
reset(const Vector< Real > &multiplier, const Real penaltyParameter) | ROL::AugmentedLagrangian< Real > | inlinevirtual |
scaleLagrangian_ | ROL::AugmentedLagrangian< Real > | private |
setParameter(const std::vector< Real > ¶m) | ROL::Objective< Real > | inlinevirtual |
setScaling(const Real fscale, const Real cscale=1.0) | ROL::AugmentedLagrangian< Real > | inline |
update(const Vector< Real > &x, bool flag=true, int iter=-1) | ROL::AugmentedLagrangian< Real > | inlinevirtual |
ROL::Objective::update(const Vector< Real > &x, UpdateType type, int iter=-1) | ROL::Objective< Real > | inlinevirtual |
value(const Vector< Real > &x, Real &tol) | ROL::AugmentedLagrangian< Real > | inlinevirtual |
~Objective() | ROL::Objective< Real > | inlinevirtual |