Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | bug #1167: simplify installation of header files using cmake's ↵ | Gael Guennebaud | 2016-08-29 |
| | | | | install(DIRECTORY ...) command. | ||
* | Replace assert() by eigen_assert() (fixes bug #548). | Jitse Niesen | 2013-02-02 |
| | |||
* | Fix bug #314: | Gael Guennebaud | 2012-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. | Benoit Jacob | 2012-07-13 |
| | |||
* | fix typo in unsupported/NumericalDiff | Gael Guennebaud | 2012-06-15 |
| | |||
* | Get rid of include directives inside namespace blocks (bug #339). | Jitse Niesen | 2012-04-15 |
| | |||
* | protect calls to min and max with parentheses to make Eigen compatible with ↵ | Gael Guennebaud | 2011-07-21 |
| | | | | | | | default windows.h (transplanted from 49b6e9143e1d74441924c0c313536e263e12a55c ) | ||
* | fix intallation of unsupported modules | Gael Guennebaud | 2011-02-16 |
| | |||
* | bug #86 : use internal:: namespace instead of ei_ prefix | Benoit Jacob | 2010-10-25 |
| | |||
* | More Index realted warnings. | Hauke Heibel | 2010-06-20 |
| | |||
* | Fixed many MSVC warnings. | Hauke Heibel | 2010-06-09 |
| | |||
* | fix usage of epsilon wrt to latest API change | Thomas Capricelli | 2010-02-11 |
| | |||
* | Fix compilation for MSVC. | bjornpiltz | 2009-12-03 |
| | |||
* | some more documentation | Thomas Capricelli | 2009-11-09 |
| | |||
* | various fixes in headers | Thomas Capricelli | 2009-11-09 |
| | |||
* | documentation + move "namespace eigen" to the main file, as others do. | Thomas Capricelli | 2009-11-09 |
| | |||
* | fix tests : we perform slightly worse because we do use one more function | Thomas Capricelli | 2009-09-28 |
| | | | | evaluation in our numericaldiff than what (c)minpack did | ||
* | central sheme for numerical diff | Thomas Capricelli | 2009-09-28 |
| | |||
* | starting work on a Numerical differenciation module | Thomas Capricelli | 2009-09-28 |