pub fn inf<T, R, C>(
a: &Matrix<T, R, C, <DefaultAllocator as Allocator<T, R, C>>::Buffer>,
b: &Matrix<T, R, C, <DefaultAllocator as Allocator<T, R, C>>::Buffer>,
) -> Matrix<T, R, C, <DefaultAllocator as Allocator<T, R, C>>::Buffer>
๐Deprecated: use the inherent method
Matrix::inf
insteadExpand description
Returns the infimum of a
and b
.