Trait ndarray_numtest::assert::AssertAllClose
[−]
[src]
pub trait AssertAllClose: Sized { type Tol; fn assert_allclose(&self, truth: &Self, rtol: Self::Tol); }
test two arrays are close in maximum norm