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
insteadExpand description
Returns the infimum of a
and b
.