aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/Splines/SplineFitting.h
Commit message (Expand)AuthorAge
* Properly initialize b vector in SplineFittingGravatar Matthew Powelson2020-01-09
* bug #1596: fix inclusion of Eigen's header within unsupported modules.Gravatar Gael Guennebaud2018-09-17
* Fix typos found using codespellGravatar Gael Guennebaud2018-06-07
* Fixed a possible integer overflow.Gravatar Benoit Steiner2016-04-07
* Fixed minor typo in SplineFitting.Gravatar Hauke Heibel2016-01-25
* Fixed index that would cause crash with two point, two derivative interpolati...Gravatar Jeff2014-07-10
* IndexArray is now a typename.Gravatar Jeff2014-06-25
* Merged.Gravatar Jeff2014-06-23
|\
| * Removed tabs and fixed indentation.Gravatar Jeff2014-06-23
* | Fixed type mixing issues.Gravatar Jeff2014-06-23
|/
* Using LU decomposition with complete pivoting for better accuracy.Gravatar Jeff2014-06-23
* Changed uint to unsigned int.Gravatar Jeff2014-06-23
* Added Spline interpolation with derivatives.Gravatar Jeff2014-06-20
* Fix warning typedef XXX locally defined but not usedGravatar Gael Guennebaud2013-06-21
* 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
* Fixed a typo.Gravatar Hauke Heibel2011-12-06
* Added docs to the spline module.Gravatar Hauke Heibel2011-12-04
* Integrated spline class and simple spline fittingGravatar Hauke Heibel2011-11-25