alpha1_ | ROL::DouglasRachfordProjection< Real > | private |
alpha2_ | ROL::DouglasRachfordProjection< Real > | private |
atol_ | ROL::DouglasRachfordProjection< Real > | private |
b_ | ROL::DouglasRachfordProjection< Real > | private |
bnd_ | ROL::PolyhedralProjection< Real > | protected |
cdot_ | ROL::DouglasRachfordProjection< Real > | private |
con_ | ROL::PolyhedralProjection< Real > | protected |
DEFAULT_alpha1_ | ROL::DouglasRachfordProjection< Real > | private |
DEFAULT_atol_ | ROL::DouglasRachfordProjection< Real > | private |
DEFAULT_gamma_ | ROL::DouglasRachfordProjection< Real > | private |
DEFAULT_maxit_ | ROL::DouglasRachfordProjection< Real > | private |
DEFAULT_rtol_ | ROL::DouglasRachfordProjection< Real > | private |
DEFAULT_t0_ | ROL::DouglasRachfordProjection< Real > | private |
DEFAULT_verbosity_ | ROL::DouglasRachfordProjection< Real > | private |
dim_ | ROL::DouglasRachfordProjection< Real > | private |
DouglasRachfordProjection(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::DouglasRachfordProjection< Real > | |
DouglasRachfordProjection(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::DouglasRachfordProjection< Real > | |
gamma_ | ROL::DouglasRachfordProjection< 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 > | |
maxit_ | ROL::DouglasRachfordProjection< Real > | private |
mul_ | ROL::PolyhedralProjection< Real > | protected |
p_ | ROL::DouglasRachfordProjection< Real > | private |
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::DouglasRachfordProjection< Real > | virtual |
project_bnd(Vector< Real > &x, const Vector< Real > &y) const | ROL::DouglasRachfordProjection< Real > | private |
project_con(Vector< Real > &x, const Vector< Real > &y) const | ROL::DouglasRachfordProjection< Real > | private |
project_DouglasRachford(Vector< Real > &x, std::ostream &stream=std::cout) const | ROL::DouglasRachfordProjection< Real > | private |
q_ | ROL::DouglasRachfordProjection< Real > | private |
res_ | ROL::PolyhedralProjection< Real > | protected |
residual_1d(const Vector< Real > &x) const | ROL::DouglasRachfordProjection< Real > | private |
residual_nd(Vector< Real > &r, const Vector< Real > &y) const | ROL::DouglasRachfordProjection< Real > | private |
rtol_ | ROL::DouglasRachfordProjection< Real > | private |
t0_ | ROL::DouglasRachfordProjection< Real > | private |
tmp_ | ROL::DouglasRachfordProjection< Real > | private |
verbosity_ | ROL::DouglasRachfordProjection< Real > | private |
xdual_ | ROL::PolyhedralProjection< Real > | protected |
xprim_ | ROL::PolyhedralProjection< Real > | protected |
y_ | ROL::DouglasRachfordProjection< Real > | private |
z_ | ROL::DouglasRachfordProjection< Real > | private |
~PolyhedralProjection() | ROL::PolyhedralProjection< Real > | inlinevirtual |