| Commit message (Expand) | Author | Age |
* | Fix bug #314: | Gael Guennebaud | 2012-11-06 |
* | Manual MPL2 relicensing fixes | Benoit Jacob | 2012-07-13 |
* | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. | Benoit Jacob | 2012-07-13 |
* | fix more warnings in MKL support | Gael Guennebaud | 2012-04-18 |
* | Get rid of include directives inside namespace blocks (bug #339). | Jitse Niesen | 2012-04-15 |
* | fix several const qualifier issues: double ones, meaningless ones, some missi... | Gael Guennebaud | 2012-02-03 |
* | add missing return *this | Gael Guennebaud | 2012-01-31 |
* | Fix out-of-range int constant in 4x4 inverse. | Keir Mierle | 2012-01-05 |
* | Intel(R) MKL support added. | karturov | 2011-12-05 |
* | stop fill pivoting LU only if the pivot is exactly 0 | Gael Guennebaud | 2011-11-22 |
* | protect calls to min and max with parentheses to make Eigen compatible with d... | Gael Guennebaud | 2011-07-21 |
* | remove the use of non standard long long | Gael Guennebaud | 2011-06-14 |
* | clean a bit previous patch (ctor vs static_cast and a few bits) | Gael Guennebaud | 2011-05-23 |
* | fix implicit scalar conversions (needed to support fancy scalar types, see bu... | David H. Bailey | 2011-05-23 |
* | merge | Gael Guennebaud | 2011-01-26 |
|\ |
|
* | | extend PermutationMatrix and Transpositions to support arbitrary interger typ... | Gael Guennebaud | 2011-01-26 |
| * | eigen2: pass lu test | Benoit Jacob | 2011-01-25 |
|/ |
|
* | do not stop the factorization if one pivot is exactly 0, and return the | Gael Guennebaud | 2011-01-17 |
* | Renamed cleantype to remove_all since it is close to remove_{const|pointer|re... | Hauke Heibel | 2010-10-26 |
* | Initial fixes for bug #85. | Hauke Heibel | 2010-10-25 |
* | bug #86 : use internal:: namespace instead of ei_ prefix | Benoit Jacob | 2010-10-25 |
* | fix 4x4 SSE inversion when storage orders don't match | Gael Guennebaud | 2010-08-24 |
* | fix inversion of 4x4 unaligned matrices | Gael Guennebaud | 2010-08-24 |
* | add support for determinant on empty matrix | Gael Guennebaud | 2010-07-19 |
* | shut one more warning | Thomas Capricelli | 2010-07-01 |
* | email change | Gael Guennebaud | 2010-06-24 |
* | rename: | Benoit Jacob | 2010-06-14 |
* | Fixed warnings regarding enums. | Hauke Heibel | 2010-06-12 |
* | merge my Dynamic -> -1 change | Benoit Jacob | 2010-06-11 |
|\ |
|
* | | change the value of Dynamic to -1, since the index type is now configurable. | Benoit Jacob | 2010-06-11 |
| * | fix LDLT, now it really only uses a given triangular part! | Gael Guennebaud | 2010-06-09 |
| * | * add Transpositions to PermutationMatrix conversion | Gael Guennebaud | 2010-06-08 |
| * | * remove ei_index, and let ei_traits propagate the index types | Gael Guennebaud | 2010-06-03 |
| * | improve aliasing detection for inverse and add unit test | Gael Guennebaud | 2010-06-02 |
| * | Add cast to aliasing check. | Jitse Niesen | 2010-06-01 |
| * | merge the backing-out of the stupid RetByVal change, and implement a simple | Benoit Jacob | 2010-06-01 |
|/| |
|
| * | Backed out changeset 641d968a9a7ed57a3b8a3f45dea43c5ee6717f97 | Benoit Jacob | 2010-06-01 |
* | | the Index types change. | Benoit Jacob | 2010-05-30 |
|/ |
|
* | * Make ReturnByValue have the EvalBeforeAssigningBit and explicitly | Benoit Jacob | 2010-05-30 |
* | Complete rework of global math functions and NumTraits. | Benoit Jacob | 2010-04-28 |
* | remove Minor | Benoit Jacob | 2010-04-22 |
* | * implement the corner() API change: new methods topLeftCorner() etc | Benoit Jacob | 2010-04-22 |
* | - Added problem size constructor to decompositions that did not have one. It ... | Adolfo Rodriguez Tsouroukdissian | 2010-04-21 |
* | * merge with mainline | Benoit Jacob | 2010-04-16 |
|\ |
|
| * | fix misc warnings, more importantly when NDEBUG is defined, assert() is a | Thomas Capricelli | 2010-03-27 |
* | | fix the flags and matrix options, to always have the right RowMajor bit in th... | Benoit Jacob | 2010-03-19 |
|/ |
|
* | Propagate all five matrix template parameters to members and temporaries of d... | Adolfo Rodriguez Tsouroukdissian | 2010-03-08 |
* | * let a = foo() work when a is a row-vector xpr and foo() returns a ReturnByV... | Benoit Jacob | 2010-03-08 |
* | Added a missing inline hints. | Hauke Heibel | 2010-03-03 |
* | Hide some internal stuff from the docs. | Hauke Heibel | 2010-02-28 |