[−][src]Function nalgebra::inf_sup
pub fn inf_sup<T: Lattice>(a: &T, b: &T) -> (T, T)
Returns simultaneously the infimum and supremum of a
and b
.
pub fn inf_sup<T: Lattice>(a: &T, b: &T) -> (T, T)
Returns simultaneously the infimum and supremum of a
and b
.