AbstractTranslation#

class named_arrays.transformations.AbstractTranslation#

Bases: AbstractTransformation

An interface describing an arbitrary translation of a vector.

Attributes

inverse

A new transformation that reverses the effect of this transformation.

shape

The shape of the transformation.

vector

A vector representing this translation.

Methods

__init__()

Inheritance Diagram

Inheritance diagram of named_arrays.transformations.AbstractTranslation
property inverse: Self#

A new transformation that reverses the effect of this transformation.

property shape: dict[str, int]#

The shape of the transformation.

abstract property vector: AbstractVectorArray#

A vector representing this translation.