| atol_ | ROL::SemismoothNewtonProjection< Real > | private |
| bnd_ | ROL::PolyhedralProjection< Real > | protected |
| compute_tolerance() const | ROL::SemismoothNewtonProjection< Real > | private |
| con_ | ROL::PolyhedralProjection< Real > | protected |
| ctol_ | ROL::SemismoothNewtonProjection< Real > | private |
| decr_ | ROL::SemismoothNewtonProjection< Real > | private |
| DEFAULT_atol_ | ROL::SemismoothNewtonProjection< Real > | private |
| DEFAULT_decr_ | ROL::SemismoothNewtonProjection< Real > | private |
| DEFAULT_errscale_ | ROL::SemismoothNewtonProjection< Real > | private |
| DEFAULT_factor_ | ROL::SemismoothNewtonProjection< Real > | private |
| DEFAULT_lstype_ | ROL::SemismoothNewtonProjection< Real > | private |
| DEFAULT_maxit_ | ROL::SemismoothNewtonProjection< Real > | private |
| DEFAULT_regscale_ | ROL::SemismoothNewtonProjection< Real > | private |
| DEFAULT_rtol_ | ROL::SemismoothNewtonProjection< Real > | private |
| DEFAULT_stol_ | ROL::SemismoothNewtonProjection< Real > | private |
| DEFAULT_useproj_ | ROL::SemismoothNewtonProjection< Real > | private |
| DEFAULT_verbosity_ | ROL::SemismoothNewtonProjection< Real > | private |
| dim_ | ROL::SemismoothNewtonProjection< Real > | private |
| dlam_ | ROL::SemismoothNewtonProjection< Real > | private |
| errscale_ | ROL::SemismoothNewtonProjection< Real > | private |
| factor_ | ROL::SemismoothNewtonProjection< Real > | private |
| getBoundConstraint(void) const | ROL::PolyhedralProjection< Real > | |
| getLinearConstraint(void) const | ROL::PolyhedralProjection< Real > | |
| getMultiplier(void) const | ROL::PolyhedralProjection< Real > | |
| getResidual(void) const | ROL::PolyhedralProjection< Real > | |
| krylov_ | ROL::SemismoothNewtonProjection< Real > | private |
| lnew_ | ROL::SemismoothNewtonProjection< Real > | private |
| lstype_ | ROL::SemismoothNewtonProjection< Real > | private |
| maxit_ | ROL::SemismoothNewtonProjection< Real > | private |
| mul_ | ROL::PolyhedralProjection< Real > | protected |
| PolyhedralProjection(const Ptr< BoundConstraint< Real >> &bnd) | ROL::PolyhedralProjection< Real > | |
| PolyhedralProjection(const Vector< Real > &xprim, const Vector< Real > &xdual, const Ptr< BoundConstraint< Real >> &bnd, const Ptr< Constraint< Real >> &con, const Vector< Real > &mul, const Vector< Real > &res) | ROL::PolyhedralProjection< Real > | |
| project(Vector< Real > &x, std::ostream &stream=std::cout) override | ROL::SemismoothNewtonProjection< Real > | virtual |
| project_ssn(Vector< Real > &x, Vector< Real > &lam, Vector< Real > &dlam, std::ostream &stream=std::cout) const | ROL::SemismoothNewtonProjection< Real > | private |
| regscale_ | ROL::SemismoothNewtonProjection< Real > | private |
| res_ | ROL::PolyhedralProjection< Real > | protected |
| residual(Vector< Real > &r, const Vector< Real > &y) const | ROL::SemismoothNewtonProjection< Real > | private |
| rtol_ | ROL::SemismoothNewtonProjection< Real > | private |
| SemismoothNewtonProjection(const Vector< Real > &xprim, const Vector< Real > &xdual, const Ptr< BoundConstraint< Real >> &bnd, const Ptr< Constraint< Real >> &con, const Vector< Real > &mul, const Vector< Real > &res) | ROL::SemismoothNewtonProjection< Real > | |
| SemismoothNewtonProjection(const Vector< Real > &xprim, const Vector< Real > &xdual, const Ptr< BoundConstraint< Real >> &bnd, const Ptr< Constraint< Real >> &con, const Vector< Real > &mul, const Vector< Real > &res, ParameterList &list) | ROL::SemismoothNewtonProjection< Real > | |
| solve_newton_system(Vector< Real > &s, const Vector< Real > &r, const Vector< Real > &y, const Real mu, const Real rho, int &iter, int &flag) const | ROL::SemismoothNewtonProjection< Real > | private |
| stol_ | ROL::SemismoothNewtonProjection< Real > | private |
| update_primal(Vector< Real > &y, const Vector< Real > &x, const Vector< Real > &lam) const | ROL::SemismoothNewtonProjection< Real > | private |
| useproj_ | ROL::SemismoothNewtonProjection< Real > | private |
| verbosity_ | ROL::SemismoothNewtonProjection< Real > | private |
| xdual_ | ROL::PolyhedralProjection< Real > | protected |
| xnew_ | ROL::SemismoothNewtonProjection< Real > | private |
| xprim_ | ROL::PolyhedralProjection< Real > | protected |
| ~PolyhedralProjection() | ROL::PolyhedralProjection< Real > | inlinevirtual |