nalgebra v0.31.2 Release Notes
Release Date: 2022-10-09 // over 2 years ago-
Modified
- ๐ Use
#[inline]
on theDim
implementation forConst
to improve opt-level 1 performance. - ๐ Make the
Point::new
constructions const-fn.
โ Added
- โ Add
UnitVector::cast
to 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_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.