[][src]Function nalgebra::inf

pub fn inf<N, R: Dim, C: Dim>(
    a: &MatrixMN<N, R, C>,
    b: &MatrixMN<N, R, C>
) -> MatrixMN<N, R, C> where
    N: Scalar + SimdPartialOrd,
    DefaultAllocator: Allocator<N, R, C>, 
👎 Deprecated:

use the inherent method Matrix::inf instead

Returns the infimum of a and b.