nalgebra v0.31.1 Release Notes

Release Date: 2022-07-31 // over 1 year ago
  • Modified

    • ๐Ÿ‘Œ Improve performances of multiplication of two sparse matrices.

    โž• Added

    • Add Matrix::from_row_iterator to build a matrix from an iterator yielding components in row-major order.
    • โž• Add support for conversion from/to types of glam 0.21.
    • ๐Ÿ“œ nalgebra-sparse: add support for the matrix-market export of sparse matrices.
    • nalgebra-lapack: add a GE for solving the generalized eigenvalues problem.

    ๐Ÿ›  Fixed

    • Fix Rotation3::from_matrix and UnitQuaternion::from_matrix when the input matrix is already a valid rotation matrix.