8 #ifndef META_OCEAN_TEST_TESTMATH_TEST_INTERPOLATION_H
9 #define META_OCEAN_TEST_TESTMATH_TEST_INTERPOLATION_H
35 static bool test(
const double testDuration);
This class implements an interpolation test.
Definition: TestInterpolation.h:27
static bool testLinear(const double testDuration)
Tests the linear interpolation function.
static bool testBilinear(const double testDuration)
Tests the bilinear interpolation function.
static bool testBilinearSubset(const double testDuration)
Tests the bilinear subset interpolation function.
static bool test(const double testDuration)
Tests all interpolation tests.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15