matrix2d 1.0.4 matrix2d: ^1.0.4 copied to clipboard
Matrix 2D is a package for mathematical 2D array functions and manipulations in Dart, similar to NumPy
1.0.4 #
- reverse / flip the matrix method added
comparseobject
deprecated in favor ofcompare
concatenate
,diagonal
,reshape
,transpose
andflatten
are vectorized nowtranspose
bug fixed"'double' is not a subtype of type 'int'"
1.0.3 #
- Fixed slice type issue
1.0.2 #
- fix slice function, update test file (@DavidBrynnHouse)
1.0.1 #
- 2d array slicing
1.0.0 #
Null and Safety added
0.0.8 #
- big update
0.0.7 #
- matrix
min()
,max()
operations added
0.0.6 #
- small bugs fixed
0.0.5 #
- added 2d matrix
concatenate()
0.0.4 #
- added extension support on list or matrix
0.0.3 #
- new README.md
0.0.2 #
- 3 new operations added
0.0.1 #
- Matrix2d released with 13 array operations.