|
ROL
|
#include <ROL_Projection.hpp>
Inheritance diagram for ROL::Projection< Real >:Public Member Functions | |
| virtual | ~Projection () |
| virtual void | project (Vector< Real > &x, std::ostream &stream=std::cout)=0 |
| virtual void | applyJacobian (Vector< Real > &v, const Vector< Real > &x) |
Definition at line 19 of file ROL_Projection.hpp.
|
inlinevirtual |
Definition at line 22 of file ROL_Projection.hpp.
|
pure virtual |
Implemented in ROL::PolyhedralProjection< Real >, ROL::Projection_Partitioned< Real >, ROL::BrentsProjection< Real >, ROL::DaiFletcherProjection< Real >, ROL::DouglasRachfordProjection< Real >, ROL::DykstraProjection< Real >, ROL::RiddersProjection< Real >, ROL::SemismoothNewtonProjection< Real >, and ROL::ZeroProjection< Real >.
|
inlinevirtual |
Reimplemented in ROL::PolyhedralProjection< Real >, ROL::Projection_Partitioned< Real >, and ROL::ZeroProjection< Real >.
Definition at line 26 of file ROL_Projection.hpp.