aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/splines.cpp
Commit message (Collapse)AuthorAge
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with ↵Gravatar Gael Guennebaud2018-07-17
| | | | | | | | | EIGEN_DECLARE_TEST(mytest) { /* code */ }. This provide several advantages: - more flexibility in designing unit tests - unit tests can be glued to speed up compilation - unit tests are compiled with same predefined macros, which is a requirement for zapcc
* Fixed compilation warningGravatar Benoit Steiner2016-02-09
|
* Fixed index that would cause crash with two point, two derivative ↵Gravatar Jeff2014-07-10
| | | | interpolation. Added static_cast.
* IndexArray is now a typename.Gravatar Jeff2014-06-25
| | | | Changed interpolate with derivatives test to use VERIFY_IS_APPROX.
* Removed tabs and fixed indentation.Gravatar Jeff2014-06-23
|
* Using LU decomposition with complete pivoting for better accuracy.Gravatar Jeff2014-06-23
|
* Added Spline interpolation with derivatives.Gravatar Jeff2014-06-20
|
* Fix "explicit instantiation of 'Eigen::Spline' must occur in namespace ↵Gravatar Gael Guennebaud2013-02-28
| | | | 'Eigen'" warnings
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
|
* Added spline interpolation with pre-defined knot parameters.Gravatar Hauke Heibel2012-04-13
|
* Integrated spline class and simple spline fittingGravatar Hauke Heibel2011-11-25