fixes for latest rust
This commit is contained in:
parent
e3809ef06d
commit
24fa9c7826
@ -1,6 +1,6 @@
|
|||||||
//! Low level operations on vectors and matrices.
|
//! Low level operations on vectors and matrices.
|
||||||
|
|
||||||
use std::num::{Float, SignedInt};
|
use num::{Float, Signed};
|
||||||
use std::ops::Mul;
|
use std::ops::Mul;
|
||||||
use std::cmp::Ordering;
|
use std::cmp::Ordering;
|
||||||
use traits::structure::SquareMat;
|
use traits::structure::SquareMat;
|
||||||
|
Loading…
Reference in New Issue
Block a user