AbstractLinearTransformation#
- class named_arrays.transformations.AbstractLinearTransformation#
Bases:
AbstractTransformationAn interface describing an arbitrary linear transformation.
Attributes
A new transformation that reverses the effect of this transformation.
The matrix representation of this linear transformation.
The shape of the transformation.
Methods
__init__()Inheritance Diagram

- abstract property matrix: AbstractMatrixArray#
The matrix representation of this linear transformation.