Traitsยง
- Affine
- apply an affine transformation to a tensor;
affine transformation is defined as
mul * self + add
- Inverse
- this trait enables the inversion of a matrix
- Matmul
- A trait denoting objects capable of matrix multiplication.
- Matpow
- a trait denoting objects capable of matrix exponentiation
- Transpose
- the trait denotes the ability to transpose a tensor