index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
unsupported
/
Eigen
/
src
/
Splines
Commit message (
Expand
)
Author
Age
*
Fix typos found using codespell
Gael Guennebaud
2018-06-07
*
bug #1167: simplify installation of header files using cmake's install(DIRECT...
Gael Guennebaud
2016-08-29
*
Fixed a code comment error
Yi Lin
2016-07-20
*
Enable and fix -Wdouble-conversion warnings
Christoph Hertzberg
2016-05-05
*
Fixed a possible integer overflow.
Benoit Steiner
2016-04-07
*
Fixed minor typo in SplineFitting.
Hauke Heibel
2016-01-25
*
fix some legitimate shadow warnings
Gael Guennebaud
2015-06-09
*
Fixed index that would cause crash with two point, two derivative interpolati...
Jeff
2014-07-10
*
IndexArray is now a typename.
Jeff
2014-06-25
*
Merged.
Jeff
2014-06-23
|
\
|
*
Removed tabs and fixed indentation.
Jeff
2014-06-23
*
|
Fixed type mixing issues.
Jeff
2014-06-23
|
/
*
Using LU decomposition with complete pivoting for better accuracy.
Jeff
2014-06-23
*
Changed uint to unsigned int.
Jeff
2014-06-23
*
Added Spline interpolation with derivatives.
Jeff
2014-06-20
*
fix Spline constructor
Bo Li
2014-03-15
*
Fix compilation of SPlines module
Gael Guennebaud
2014-02-17
*
Fixed issue #734 (thanks to Philipp Büttgenbach for reporting the issue and ...
Hauke Heibel
2014-02-01
*
Fix warning typedef XXX locally defined but not used
Gael Guennebaud
2013-06-21
*
Fix several documentation issues
Gael Guennebaud
2012-12-24
*
Added a default constructor for Splines which creates zero (constant) splines.
Hauke Heibel
2012-07-28
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
Added spline interpolation with pre-defined knot parameters.
Hauke Heibel
2012-04-13
*
add missing CMakeLists.txt in Splines
Gael Guennebaud
2011-12-08
*
Fixed a typo.
Hauke Heibel
2011-12-06
*
Added docs to the spline module.
Hauke Heibel
2011-12-04
*
Integrated spline class and simple spline fitting
Hauke Heibel
2011-11-25