[][src]Function nalgebra::partial_ge

pub fn partial_ge<T: PartialOrd>(a: &T, b: &T) -> bool

Returns true iff a and b are comparable and a >= b.