All Packages Class Hierarchy This Package Previous Next Index
Interface jam.operator.LinearOperator
- public interface interface LinearOperator
- extends JamObject, Operator
LinearOperator currently refers to any Operator
which acts linearly.
The linearity is not enforced. Thus, the implementor must guarantee
that her algorithm is linear.
All Packages Class Hierarchy This Package Previous Next Index