index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
qr.cpp
Commit message (
Expand
)
Author
Age
*
Enforce scalar types in calls to max/min (helps with expression template scal...
Gael Guennebaud
2016-07-25
*
reduce false negative in the qr unit test
Gael Guennebaud
2014-02-14
*
Clean source code and unit tests with respect to -Wunused-local-typedefs
Gael Guennebaud
2013-04-10
*
Fix bug #314:
Gael Guennebaud
2012-11-06
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
add the possibility to configure the maximal matrix size in the unit tests
Gael Guennebaud
2011-07-12
*
Initial fixes for bug #85.
Hauke Heibel
2010-10-25
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
email change
Gael Guennebaud
2010-06-24
*
Utilize Index in all unit tests.
Hauke Heibel
2010-06-20
*
Add blocking inside HouseholderQR based on code from Vincent Lejeune.
Gael Guennebaud
2010-06-17
*
- Added problem size constructor to decompositions that did not have one. It ...
Adolfo Rodriguez Tsouroukdissian
2010-04-21
*
Add (failing) test for computing HouseholderQR of a 1x1 matrix.
Jitse Niesen
2010-03-01
*
* 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
*
* HouseholderSequence:
Benoit Jacob
2009-12-02
*
port the qr module to ei_solve_xxx.
Benoit Jacob
2009-11-08
*
big huge changes, so i dont remember everything.
Benoit Jacob
2009-10-28
*
also test that the matrix Q is unitary
Benoit Jacob
2009-10-12
*
Fix compilation of HouseholderQR and ColPivotingHouseholderQR for non-square ...
Benoit Jacob
2009-09-28
*
* add a HouseholderSequence class (not good enough yet for Triadiagonalizatio...
Gael Guennebaud
2009-09-16
*
modernize HouseholderQR too, uniformize all that stuff, update tests
Benoit Jacob
2009-08-24
*
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
*
* rename QR to HouseholderQR because really that impacts the API, not just th...
Benoit Jacob
2009-07-06
*
merge
Benoit Jacob
2009-05-22
|
\
|
*
remove sentence "Eigen itself is part of the KDE project."
Benoit Jacob
2009-05-22
*
|
QR and SVD decomposition interface unification.
Hauke Heibel
2009-05-22
|
/
*
* introduced method createRandomMatrixOfRank (R = U*D*V where U,V unitary, D ...
Hauke Heibel
2009-05-17
*
various minor updates of some unit tests
Gael Guennebaud
2009-05-11
*
setup the unsupported directory structure.
Gael Guennebaud
2009-02-04
*
QR: add isInjective(), isSurjective(),
Gael Guennebaud
2009-01-28
*
forgot to include the update of the qr test
Gael Guennebaud
2009-01-20
*
* Merge Extract and Part to the Part expression.
Gael Guennebaud
2008-07-21
*
Added a Hessenberg decomposition class for both real and complex matrices.
Gael Guennebaud
2008-06-08
*
* fix the QR module to use extract/part instead of the previous triangular stuff
Gael Guennebaud
2008-05-27