|
Thyra Package Browser (Single Doxygen Collection) Version of the Day
|
Interface class for zero linear operators. More...
#include <Thyra_ZeroLinearOpBase.hpp>

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