Gromacs
2016.5
|
This is the complete list of members for gmx::test::FloatingPointTolerance, including all inherited members.
absoluteTolerance(double tolerance) | gmx::test::FloatingPointTolerance | related |
defaultRealTolerance() | gmx::test::FloatingPointTolerance | related |
FloatingPointTolerance(float singleAbsoluteTolerance, double doubleAbsoluteTolerance, gmx_uint64_t singleUlpTolerance, gmx_uint64_t doubleUlpTolerance, bool bSignMustMatch) | gmx::test::FloatingPointTolerance | inline |
isWithin(const FloatingPointDifference &difference) const | gmx::test::FloatingPointTolerance | |
relativeToleranceAsFloatingPoint(double magnitude, double tolerance) | gmx::test::FloatingPointTolerance | related |
relativeToleranceAsPrecisionDependentUlp(double magnitude, gmx_uint64_t singleUlpDiff, gmx_uint64_t doubleUlpDiff) | gmx::test::FloatingPointTolerance | related |
relativeToleranceAsUlp(double magnitude, gmx_uint64_t ulpDiff) | gmx::test::FloatingPointTolerance | related |
toString(const FloatingPointDifference &difference) const | gmx::test::FloatingPointTolerance | |
ulpTolerance(gmx_uint64_t ulpDiff) | gmx::test::FloatingPointTolerance | related |