rulinalg v0.2.0 Release Notes

  • ๐Ÿ’ฅ Breaking Changes

    • Upper Hessenberg decomposition now consumes the input Matrix (instead of cloning at the start).

    ๐Ÿ”‹ Features

    • โž• Added Bidiagonal decomposition.
    • โž• Added Singular Value Decomposition.

    Minor Changes

    • Fixed a bug where get_unchecked_mut returned &T instead of &mut T.