Function rin::math::sup[][src]

pub fn 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> where
    C: Dim,
    N: Scalar + SimdPartialOrd,
    R: Dim,
    DefaultAllocator: Allocator<N, R, C>, 
👎 Deprecated:

use the inherent method Matrix::sup instead

Returns the supremum of a and b.