AbstractTransformation#

class named_arrays.transformations.AbstractTransformation#

Bases: ABC

An interface for an arbitrary vector transformations.

Attributes

inverse

A new transformation that reverses the effect of this transformation.

shape

The shape of the transformation.

Methods

__init__()

Inheritance Diagram

Inheritance diagram of named_arrays.transformations.AbstractTransformation
abstract property inverse: Self#

A new transformation that reverses the effect of this transformation.

abstract property shape: dict[str, int]#

The shape of the transformation.