pub fn inf_sup<T, R: Dim, C: Dim>(
a: &OMatrix<T, R, C>,
b: &OMatrix<T, R, C>
) -> (OMatrix<T, R, C>, OMatrix<T, R, C>)
👎Deprecated: use the inherent method
Matrix::inf_sup
insteadExpand description
Returns simultaneously the infimum and supremum of a
and b
.