Skip to content

Txeo v1.1.0

Latest
Compare
Choose a tag to compare
@rdabra rdabra released this 09 Mar 11:26
· 57 commits to main since this release

πŸš€ 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.