nalgebra v0.31.2 Release Notes
Release Date: 2022-10-09 // over 3 years ago-
Modified
- ๐ Use
#[inline]on theDimimplementation forConstto improve opt-level 1 performance. - ๐ Make the
Point::newconstructions const-fn.
โ Added
- โ Add
UnitVector::castto change the underlying scalar type.
- ๐ Use
Previous changes from v0.31.1
-
Modified
- ๐ Improve performances of multiplication of two sparse matrices.
โ Added
- Add
Matrix::from_row_iteratorto build a matrix from an iterator yielding components in row-major order. - โ Add support for conversion from/to types of
glam0.21. - ๐
nalgebra-sparse: add support for the matrix-market export of sparse matrices. nalgebra-lapack: add aGEfor solving the generalized eigenvalues problem.
๐ Fixed
- Fix
Rotation3::from_matrixandUnitQuaternion::from_matrixwhen the input matrix is already a valid rotation matrix.