[][src]Function nalgebra::sup

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

use the inherent method Matrix::sup instead

Returns the supremum of a and b.