index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
src
/
Householder
Commit message (
Expand
)
Author
Age
*
*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
*
make ColPivotingQR use HouseholderSequence
Gael Guennebaud
2009-09-16
*
* add a HouseholderSequence class (not good enough yet for Triadiagonalizatio...
Gael Guennebaud
2009-09-16
*
give FullPivotingHouseholderQR all the modern comfort
Benoit Jacob
2009-08-24
*
fix bug: with complex matrices, the condition (ei_imag(c0)==RealScalar(0)) be...
Benoit Jacob
2009-08-24
*
add initial, rough, full-pivoting RRQR decomposition
Benoit Jacob
2009-08-22
*
change the make householder algorithm so that the remaining coefficient
Gael Guennebaud
2009-08-17
*
make HouseholderQR uses the Householder module
Gael Guennebaud
2009-08-16
*
bugfix in inner-product specialization,
Gael Guennebaud
2009-08-15
*
* add Jacobi transformations
Benoit Jacob
2009-08-09
*
use explicit Block/VectorBlock xprs to make sure that compile-time known size...
Benoit Jacob
2009-08-04
*
add new Householder module
Benoit Jacob
2009-08-03