10 #ifndef ROL_IDENTITYOPERATOR_H 
   11 #define ROL_IDENTITYOPERATOR_H 
   41 #endif // ROL_NULLOPERATOR_H 
Defines the linear algebra or vector space interface. 
 
void applyInverse(Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const 
Apply inverse of linear operator. 
 
Provides the interface to apply a linear operator. 
 
virtual void set(const Vector &x)
Set  where . 
 
void apply(Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const 
Apply linear operator.