first commit for spline library and tests.
"Unit tests" not seriously done yet (just string outputs) , should use mockpp or something
parents
No related branches found
No related tags found
Showing
- CMakeLists.txt 14 additions, 0 deletionsCMakeLists.txt
- build/FindEigen3.cmake 80 additions, 0 deletionsbuild/FindEigen3.cmake
- src/spline/API/CubicFunction.h 70 additions, 0 deletionssrc/spline/API/CubicFunction.h
- src/spline/API/ExactCubic.h 85 additions, 0 deletionssrc/spline/API/ExactCubic.h
- src/spline/API/Exports.h 18 additions, 0 deletionssrc/spline/API/Exports.h
- src/spline/API/MathDefs.h 65 additions, 0 deletionssrc/spline/API/MathDefs.h
- src/spline/API/SplineVisitor.h 43 additions, 0 deletionssrc/spline/API/SplineVisitor.h
- src/spline/CMakeLists.txt 16 additions, 0 deletionssrc/spline/CMakeLists.txt
- src/spline/CubicFunction.cpp 38 additions, 0 deletionssrc/spline/CubicFunction.cpp
- src/spline/ExactCubic.cpp 163 additions, 0 deletionssrc/spline/ExactCubic.cpp
- src/tests/spline_test/CMakeLists.txt 9 additions, 0 deletionssrc/tests/spline_test/CMakeLists.txt
- src/tests/spline_test/Main.cpp 214 additions, 0 deletionssrc/tests/spline_test/Main.cpp
Loading
Please register or sign in to comment