|
ROL
|
#include <ROL_PolyhedralProjection.hpp>
Inheritance diagram for ROL::PolyhedralProjection< Real >:Public Member Functions | |
| virtual | ~PolyhedralProjection () |
| PolyhedralProjection (const Ptr< BoundConstraint< Real > > &bnd) | |
| 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) | |
| virtual void | project (Vector< Real > &x, std::ostream &stream=std::cout) |
| const Ptr< Constraint< Real > > | getLinearConstraint (void) const |
| const Ptr< Vector< Real > > | getMultiplier (void) const |
| const Ptr< Vector< Real > > | getResidual (void) const |
Protected Attributes | |
| const Ptr< BoundConstraint< Real > > | bnd_ |
| const Ptr< Constraint< Real > > | con_ |
| Ptr< Vector< Real > > | xprim_ |
| Ptr< Vector< Real > > | xdual_ |
| Ptr< Vector< Real > > | mul_ |
| Ptr< Vector< Real > > | res_ |
Definition at line 55 of file ROL_PolyhedralProjection.hpp.
|
inlinevirtual |
Definition at line 62 of file ROL_PolyhedralProjection.hpp.
| ROL::PolyhedralProjection< Real >::PolyhedralProjection | ( | const Ptr< BoundConstraint< Real > > & | bnd | ) |
Definition at line 51 of file ROL_PolyhedralProjection_Def.hpp.
| 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 | ||
| ) |
|
virtual |
Reimplemented in ROL::DaiFletcherProjection< Real >, ROL::DykstraProjection< Real >, ROL::RiddersProjection< Real >, and ROL::SemismoothNewtonProjection< Real >.
Definition at line 69 of file ROL_PolyhedralProjection_Def.hpp.
| const Ptr< Constraint< Real > > ROL::PolyhedralProjection< Real >::getLinearConstraint | ( | void | ) | const |
Definition at line 79 of file ROL_PolyhedralProjection_Def.hpp.
| const Ptr< Vector< Real > > ROL::PolyhedralProjection< Real >::getMultiplier | ( | void | ) | const |
Definition at line 84 of file ROL_PolyhedralProjection_Def.hpp.
| const Ptr< Vector< Real > > ROL::PolyhedralProjection< Real >::getResidual | ( | void | ) | const |
Definition at line 89 of file ROL_PolyhedralProjection_Def.hpp.
|
protected |
Definition at line 57 of file ROL_PolyhedralProjection.hpp.
Referenced by ROL::DaiFletcherProjection< Real >::DaiFletcherProjection(), ROL::RiddersProjection< Real >::RiddersProjection(), and ROL::SemismoothNewtonProjection< Real >::SemismoothNewtonProjection().
|
protected |
Definition at line 58 of file ROL_PolyhedralProjection.hpp.
Referenced by ROL::DaiFletcherProjection< Real >::DaiFletcherProjection(), ROL::DykstraProjection< Real >::DykstraProjection(), and ROL::RiddersProjection< Real >::RiddersProjection().
|
protected |
Definition at line 59 of file ROL_PolyhedralProjection.hpp.
Referenced by ROL::DaiFletcherProjection< Real >::DaiFletcherProjection(), ROL::DykstraProjection< Real >::DykstraProjection(), ROL::PolyhedralProjection< Real >::PolyhedralProjection(), and ROL::RiddersProjection< Real >::RiddersProjection().
|
protected |
Definition at line 59 of file ROL_PolyhedralProjection.hpp.
Referenced by ROL::DaiFletcherProjection< Real >::DaiFletcherProjection(), ROL::PolyhedralProjection< Real >::PolyhedralProjection(), and ROL::RiddersProjection< Real >::RiddersProjection().
|
protected |
Definition at line 59 of file ROL_PolyhedralProjection.hpp.
Referenced by ROL::DaiFletcherProjection< Real >::DaiFletcherProjection(), ROL::DykstraProjection< Real >::DykstraProjection(), ROL::PolyhedralProjection< Real >::PolyhedralProjection(), and ROL::RiddersProjection< Real >::RiddersProjection().
|
protected |
Definition at line 59 of file ROL_PolyhedralProjection.hpp.
Referenced by ROL::DaiFletcherProjection< Real >::DaiFletcherProjection(), ROL::DykstraProjection< Real >::DykstraProjection(), ROL::PolyhedralProjection< Real >::PolyhedralProjection(), ROL::RiddersProjection< Real >::RiddersProjection(), and ROL::SemismoothNewtonProjection< Real >::SemismoothNewtonProjection().