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