We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 711ac67 commit bcfc20cCopy full SHA for bcfc20c
tests/core/reshape.rs
@@ -1,6 +1,6 @@
1
use na::{
2
- Const, DMatrix, DMatrixView, DMatrixViewMut, Dyn, Dyn, Matrix, MatrixView, MatrixViewMut,
3
- SMatrix, SMatrixView, SMatrixViewMut, VecStorage, U3, U4,
+ Const, DMatrix, DMatrixView, DMatrixViewMut, Dyn, Matrix, MatrixView, MatrixViewMut, SMatrix,
+ SMatrixView, SMatrixViewMut, VecStorage, U3, U4,
4
};
5
use nalgebra_macros::matrix;
6
use simba::scalar::SupersetOf;
0 commit comments