pub fn inf_sup<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>>, Matrix<T, R, C, <DefaultAllocator as Allocator<R, C>>::Buffer<T>>)👎Deprecated: use the inherent method
Matrix::inf_sup insteadExpand description
Returns simultaneously the infimum and supremum of a and b.