[]Function rusty_engine::prelude::glm::equal_columns_eps_vec

pub fn equal_columns_eps_vec<N, R, C>(
    x: &Matrix<N, R, C, <DefaultAllocator as Allocator<N, R, C>>::Buffer>,
    y: &Matrix<N, R, C, <DefaultAllocator as Allocator<N, R, C>>::Buffer>,
    epsilon: &Matrix<N, C, U1, <DefaultAllocator as Allocator<N, C, U1>>::Buffer>
) -> Matrix<bool, C, U1, <DefaultAllocator as Allocator<bool, C, U1>>::Buffer> where
    C: Dimension,
    N: Number,
    R: Dimension,
    DefaultAllocator: Alloc<N, R, C>, 

Returns the component-wise comparison on each matrix column |x - y| < epsilon.

True if this expression is satisfied.