first commit for spline library and tests.
"Unit tests" not seriously done yet (just string outputs) , should use mockpp or something
parents
CMakeLists.txt
0 → 100644
build/FindEigen3.cmake
0 → 100644
src/spline/API/ExactCubic.h
0 → 100644
src/spline/API/Exports.h
0 → 100644
src/spline/API/MathDefs.h
0 → 100644
src/spline/CMakeLists.txt
0 → 100644
src/spline/CubicFunction.cpp
0 → 100644
src/spline/ExactCubic.cpp
0 → 100644