|
Thyra Version of the Day
|
Interface class for identity linear operators. More...
#include <Thyra_IdentityLinearOpBase.hpp>

Interface class for identity linear operators.
This interface represents a identity linear operator M of the form:
M = I
In other words, subclasses define apply() as:
y = alpha*M*x + beta*y = alpha * x + beta * y
Definition at line 68 of file Thyra_IdentityLinearOpBase.hpp.
1.7.4