Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix some MPL2/LGPL lisencing confusions | Gael Guennebaud | 2013-02-06 |
| | |||
* | 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 | ||
* | Add a EIGEN_MPL2_ONLY build option to generate compiler errors when ↵ | Benoit Jacob | 2012-07-13 |
| | | | | including non-MPL2 modules | ||
* | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. | Benoit Jacob | 2012-07-13 |
| | |||
* | 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 ) | ||
* | bug #86 : use internal:: namespace instead of ei_ prefix | Benoit Jacob | 2010-10-25 |
| | |||
* | email change | Gael Guennebaud | 2010-06-24 |
| | |||
* | remove sentence "Eigen itself is part of the KDE project." | Benoit Jacob | 2009-05-22 |
| | | | | it never made very precise sense. but now does it still make any? | ||
* | added an experimental IterativeSolvers module (currently in unsupported) | Gael Guennebaud | 2009-02-10 |
with a constrained conjugate gradient algorithm adapted from GMM++/ITL. This algorithm is needed for Step. |