eigen/test
Benoit Jacob 97bc1af1f1 add ColPivotingHouseholderQR
rename RRQR to fullPivotingHouseholderQR
2009-08-23 18:04:33 -04:00
..
adjoint.cpp add overloads of lazyAssign to detect common aliasing issue with 2009-08-15 22:19:29 +02:00
array_replicate.cpp
array_reverse.cpp
array.cpp
bandmatrix.cpp * various fixes related to sub diagonals and band matrix 2009-07-21 11:19:52 +02:00
basicstuff.cpp
cholesky.cpp bugfix in trsm 2009-08-02 15:32:43 +02:00
CMakeLists.txt add ColPivotingHouseholderQR 2009-08-23 18:04:33 -04:00
commainitializer.cpp
cwiseop.cpp
determinant.cpp fixes in determinant and homogeneous 2009-08-06 16:54:55 +02:00
diagonalmatrices.cpp
dynalloc.cpp
eigensolver_generic.cpp
eigensolver_selfadjoint.cpp change the make householder algorithm so that the remaining coefficient 2009-08-17 17:04:32 +02:00
geo_alignedbox.cpp
geo_eulerangles.cpp
geo_homogeneous.cpp
geo_hyperplane.cpp
geo_orthomethods.cpp
geo_parametrizedline.cpp
geo_quaternion.cpp
geo_transformations.cpp more product refactoring 2009-08-06 12:20:02 +02:00
gsl_helper.h
householder.cpp change the make householder algorithm so that the remaining coefficient 2009-08-17 17:04:32 +02:00
inverse.cpp implement two levels of blocking in PartialLU => high speedup 2009-08-04 11:28:02 +02:00
linearstructure.cpp
lu.cpp
main.h let createRandomMatrixOfRank support fixed-size! 2009-08-23 17:33:31 -04:00
map.cpp
meta.cpp
miscmatrices.cpp
mixingtypes.cpp minor compilation fixes for Sun CC and ICC 2009-07-20 13:27:41 +02:00
nomalloc.cpp more product refactoring 2009-08-06 12:20:02 +02:00
packetmath.cpp
product_extra.cpp various compilation and bug fixes in selfadjoint stuff 2009-07-27 13:17:39 +02:00
product_large.cpp bugfix for a = a * b; when a has to be resized 2009-07-20 10:35:47 +02:00
product_notemporary.cpp As proposed on the list: 2009-08-15 18:35:51 +02:00
product_selfadjoint.cpp various compilation and bug fixes in selfadjoint stuff 2009-07-27 13:17:39 +02:00
product_small.cpp
product_symm.cpp overload operartor* with a ProductBase such that "scalar * (mat * mat)" is optimized 2009-08-11 15:15:06 +02:00
product_syrk.cpp compilation fixes 2009-07-27 13:50:23 +02:00
product_trmm.cpp add a debug mechanism to compute the number of intermediate evaluations (only for dynamic size) 2009-07-28 17:13:13 +02:00
product_trmv.cpp compilation fixes 2009-07-27 13:50:23 +02:00
product_trsm.cpp fix a couple of warnings 2009-08-15 10:20:01 +02:00
product.h big refactoring in Product.h: 2009-08-05 15:23:35 +02:00
qr_colpivoting.cpp add ColPivotingHouseholderQR 2009-08-23 18:04:33 -04:00
qr_fullpivoting.cpp add ColPivotingHouseholderQR 2009-08-23 18:04:33 -04:00
qr.cpp change the make householder algorithm so that the remaining coefficient 2009-08-17 17:04:32 +02:00
qtvector.cpp
redux.cpp
regression.cpp
resize.cpp
runtest.sh
sizeof.cpp
smallvectors.cpp
sparse_basic.cpp add a SparseNestByValue expression and fix issue in sparse adjoint evaluation 2009-07-13 14:55:03 +02:00
sparse_product.cpp
sparse_solvers.cpp bug fix in inverse for 1x1 matrix, 2009-07-27 18:09:56 +02:00
sparse_vector.cpp
sparse.h
stdvector.cpp fix typo 2009-08-22 10:40:39 -04:00
submatrices.cpp As proposed on the list: 2009-08-15 18:35:51 +02:00
svd.cpp svd: sort in decreasing order, remove unused code 2009-08-15 19:20:48 -04:00
testsuite.cmake
triangular.cpp fix a couple of compilations issues 2009-08-06 14:10:02 +02:00
umeyama.cpp
unalignedassert.cpp
vectorization_logic.cpp