aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/Splines
Commit message (Collapse)AuthorAge
* Properly initialize b vector in SplineFittingGravatar Matthew Powelson2020-01-09
| | | InterpolateWithDerivative does not initialize the be vector correctly. This issue is discussed In stackoverflow question 48382939.
* Spline.h: fix spelling "spang" -> "span"Gravatar Steven Peters2019-02-08
|
* bug #1596: fix inclusion of Eigen's header within unsupported modules.Gravatar Gael Guennebaud2018-09-17
|
* Fix some shadow warningsGravatar Christoph Hertzberg2018-08-25
|
* Fix typos found using codespellGravatar Gael Guennebaud2018-06-07
|
* bug #1167: simplify installation of header files using cmake's ↵Gravatar Gael Guennebaud2016-08-29
| | | | install(DIRECTORY ...) command.
* Fixed a code comment errorGravatar Yi Lin2016-07-20
|
* Enable and fix -Wdouble-conversion warningsGravatar Christoph Hertzberg2016-05-05
|
* Fixed a possible integer overflow.Gravatar Benoit Steiner2016-04-07
|
* Fixed minor typo in SplineFitting.Gravatar Hauke Heibel2016-01-25
|
* fix some legitimate shadow warningsGravatar Gael Guennebaud2015-06-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.
* 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 Spline constructorGravatar Bo Li2014-03-15
|
* Fix compilation of SPlines moduleGravatar Gael Guennebaud2014-02-17
|
* Fixed issue #734 (thanks to Philipp Büttgenbach for reporting the issue and ↵Gravatar Hauke Heibel2014-02-01
| | | | | | proposing a fix). Kept ColMajor layout if possible in order to keep derivatives of the same order adjacent in memory.
* Fix warning typedef XXX locally defined but not usedGravatar Gael Guennebaud2013-06-21
|
* Fix several documentation issuesGravatar Gael Guennebaud2012-12-24
|
* Added a default constructor for Splines which creates zero (constant) splines.Gravatar Hauke Heibel2012-07-28
|
* 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
|
* add missing CMakeLists.txt in SplinesGravatar Gael Guennebaud2011-12-08
|
* 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