rulinalg v0.3.3 Release Notes

Release Date: 2016-09-24 // over 7 years ago
  • ๐Ÿ†• New Contributors

    ๐Ÿ’ฅ Breaking Changes

    • None

    ๐Ÿ”‹ Features

    • SVD now returns singular values in descending order.
    • Implemented a new matrix! macro for creating (small) matrices.
    • โž• Added a from_fn constructor for Matrix.
    • Implementing IndexMut for Vector.
    • โž• Added iter and iter_mut for Vector.
    • Implemented IntoIter for Vector.

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed bug with SVD convergence (would loop endlessly).
    • Singular values from SVD are now non-negative.

    Minor Changes

    • None