scid.core.testing

Unit testing tools.

Members

Functions

isAccurate
bool isAccurate(Result!T result, T expected, T relAccuracy, T absAccuracy)
bool isAccurate(T result, T absError, T expected, T relAccuracy, T absAccuracy)

This function is used to check a computed value along with its error estimate. It evaluates to the following:

Meta

Authors

Lars Tandle Kyllingstad

License

Boost License 1.0