matrices.MatrixT

matrices.MatrixT: TypeAlias = matrices._matrix.Matrix | matrices._frozen_matrix.FrozenMatrix | matrices._base.MatrixABC

Type alias for matrix types in matrices.

This type alias can be used for type annotations whenever any of the matrix types (e.g. Matrix, FrozenMatrix) would acceptable.

This includes potentially user-defined subclasses based off MatrixABC.