aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Householder
Commit message (Expand)AuthorAge
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* Add some documentation to existing methods in the Householder module.Gravatar Kolja Brix2012-03-08
* fix several const qualifier issues: double ones, meaningless ones, some missi...Gravatar Gael Guennebaud2012-02-03
* bug #206 - part 2: For HouseholderSequence objects, added non-allocating vers...Gravatar Adolfo Rodriguez Tsourouksdissian2011-10-30
* fix implicit scalar conversions (needed to support fancy scalar types, see bu...Gravatar David H. Bailey2011-05-23
* fix bug #239: the essential part was left uninitialized in some casesGravatar Adam Szalkowski2011-03-31
* fix bug #73: weird compilation error in HouseholderSequence where double and ...Gravatar Gael Guennebaud2011-01-28
* Fix compilation error in HouseholderSequence introduced in my previous commit.Gravatar Jitse Niesen2011-01-07
* Make HouseholderSequence::setTrans() protected (cf. bug #50).Gravatar Jitse Niesen2011-01-06
* Document HouseholderSequence.Gravatar Jitse Niesen2011-01-02
* fix HouseholderSequence API, bug #50:Gravatar Benoit Jacob2010-12-30
* bug #54 - really fix const correctness except in SparseGravatar Benoit Jacob2010-12-22
* fix return type of rightHouseholderSequence()Gravatar Gael Guennebaud2010-11-15
* Renamed cleantype to remove_all since it is close to remove_{const|pointer|re...Gravatar Hauke Heibel2010-10-26
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* fix compilation for non trivial typesGravatar Gael Guennebaud2010-07-14
* fix potential warningGravatar Benoit Jacob2010-06-29
* email changeGravatar Gael Guennebaud2010-06-24
* block householder : minor optimizationGravatar Gael Guennebaud2010-06-24
* fix compilation when default to row majorGravatar Gael Guennebaud2010-06-24
* Add blocking inside HouseholderQR based on code from Vincent Lejeune.Gravatar Gael Guennebaud2010-06-17
* * Make HouseholderSequence::evalTo works in placeGravatar Gael Guennebaud2010-06-10
* * remove ei_index, and let ei_traits propagate the index typesGravatar Gael Guennebaud2010-06-03
* the Index types change.Gravatar Benoit Jacob2010-05-30
* Respect MaxRowsAtCompileTime in HouseholderSequence::evalTo().Gravatar Jitse Niesen2010-05-25
* * implement the corner() API change: new methods topLeftCorner() etcGravatar Benoit Jacob2010-04-22
* oos, remove eval() used for debuggingGravatar Benoit Jacob2010-04-19
* * Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, ...Gravatar Benoit Jacob2010-04-16
* fix the flags and matrix options, to always have the right RowMajor bit in th...Gravatar Benoit Jacob2010-03-19
* * Fix #97 : Householder operations on 1x1 matricesGravatar Benoit Jacob2010-03-08
* Renamed PlainMatrixType to PlainObject (Array != Matrix).Gravatar Hauke Heibel2010-02-20
* Renamed AnyMatrixBase to EigenBase.Gravatar Hauke Heibel2010-02-20
* fix a couple of ICE with gcc 4.0.1Gravatar Gael Guennebaud2010-02-12
* allow to multiply a householder sequence and a matrix when one is real and on...Gravatar Benoit Jacob2010-01-15
* Introduce third template parameter to HouseholderSequence: int Side.Gravatar Benoit Jacob2010-01-14
* * Fix a bug in HouseholderQR with mixed fixed/dynamic size: must use EIGEN_SI...Gravatar Benoit Jacob2010-01-11
* Backed out changeset 58fb27cd566f4057cee914be4cfe4f87abe8dc04Gravatar Benoit Jacob2010-01-07
* undoGravatar Benoit Jacob2010-01-07
* undo my last commitGravatar Benoit Jacob2010-01-07
* make applyHouseholderOnTheRight take a row vector, not a column vector:Gravatar Benoit Jacob2010-01-07
* merge and add start/end to Eigen2SupportGravatar Gael Guennebaud2010-01-05
|\
| * Big renaming:Gravatar Benoit Jacob2010-01-04
* | merge with default branchGravatar Gael Guennebaud2009-12-22
|\|
| * Warning 4512 (assignment operators could not be generated) is now simply disa...Gravatar Hauke Heibel2009-12-14
* | add a DenseBase class for MAtrixBase and ArrayBase and more code factorisationGravatar Gael Guennebaud2009-12-04
| * * HouseholderSequence:Gravatar Benoit Jacob2009-12-02
| * Much more NestByValue cleanup.Gravatar Hauke Heibel2009-12-01
|/