commit
2c6449b733
|
@ -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