nalgebra v0.31.1 Release Notes
Release Date: 2022-07-31 // 10 months 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 aGE
for solving the generalized eigenvalues problem.
๐ Fixed
- Fix
Rotation3::from_matrix
andUnitQuaternion::from_matrix
when the input matrix is already a valid rotation matrix.