π Txeo v1.1.0 - Tensor operations, math functions, Matrix and Vector
Now, Txeo has the following new features:
- Matrix Multiplication (
product
) - Perform tensor dot products. - Broadcasting Support - Support element-wise operations on different shapes.
- Reduction Operations (
sum
,mean
,max
) - Compute statistics on tensors. - Matrix and Vector - Specific entities for second and first order tensors.