ROL
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ROL::Projection< Real > Class Template Referenceabstract

#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)
 

Detailed Description

template<typename Real>
class ROL::Projection< Real >

Definition at line 19 of file ROL_Projection.hpp.

Constructor & Destructor Documentation

◆ ~Projection()

template<typename Real >
virtual ROL::Projection< Real >::~Projection ( )
inlinevirtual

Definition at line 22 of file ROL_Projection.hpp.

Member Function Documentation

◆ project()

template<typename Real >
virtual void ROL::Projection< Real >::project ( Vector< Real > &  x,
std::ostream &  stream = std::cout 
)
pure virtual

◆ applyJacobian()

template<typename Real >
virtual void ROL::Projection< Real >::applyJacobian ( Vector< Real > &  v,
const Vector< Real > &  x 
)
inlinevirtual

The documentation for this class was generated from the following file: