44 #ifndef ROL_IDENTITYOPERATOR_H
45 #define ROL_IDENTITYOPERATOR_H
75 #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.