pub fn 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>>👎Deprecated:
use the inherent method Matrix::sup instead
Expand description
Returns the supremum of a and b.