aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/NumericalDiff
Commit message (Collapse)AuthorAge
* bug #1167: simplify installation of header files using cmake's ↵Gravatar Gael Guennebaud2016-08-29
| | | | install(DIRECTORY ...) command.
* Replace assert() by eigen_assert() (fixes bug #548).Gravatar Jitse Niesen2013-02-02
|
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
| | | | | - remove most of the metaprogramming kung fu in MathFunctions.h (only keep functions that differs from the std) - remove the overloads for array expression that were in the std namespace
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
|
* fix typo in unsupported/NumericalDiffGravatar Gael Guennebaud2012-06-15
|
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
|
* protect calls to min and max with parentheses to make Eigen compatible with ↵Gravatar Gael Guennebaud2011-07-21
| | | | | | | default windows.h (transplanted from 49b6e9143e1d74441924c0c313536e263e12a55c )
* fix intallation of unsupported modulesGravatar Gael Guennebaud2011-02-16
|
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
|
* More Index realted warnings.Gravatar Hauke Heibel2010-06-20
|
* Fixed many MSVC warnings.Gravatar Hauke Heibel2010-06-09
|
* fix usage of epsilon wrt to latest API changeGravatar Thomas Capricelli2010-02-11
|
* Fix compilation for MSVC.Gravatar bjornpiltz2009-12-03
|
* some more documentationGravatar Thomas Capricelli2009-11-09
|
* various fixes in headersGravatar Thomas Capricelli2009-11-09
|
* documentation + move "namespace eigen" to the main file, as others do.Gravatar Thomas Capricelli2009-11-09
|
* fix tests : we perform slightly worse because we do use one more functionGravatar Thomas Capricelli2009-09-28
| | | | evaluation in our numericaldiff than what (c)minpack did
* central sheme for numerical diffGravatar Thomas Capricelli2009-09-28
|
* starting work on a Numerical differenciation moduleGravatar Thomas Capricelli2009-09-28