ml_linalg 2.2.0 ml_linalg: ^2.2.0 copied to clipboard
SIMD-based linear algebra with dart for machine learning purposes
Changelog #
2.2.0 #
- Support matrices in vector operations
2.1.0 #
- Column and row vectors added
2.0.0 #
- Unnecessary generic type argument removed from
MLMatrix
class - Matrix logic split into separate mixins
1.3.0 #
MLVectorMixin
added, benchmark directory reorganized
1.2.0 #
- Map functions added to matrix
1.1.0 #
Float32x4MatrixFactory
extended
1.0.1 #
- Readme updated
1.0.0 #
- Library public release