| Commit message (Expand) | Author | Age |
* | Add some documentation to existing methods in the Householder module. | Kolja Brix | 2012-03-08 |
* | fix several const qualifier issues: double ones, meaningless ones, some missi... | Gael Guennebaud | 2012-02-03 |
* | bug #206 - part 2: For HouseholderSequence objects, added non-allocating vers... | Adolfo Rodriguez Tsourouksdissian | 2011-10-30 |
* | fix implicit scalar conversions (needed to support fancy scalar types, see bu... | David H. Bailey | 2011-05-23 |
* | fix bug #239: the essential part was left uninitialized in some cases | Adam Szalkowski | 2011-03-31 |
* | fix bug #73: weird compilation error in HouseholderSequence where double and ... | Gael Guennebaud | 2011-01-28 |
* | Fix compilation error in HouseholderSequence introduced in my previous commit. | Jitse Niesen | 2011-01-07 |
* | Make HouseholderSequence::setTrans() protected (cf. bug #50). | Jitse Niesen | 2011-01-06 |
* | Document HouseholderSequence. | Jitse Niesen | 2011-01-02 |
* | fix HouseholderSequence API, bug #50: | Benoit Jacob | 2010-12-30 |
* | bug #54 - really fix const correctness except in Sparse | Benoit Jacob | 2010-12-22 |
* | fix return type of rightHouseholderSequence() | Gael Guennebaud | 2010-11-15 |
* | 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 compilation for non trivial types | Gael Guennebaud | 2010-07-14 |
* | fix potential warning | Benoit Jacob | 2010-06-29 |
* | email change | Gael Guennebaud | 2010-06-24 |
* | block householder : minor optimization | Gael Guennebaud | 2010-06-24 |
* | fix compilation when default to row major | Gael Guennebaud | 2010-06-24 |
* | Add blocking inside HouseholderQR based on code from Vincent Lejeune. | Gael Guennebaud | 2010-06-17 |
* | * Make HouseholderSequence::evalTo works in place | Gael Guennebaud | 2010-06-10 |
* | * remove ei_index, and let ei_traits propagate the index types | Gael Guennebaud | 2010-06-03 |
* | the Index types change. | Benoit Jacob | 2010-05-30 |
* | Respect MaxRowsAtCompileTime in HouseholderSequence::evalTo(). | Jitse Niesen | 2010-05-25 |
* | * implement the corner() API change: new methods topLeftCorner() etc | Benoit Jacob | 2010-04-22 |
* | oos, remove eval() used for debugging | Benoit Jacob | 2010-04-19 |
* | * 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 |
* | * Fix #97 : Householder operations on 1x1 matrices | Benoit Jacob | 2010-03-08 |
* | Renamed PlainMatrixType to PlainObject (Array != Matrix). | Hauke Heibel | 2010-02-20 |
* | Renamed AnyMatrixBase to EigenBase. | Hauke Heibel | 2010-02-20 |
* | fix a couple of ICE with gcc 4.0.1 | Gael Guennebaud | 2010-02-12 |
* | allow to multiply a householder sequence and a matrix when one is real and on... | Benoit Jacob | 2010-01-15 |
* | Introduce third template parameter to HouseholderSequence: int Side. | Benoit Jacob | 2010-01-14 |
* | * 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 |
* | undo my last commit | Benoit Jacob | 2010-01-07 |
* | make applyHouseholderOnTheRight take a row vector, not a column vector: | Benoit Jacob | 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 |
* | | add a DenseBase class for MAtrixBase and ArrayBase and more code factorisation | Gael Guennebaud | 2009-12-04 |
| * | * HouseholderSequence: | Benoit Jacob | 2009-12-02 |
| * | Much more NestByValue cleanup. | Hauke Heibel | 2009-12-01 |
|/ |
|
* | *adapt Householder to the convention that we now favor refs over ptrs for out... | Benoit Jacob | 2009-11-10 |
* | Added private, non-implemented assignment operators to functions that don't n... | Hauke Heibel | 2009-09-27 |
* | fix stable_norm unit test | Gael Guennebaud | 2009-09-18 |