eigen/test
2009-07-28 18:11:30 +02:00
..
adjoint.cpp re-implement stableNorm using a homemade blocky and 2009-07-17 16:22:39 +02:00
array_replicate.cpp remove sentence "Eigen itself is part of the KDE project." 2009-05-22 20:25:33 +02:00
array_reverse.cpp remove sentence "Eigen itself is part of the KDE project." 2009-05-22 20:25:33 +02:00
array.cpp Set of fixes and workaround to make sun studio more happy. 2009-07-10 16:10:03 +02:00
bandmatrix.cpp * various fixes related to sub diagonals and band matrix 2009-07-21 11:19:52 +02:00
basicstuff.cpp Set of fixes and workaround to make sun studio more happy. 2009-07-10 16:10:03 +02:00
cholesky.cpp finally directly calling the low-level products is faster 2009-07-10 10:41:26 +02:00
CMakeLists.txt add a debug mechanism to compute the number of intermediate evaluations (only for dynamic size) 2009-07-28 17:13:13 +02:00
commainitializer.cpp remove sentence "Eigen itself is part of the KDE project." 2009-05-22 20:25:33 +02:00
cwiseop.cpp remove sentence "Eigen itself is part of the KDE project." 2009-05-22 20:25:33 +02:00
determinant.cpp remove sentence "Eigen itself is part of the KDE project." 2009-05-22 20:25:33 +02:00
diagonalmatrices.cpp fully vectorize DiagonalProduct 2009-06-29 04:01:31 +02:00
dynalloc.cpp remove sentence "Eigen itself is part of the KDE project." 2009-05-22 20:25:33 +02:00
eigensolver_generic.cpp new implementation of diagonal matrices and diagonal matrix expressions 2009-06-28 21:27:37 +02:00
eigensolver_selfadjoint.cpp various compilation and bug fixes in selfadjoint stuff 2009-07-27 13:17:39 +02:00
geo_alignedbox.cpp remove sentence "Eigen itself is part of the KDE project." 2009-05-22 20:25:33 +02:00
geo_eulerangles.cpp remove sentence "Eigen itself is part of the KDE project." 2009-05-22 20:25:33 +02:00
geo_homogeneous.cpp remove sentence "Eigen itself is part of the KDE project." 2009-05-22 20:25:33 +02:00
geo_hyperplane.cpp * rename QR to HouseholderQR because really that impacts the API, not just the impl. 2009-07-06 17:12:10 +02:00
geo_orthomethods.cpp remove sentence "Eigen itself is part of the KDE project." 2009-05-22 20:25:33 +02:00
geo_parametrizedline.cpp remove sentence "Eigen itself is part of the KDE project." 2009-05-22 20:25:33 +02:00
geo_quaternion.cpp remove sentence "Eigen itself is part of the KDE project." 2009-05-22 20:25:33 +02:00
geo_transformations.cpp new implementation of diagonal matrices and diagonal matrix expressions 2009-06-28 21:27:37 +02:00
gsl_helper.h remove sentence "Eigen itself is part of the KDE project." 2009-05-22 20:25:33 +02:00
inverse.cpp bug fix in inverse for 1x1 matrix, 2009-07-27 18:09:56 +02:00
linearstructure.cpp remove sentence "Eigen itself is part of the KDE project." 2009-05-22 20:25:33 +02:00
lu.cpp * polish computeInverseWithCheck to share more code, fix documentation, fix coding style 2009-06-29 22:07:37 +02:00
main.h add a SparseNestByValue expression and fix issue in sparse adjoint evaluation 2009-07-13 14:55:03 +02:00
map.cpp remove sentence "Eigen itself is part of the KDE project." 2009-05-22 20:25:33 +02:00
meta.cpp remove sentence "Eigen itself is part of the KDE project." 2009-05-22 20:25:33 +02:00
miscmatrices.cpp new implementation of diagonal matrices and diagonal matrix expressions 2009-06-28 21:27:37 +02:00
mixingtypes.cpp minor compilation fixes for Sun CC and ICC 2009-07-20 13:27:41 +02:00
nomalloc.cpp remove sentence "Eigen itself is part of the KDE project." 2009-05-22 20:25:33 +02:00
packetmath.cpp remove sentence "Eigen itself is part of the KDE project." 2009-05-22 20:25:33 +02:00
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 fix a couple of issues related to recent products 2009-07-28 18:11:30 +02:00
product_selfadjoint.cpp various compilation and bug fixes in selfadjoint stuff 2009-07-27 13:17:39 +02:00
product_small.cpp remove sentence "Eigen itself is part of the KDE project." 2009-05-22 20:25:33 +02:00
product_symm.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_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 trmm is now fully working and available via TriangularView::operator* 2009-07-27 11:42:54 +02:00
product.h * extended the cache friendly products to support C = alpha * A * M and C += alpha * A * B 2009-07-07 11:39:19 +02:00
qr.cpp * rename QR to HouseholderQR because really that impacts the API, not just the impl. 2009-07-06 17:12:10 +02:00
qtvector.cpp remove sentence "Eigen itself is part of the KDE project." 2009-05-22 20:25:33 +02:00
redux.cpp remove sentence "Eigen itself is part of the KDE project." 2009-05-22 20:25:33 +02:00
regression.cpp remove sentence "Eigen itself is part of the KDE project." 2009-05-22 20:25:33 +02:00
resize.cpp remove sentence "Eigen itself is part of the KDE project." 2009-05-22 20:25:33 +02:00
runtest.sh
sizeof.cpp merge 2009-05-22 20:31:26 +02:00
smallvectors.cpp remove sentence "Eigen itself is part of the KDE project." 2009-05-22 20:25:33 +02:00
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 * update sparse module wrt new diagonal matrix impl 2009-07-04 11:16:27 +02:00
sparse_solvers.cpp bug fix in inverse for 1x1 matrix, 2009-07-27 18:09:56 +02:00
sparse_vector.cpp remove sentence "Eigen itself is part of the KDE project." 2009-05-22 20:25:33 +02:00
sparse.h remove sentence "Eigen itself is part of the KDE project." 2009-05-22 20:25:33 +02:00
stdvector.cpp remove sentence "Eigen itself is part of the KDE project." 2009-05-22 20:25:33 +02:00
submatrices.cpp remove sentence "Eigen itself is part of the KDE project." 2009-05-22 20:25:33 +02:00
svd.cpp quick reimplementation of SVD from the numeral recipes book: 2009-07-06 13:47:41 +02:00
testsuite.cmake update cdash testsuite file to use mercurial 2009-05-19 09:24:22 +02:00
triangular.cpp add a debug mechanism to compute the number of intermediate evaluations (only for dynamic size) 2009-07-28 17:13:13 +02:00
umeyama.cpp make Umeyama, and its unit-test, work for me on gcc 4.3 2009-05-27 23:10:24 +02:00
unalignedassert.cpp remove sentence "Eigen itself is part of the KDE project." 2009-05-22 20:25:33 +02:00
vectorization_logic.cpp remove sentence "Eigen itself is part of the KDE project." 2009-05-22 20:25:33 +02:00