[]Function rusty_engine::prelude::glm::equal_columns

pub fn equal_columns<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>
) -> Matrix<bool, C, U1, <DefaultAllocator as Allocator<bool, C, U1>>::Buffer> where
    C: Dimension,
    N: Number,
    R: Dimension,
    DefaultAllocator: Alloc<N, R, C>, 

Perform a component-wise equal-to comparison of two matrices.

Return a boolean vector which components value is True if this expression is satisfied per column of the matrices.