matrix_utils 0.0.3
matrix_utils: ^0.0.3 copied to clipboard
A Dart library that provides an easy-to-use Matrix class for performing various matrix operations.
0.0.3 #
- Improved the arithmetic (+, -, *) functions to work for both scalars and matrices
- Updated range to create row and column matrices
- Added updateRow(), updateColumn, insertRow, insertColumn, appendRows, appendColumns
- Added creating random matrix
- Added more looks and feel to the toString() method
- Corrected some wrong calculations
- Fixed bugs
- Fix README file
0.0.2 #
- Added info on the README file.
- Added more functionalities
- Fixed bugs
- Tests now works with most of the functions
0.0.1 #
- initial release.