Package org.hipparchus.util
Class MathUtils.FieldSumAndResidual<T extends FieldElement<T>>
- java.lang.Object
-
- org.hipparchus.util.MathUtils.FieldSumAndResidual<T>
-
- Type Parameters:
T
- field element type
- Enclosing class:
- MathUtils
public static final class MathUtils.FieldSumAndResidual<T extends FieldElement<T>> extends Object
Result class forMathUtils.twoSum(FieldElement, FieldElement)
containing the sum and the residual error in the sum.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getResidual()
Returns the residual error in the sum.T
getSum()
Returns the sum.
-