eigen/test
Hauke Heibel e5bf72679c Fixed nmake parameter.
Disabled debug_* targets for MSVC_IDE (they already exist).
Removed the make usage message for MSVC_IDE.
2009-10-09 14:09:25 +02:00
..
adjoint.cpp add a stable_norm unit test 2009-09-07 12:46:16 +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 add a stable_norm unit test 2009-09-07 12:46:16 +02:00
CMakeLists.txt finally, the right fix: set CTEST_BUILD_TARGET. 2009-10-04 20:27:44 -04:00
commainitializer.cpp
conservative_resize.cpp Fixed unit test and improved code reusage for resizing. 2009-09-07 17:48:42 +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 * ReturnByValue: 2009-09-22 12:20:45 -04:00
geo_hyperplane.cpp
geo_orthomethods.cpp improve coverage of unitOrthogonal 2009-09-07 12:53:25 +02:00
geo_parametrizedline.cpp
geo_quaternion.cpp
geo_transformations.cpp fix bug #42, add missing Transform::Identity() 2009-09-19 19:59:49 -04:00
gsl_helper.h
householder.cpp * add a HouseholderSequence class (not good enough yet for Triadiagonalization and HessenbergDecomposition) 2009-09-16 14:35:42 +02:00
inverse.cpp implement two levels of blocking in PartialLU => high speedup 2009-08-04 11:28:02 +02:00
jacobisvd.cpp * add a HouseholderSequence class (not good enough yet for Triadiagonalization and HessenbergDecomposition) 2009-09-16 14:35:42 +02:00
linearstructure.cpp
lu.cpp small improvements 2009-08-24 00:09:01 -04:00
main.h * update test to expose bug #57 2009-09-28 09:40:18 -04: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 we were already aligning to 16 byte boundary fixed-size objects that are multiple of 16 bytes; 2009-10-05 10:11:11 -04:00
product_extra.cpp better fix for (v * v') * v, we still have to find a way to reorder it 2009-10-01 13:27:03 +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 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 various compilation and bug fixes in selfadjoint stuff 2009-07-27 13:17:39 +02:00
product_small.cpp better fix for (v * v') * v, we still have to find a way to reorder it 2009-10-01 13:27:03 +02:00
product_symm.cpp Adaptions from .lazy() towards .noalias(). 2009-08-31 17:29:37 +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 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 Fix compilation of HouseholderQR and ColPivotingHouseholderQR for non-square fixed-size matrices. 2009-09-28 10:49:55 -04:00
qr_fullpivoting.cpp make ColPivotingQR use HouseholderSequence 2009-09-16 15:56:20 +02:00
qr.cpp Fix compilation of HouseholderQR and ColPivotingHouseholderQR for non-square fixed-size matrices. 2009-09-28 10:49:55 -04:00
qtvector.cpp
redux.cpp compilation fixes 2009-09-17 15:11:13 +02:00
regression.cpp
resize.cpp
runtest.sh
sizeof.cpp
smallvectors.cpp
sparse_basic.cpp
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
stable_norm.cpp really fix stable norm compilation for older gcc 2009-10-07 14:25:12 +02:00
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 Fixed nmake parameter. 2009-10-09 14:09:25 +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 after all we're not aligning to 8byte boundary 2009-10-05 10:55:42 -04:00
vectorization_logic.cpp
visitor.cpp * fix super nasty bug: vector.maxCoeff(&index) didn't work when 'vector' 2009-09-16 14:18:30 -04:00