Function nalgebra::inf[][src]

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

use the inherent method Matrix::inf instead

Expand description

Returns the infimum of a and b.