pub fn abs<T: Signed>(a: &T) -> T
Matrix::abs
RealField::abs
The absolute value of a.
a
Deprecated: Use Matrix::abs or [RealField::abs] instead.