aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Householder
Commit message (Expand)AuthorAge
...
* *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