flutter_matrix 1.0.2
flutter_matrix: ^1.0.2 copied to clipboard
A Flutter-friendly matrix library for Dart, offering basic operations, linear algebra, probability, statistics, geometry, and more.
1.0.2 -2025-07-14 #
Fixed a problem with the file structure.
1.0.1 -2025-07-14 #
Fixed a problem with the file structure.
1.0.0 -2025-07-14 #
- Optimized the matrix implementation structure, separated logic from packaging.
- Added some new methods, optimized some code logic.
0.1.4 -2025-06-25 #
- Fixed known bugs and optimized some implementations.
- The next version will optimize the implementation and structure of the code without changing the API as much as possible.
0.1.3 -2025-04-30 #
Optimized the implementation of some functions and added some practical functions.
0.1.2 -2025-01-15 #
Fixed a problem with the file structure.
0.1.1 -2025-01-12 #
The matrix class designed for Flutter can also be used in pure Dart, and is also a full-platform alternative to the Matply library. It supports basic matrix operations, linear algebra, probability theory and mathematical statistics, geometric simulation, central difference, etc.