Macro ndarray_linalg::assert_aclose [] [src]

macro_rules! assert_aclose {
    ($test:expr, $truth:expr, $tol:expr) => { ... };
    ($test:expr, $truth:expr, $tol:expr; $comment:expr) => { ... };
}