dart_tensor 1.0.4 copy "dart_tensor: ^1.0.4" to clipboard
dart_tensor: ^1.0.4 copied to clipboard

A flutter package to deal with multi-dimensional list (or tensor). It include creation and manipulation of these tensors.

1.0.4 #

  • Added utility file
  • Fixed the version bug and upgraded all the dependencies

1.0.3 #

  • Seperated functions into sub classes like math, random and linalg
  • Added choice and shuffle in random class
  • Added gcd, lcm, cumsum and cumprod in math class
  • Added determinant, trace, adjoint, inverse and transpose function for 2D Tensor operations in linalg class

1.0.2 #

  • Added dot product, random uniform distribution, cvt2D, deg2rad and rad2deg function
  • Updated README.md file

1.0.1 #

  • Updated README.md file
  • Fixed a bug

1.0.0 #

  • Releasing the package with multiple operation
  • Added Null Safety
  • Added calculative operations like sum, prod, min, max, sqrt and many more
  • Added manipulative operations like reshape, add, sub, mult, div and many more
11
likes
120
pub points
66%
popularity

Publisher

unverified uploader

A flutter package to deal with multi-dimensional list (or tensor). It include creation and manipulation of these tensors.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on dart_tensor