linalg 0.1.1
linalg: ^0.1.1 copied to clipboard
A Simple Linear Algebra Package enabling easy Matrix calculations.
0.10.1 -- 11/27/2018 #
- Documentation updates
- Added Matrix.trace, Vector.crossProduct and Vector.dotProduct
0.10.0 -- 11/26/2018 #
- Slight documentation modifications.
0.0.6 -- 11/26/2018 #
- Added Vector class.
0.0.5 -- 11/21/2018 #
- Dart minimum back to 2.0.0 fixed linter errors.
0.0.4 -- 11/21/2018 #
- Increased Dart minimum to 2.1.0 to allow int to double assignments.
0.0.3 -- 11/21/2018 #
- Removed flutter dependency
0.0.2 11/21/2018 #
- Added examples
- Added Travis CI
- Improved readme
0.0.1 11/21/2018. #
- Initial release