matrix2d 1.0.2 matrix2d: ^1.0.2 copied to clipboard
A numpy-like package for mathematical 2d array functions and manipulations for dart
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.