#include <gtest/gtest.h>
#include <spline_smoother/spline_smoother_utils.h>
#include <stdlib.h>
Go to the source code of this file.
Functions | |
static double | getRandomNumber (double min, double max) |
TEST (TestUtils, testTridiagonalSolver2) | |
TEST (TestUtils, testTridiagonalSolver) |
static double getRandomNumber | ( | double | min, | |
double | max | |||
) | [static] |
Definition at line 41 of file test_utils.cpp.
TEST | ( | TestUtils | , | |
testTridiagonalSolver2 | ||||
) |
Definition at line 91 of file test_utils.cpp.
TEST | ( | TestUtils | , | |
testTridiagonalSolver | ||||
) |
Definition at line 46 of file test_utils.cpp.