pub fn is_null<T, const D: usize>(
v: &Matrix<T, Const<D>, Const<1>, ArrayStorage<T, D, 1>>,
epsilon: T,
) -> boolwhere
T: RealNumber,Expand description
Returns true if v is zero (up to an epsilon).
pub fn is_null<T, const D: usize>(
v: &Matrix<T, Const<D>, Const<1>, ArrayStorage<T, D, 1>>,
epsilon: T,
) -> boolwhere
T: RealNumber,Returns true if v is zero (up to an epsilon).