dart_tensor 1.0.4
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
utilityfile - Fixed the version bug and upgraded all the dependencies
1.0.3 #
- Seperated functions into sub classes like
math,randomandlinalg - Added
choiceandshuffleinrandomclass - Added
gcd,lcm,cumsumandcumprodinmathclass - Added
determinant,trace,adjoint,inverseandtransposefunction for 2D Tensor operations inlinalgclass
1.0.2 #
- Added
dot product,random uniform distribution,cvt2D,deg2radandrad2degfunction - 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,sqrtand many more - Added manipulative operations like
reshape,add,sub,mult,divand many more