19 lines
452 B
Rust
19 lines
452 B
Rust
//use na::{Scalar, DefaultAllocator};
|
|
//
|
|
//use traits::{Alloc, Dimension};
|
|
//use aliases::TVec;
|
|
|
|
//pub fn iround<N: Scalar, D: Dimension>(x: &TVec<N, D>) -> TVec<i32, D>
|
|
// where DefaultAllocator: Alloc<N, D> {
|
|
// x.map(|x| x.round())
|
|
//}
|
|
//
|
|
//pub fn log2<I>(x: I) -> I {
|
|
// unimplemented!()
|
|
//}
|
|
//
|
|
//pub fn uround<N: Scalar, D: Dimension>(x: &TVec<N, D>) -> TVec<u32, D>
|
|
// where DefaultAllocator: Alloc<N, D> {
|
|
// unimplemented!()
|
|
//}
|