Function nalgebra::inf_sup [−][src]
pub fn inf_sup<N, R: Dim, C: Dim>(
a: &MatrixMN<N, R, C>,
b: &MatrixMN<N, R, C>
) -> (MatrixMN<N, R, C>, MatrixMN<N, R, C>) where
N: Scalar + SimdPartialOrd,
DefaultAllocator: Allocator<N, R, C>,
👎 Deprecated:
use the inherent method Matrix::inf_sup
instead
Returns simultaneously the infimum and supremum of a
and b
.