inf_sup

Function inf_sup 

Source
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 instead
Expand description

Returns simultaneously the infimum and supremum of a and b.