| Commit message (Expand) | Author | Age |
* | cleaning pass: rm unused variables in MKL stuff, fix a few namespace issues, ... | Gael Guennebaud | 2012-04-18 |
* | Get rid of include directives inside namespace blocks (bug #339). | Jitse Niesen | 2012-04-15 |
* | suppress extra ',' and ';' | Gael Guennebaud | 2012-04-10 |
* | fix several const qualifier issues: double ones, meaningless ones, some missi... | Gael Guennebaud | 2012-02-03 |
* | Intel(R) MKL support added. | karturov | 2011-12-05 |
* | bug #206 - part 4: Removes heap allocations from JacobiSVD and its preconditi... | Adolfo Rodriguez Tsourouksdissian | 2011-10-30 |
* | bug #206 - part 3: Reimplement FullPivHouseholderQR<T>::matrixQ() using Retur... | Adolfo Rodriguez Tsourouksdissian | 2011-03-08 |
* | fix bug #330: Index to int conversion warning | Gael Guennebaud | 2011-08-23 |
* | protect calls to min and max with parentheses to make Eigen compatible with d... | Gael Guennebaud | 2011-07-21 |
* | bug #271: fix copy/paste mistakes in doc | Gael Guennebaud | 2011-05-23 |
* | 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 |
* | add Threshold API to FullPivHouseholderQR | Benoit Jacob | 2011-01-27 |
* | Make HouseholderSequence::setTrans() protected (cf. bug #50). | Jitse Niesen | 2011-01-06 |
* | fix HouseholderSequence API, bug #50: | Benoit Jacob | 2010-12-30 |
* | fix compilation | Gael Guennebaud | 2010-12-10 |
* | bug #86 : use internal:: namespace instead of ei_ prefix | Benoit Jacob | 2010-10-25 |
* | Added more detailed docs to the QR decompositions classes. | Hauke Heibel | 2010-08-05 |
* | Remove \nonstable yet. The stability rules for Eigen3 are much simpler: | Benoit Jacob | 2010-06-29 |
* | email change | Gael Guennebaud | 2010-06-24 |
* | block householder : minor optimization | Gael Guennebaud | 2010-06-24 |
* | Add blocking inside HouseholderQR based on code from Vincent Lejeune. | Gael Guennebaud | 2010-06-17 |
* | add an inplace householder QR dec function in preparation for a block version | Gael Guennebaud | 2010-06-17 |
* | clean old stuff used to support precompilation inside a binary lib | Gael Guennebaud | 2010-06-07 |
* | Fixes the problem, described here: | Anton Gladky | 2010-05-28 |
* | the Index types change. | Benoit Jacob | 2010-05-30 |
* | introduce a new macro EIGEN_ARG_UNUSED(arg) and use it in some places to | Thomas Capricelli | 2010-05-21 |
* | * 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 |
* | * Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, ... | Benoit Jacob | 2010-04-16 |
* | 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 |
* | Renamed PlainMatrixType to PlainObject (Array != Matrix). | Hauke Heibel | 2010-02-20 |
* | * move dummy_precision and epsilon to NumTraits | Gael Guennebaud | 2010-02-10 |
* | EIGEN_ENUM_MIN ---> EIGEN_SIZE_MIN | Benoit Jacob | 2010-01-27 |
* | * Fix a bug in HouseholderQR with mixed fixed/dynamic size: must use EIGEN_SI... | Benoit Jacob | 2010-01-11 |
* | Backed out changeset 58fb27cd566f4057cee914be4cfe4f87abe8dc04 | Benoit Jacob | 2010-01-07 |
* | undo | Benoit Jacob | 2010-01-07 |
* | remove the Triangular suffix to Upper, Lower, UnitLower, etc, | Gael Guennebaud | 2010-01-07 |
* | merge and add start/end to Eigen2Support | Gael Guennebaud | 2010-01-05 |
|\ |
|
| * | Big renaming: | Benoit Jacob | 2010-01-04 |
* | | merge with default branch | Gael Guennebaud | 2009-12-22 |
|\| |
|
| * | Warning 4512 (assignment operators could not be generated) is now simply disa... | Hauke Heibel | 2009-12-14 |
| * | Added to possibility to compile unit tests at maximum warning level. | Hauke Heibel | 2009-12-12 |
* | | add a DenseBase class for MAtrixBase and ArrayBase and more code factorisation | Gael Guennebaud | 2009-12-04 |
| * | * HouseholderSequence: | Benoit Jacob | 2009-12-02 |
| * | merge | Hauke Heibel | 2009-12-02 |
| |\ |
|
| * | | ColPivQR: now the unit tests even succeeds: | Benoit Jacob | 2009-12-01 |
| * | | Big reworking of ColPivQR and its unit test, which now passes even with thous... | Benoit Jacob | 2009-12-01 |