InputMixin#

class InputMixin[source]#

Mixin for operators whose apply() method acts on the input \(\u\).

Operators that do not inherit from this Mixin do not have an input_dimension attribute, which indicates \(m = 0\).

Properties:
input_dimension#

Dimension \(m\) of the input \(\u\) that the operator acts on.

Methods: