eigen/test
2009-09-07 11:26:20 +02: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 Adaptions from .lazy() towards .noalias(). 2009-08-31 17:29:37 +02:00
basicstuff.cpp * add serious unit test for swap 2009-09-02 16:56:48 -04:00
cholesky.cpp bugfix in trsm 2009-08-02 15:32:43 +02:00
CMakeLists.txt Added conservativeResize + unit test. 2009-09-03 17:27:51 +02:00
commainitializer.cpp
conservative_resize.cpp Added conservativeResize + unit test. 2009-09-03 17:27:51 +02:00
cwiseop.cpp
determinant.cpp fixes in determinant and homogeneous 2009-08-06 16:54:55 +02:00
diagonalmatrices.cpp
dynalloc.cpp
eigensolver_complex.cpp rename the EigenSolver module to Eigenvalues 2009-09-04 09:23:38 +02:00
eigensolver_generic.cpp rename the EigenSolver module to Eigenvalues 2009-09-04 09:23:38 +02:00
eigensolver_selfadjoint.cpp rename the EigenSolver module to Eigenvalues 2009-09-04 09:23:38 +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
jacobisvd.cpp big reorganization in JacobiSVD: 2009-09-03 02:53:51 -04:00
linearstructure.cpp
lu.cpp small improvements 2009-08-24 00:09:01 -04:00
main.h fix issue #49 2009-09-01 23:15:30 +02:00
map.cpp
meta.cpp
miscmatrices.cpp
mixingtypes.cpp uncomment stuff commented for debugging (sorry for the noise) 2009-09-07 11:26:20 +02:00
nomalloc.cpp more product refactoring 2009-08-06 12:20:02 +02:00
packetmath.cpp
product_extra.cpp clean a bit the previous commit which came from a patch queue, 2009-09-01 16:35:23 +02:00
product_large.cpp
product_notemporary.cpp move eigen values related stuff of the QR module to a new EigenSolver module. 2009-09-03 11:39:44 +02:00
product_selfadjoint.cpp
product_small.cpp
product_symm.cpp Adaptions from .lazy() towards .noalias(). 2009-08-31 17:29:37 +02:00
product_syrk.cpp
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
product_trsm.cpp Fixed a cast warning in scaleAndAddTo. 2009-08-31 15:34:57 +02:00
product.h Adaptions from .lazy() towards .noalias(). 2009-08-31 17:29:37 +02:00
qr_colpivoting.cpp modernize HouseholderQR too, uniformize all that stuff, update tests 2009-08-24 13:46:14 -04:00
qr_fullpivoting.cpp modernize HouseholderQR too, uniformize all that stuff, update tests 2009-08-24 13:46:14 -04:00
qr.cpp modernize HouseholderQR too, uniformize all that stuff, update tests 2009-08-24 13:46:14 -04:00
qtvector.cpp
redux.cpp
regression.cpp
resize.cpp
runtest.sh
sizeof.cpp
smallvectors.cpp
sparse_basic.cpp
sparse_product.cpp
sparse_solvers.cpp
sparse_vector.cpp
sparse.h
stdvector.cpp fix typo 2009-08-22 10:40:39 -04:00
submatrices.cpp fix Matrix::stride for vectors, add a unit test for Block::stride 2009-08-31 17:39:56 +02:00
svd.cpp simplifications 2009-08-31 22:09:44 -04:00
swap.cpp * add serious unit test for swap 2009-09-02 16:56:48 -04:00
testsuite.cmake Added support to overwrite the generator type. 2009-09-02 20:57:41 +02:00
triangular.cpp fix a couple of compilations issues 2009-08-06 14:10:02 +02:00
umeyama.cpp Fixed a cast warning in scaleAndAddTo. 2009-08-31 15:34:57 +02:00
unalignedassert.cpp
vectorization_logic.cpp