Function inf

Source
pub fn inf<T, R, C>(
    a: &Matrix<T, R, C, <DefaultAllocator as Allocator<R, C>>::Buffer<T>>,
    b: &Matrix<T, R, C, <DefaultAllocator as Allocator<R, C>>::Buffer<T>>,
) -> Matrix<T, R, C, <DefaultAllocator as Allocator<R, C>>::Buffer<T>>
👎Deprecated: use the inherent method Matrix::inf instead
Expand description

Returns the infimum of a and b.