aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Householder
Commit message (Expand)AuthorAge
* 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
|/
* *adapt Householder to the convention that we now favor refs over ptrs for out...Gravatar Benoit Jacob2009-11-10
* Added private, non-implemented assignment operators to functions that don't n...Gravatar Hauke Heibel2009-09-27
* fix stable_norm unit testGravatar Gael Guennebaud2009-09-18
* make ColPivotingQR use HouseholderSequenceGravatar Gael Guennebaud2009-09-16
* * add a HouseholderSequence class (not good enough yet for Triadiagonalizatio...Gravatar Gael Guennebaud2009-09-16
* give FullPivotingHouseholderQR all the modern comfortGravatar Benoit Jacob2009-08-24
* fix bug: with complex matrices, the condition (ei_imag(c0)==RealScalar(0)) be...Gravatar Benoit Jacob2009-08-24
* add initial, rough, full-pivoting RRQR decompositionGravatar Benoit Jacob2009-08-22
* change the make householder algorithm so that the remaining coefficientGravatar Gael Guennebaud2009-08-17
* make HouseholderQR uses the Householder moduleGravatar Gael Guennebaud2009-08-16
* bugfix in inner-product specialization,Gravatar Gael Guennebaud2009-08-15
* * add Jacobi transformationsGravatar Benoit Jacob2009-08-09
* use explicit Block/VectorBlock xprs to make sure that compile-time known size...Gravatar Benoit Jacob2009-08-04
* add new Householder moduleGravatar Benoit Jacob2009-08-03