Function rin::math::inf_sup[][src]

pub fn inf_sup<N, R, C>(
    a: &Matrix<N, R, C, <DefaultAllocator as Allocator<N, R, C>>::Buffer>,
    b: &Matrix<N, R, C, <DefaultAllocator as Allocator<N, R, C>>::Buffer>
) -> (Matrix<N, R, C, <DefaultAllocator as Allocator<N, R, C>>::Buffer>, Matrix<N, R, C, <DefaultAllocator as Allocator<N, R, C>>::Buffer>) where
    C: Dim,
    N: Scalar + SimdPartialOrd,
    R: Dim,
    DefaultAllocator: Allocator<N, R, C>, 
👎 Deprecated:

use the inherent method Matrix::inf_sup instead

Returns simultaneously the infimum and supremum of a and b.