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<R, C>,
Matrix::inf
Returns the infimum of a and b.
a
b