allclose

Function allclose 

Source
pub fn allclose<A, D>(
    a: &ArrayBase<impl Data<Elem = A>, D>,
    b: &ArrayBase<impl Data<Elem = A>, D>,
    rtol: A,
    atol: A,
) -> bool
where A: PartialOrd + Sub<Output = A> + Mul<Output = A> + Add<Output = A> + Clone, D: Dimension,
Expand description

Check if arrays are approximately equal