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_fullpivoting.cpp
Commit message (
Expand
)
Author
Age
*
email change
Gael Guennebaud
2010-06-24
*
Still fixing warnings.
Hauke Heibel
2010-06-20
*
Utilize Index in all unit tests.
Hauke Heibel
2010-06-20
*
the Index types change.
Benoit Jacob
2010-05-30
*
- Added problem size constructor to decompositions that did not have one. It ...
Adolfo Rodriguez Tsouroukdissian
2010-04-21
*
Further LU test improvements. I'm not aware of any test failures anymore, not...
Benoit Jacob
2010-02-23
*
* FullPivLU: replace "remaining==0" termination condition (from Golub) by a f...
Benoit Jacob
2010-02-23
*
port the QR module to PermutationMatrix
Benoit Jacob
2009-11-17
*
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
*
make ColPivotingQR use HouseholderSequence
Gael Guennebaud
2009-09-16
*
modernize HouseholderQR too, uniformize all that stuff, update tests
Benoit Jacob
2009-08-24
*
bring the modern comfort also to ColPivotingHouseholderQR
Benoit Jacob
2009-08-24
*
add logAbsDeterminant()
Benoit Jacob
2009-08-24
*
add test for absDeterminant()
Benoit Jacob
2009-08-24
*
give FullPivotingHouseholderQR all the modern comfort
Benoit Jacob
2009-08-24
*
add ColPivotingHouseholderQR
Benoit Jacob
2009-08-23