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
*
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...
Gael Guennebaud
2018-07-17
*
Remove local Index typedef from unit-tests
Gael Guennebaud
2018-07-12
*
Make qr_fullpivoting unit test run for fixed-sized matrices
Christoph Hertzberg
2018-05-22
*
Fix compilation of qr.inverse() for column and full pivoting variants.
Gael Guennebaud
2016-10-06
*
Make use of EIGEN_TEST_MAX_SIZE
Gael Guennebaud
2016-07-20
*
Use VERIFY_IS_EQUAL instead of VERIFY(a==b) to get more feedback in case of f...
Gael Guennebaud
2015-06-26
*
Extend qr unit test
Gael Guennebaud
2014-07-21
*
Fix FullPivHouseholderQR ctors for non squared fixed size matrix types
Gael Guennebaud
2013-11-19
*
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
*
the min/max macros to detect unprotected min/max were undefined by some std h...
Gael Guennebaud
2011-08-19
*
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
*
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