Function nalgebra::sup

source ยท
pub fn sup<T, R: Dim, C: Dim>(
    a: &OMatrix<T, R, C>,
    b: &OMatrix<T, R, C>,
) -> OMatrix<T, R, C>
๐Ÿ‘ŽDeprecated: use the inherent method Matrix::sup instead
Expand description

Returns the supremum of a and b.