Macro ndarray_linalg::assert_close_max [] [src]

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