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
utility
file - Fixed the version bug and upgraded all the dependencies
1.0.3 #
- Seperated functions into sub classes like
math
,random
andlinalg
- Added
choice
andshuffle
inrandom
class - Added
gcd
,lcm
,cumsum
andcumprod
inmath
class - Added
determinant
,trace
,adjoint
,inverse
andtranspose
function for 2D Tensor operations inlinalg
class
1.0.2 #
- Added
dot product
,random uniform distribution
,cvt2D
,deg2rad
andrad2deg
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