eigen/test
2009-07-28 17:13:13 +02:00
..
adjoint.cpp fix issue #25 : the problem was that we assumed Dynamic was a multiple of a packet size 2009-07-15 14:20:45 +02:00
array_replicate.cpp
array_reverse.cpp
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
cwiseop.cpp
determinant.cpp
diagonalmatrices.cpp fully vectorize DiagonalProduct 2009-06-29 04:01:31 +02:00
dynalloc.cpp
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
geo_eulerangles.cpp
geo_homogeneous.cpp
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
geo_parametrizedline.cpp
geo_quaternion.cpp
geo_transformations.cpp new implementation of diagonal matrices and diagonal matrix expressions 2009-06-28 21:27:37 +02:00
gsl_helper.h
inverse.cpp bug fix in inverse for 1x1 matrix, 2009-07-27 18:09:56 +02:00
linearstructure.cpp
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
meta.cpp
miscmatrices.cpp new implementation of diagonal matrices and diagonal matrix expressions 2009-06-28 21:27:37 +02:00
mixingtypes.cpp
nomalloc.cpp
packetmath.cpp
product_extra.cpp various compilation and bug fixes in selfadjoint stuff 2009-07-27 13:17:39 +02:00
product_large.cpp conjugate expressions are now properly caught by Product 2009-07-07 21:30:20 +02:00
product_notemporary.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_selfadjoint.cpp various compilation and bug fixes in selfadjoint stuff 2009-07-27 13:17:39 +02:00
product_small.cpp
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
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 * 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
sparse.h
stdvector.cpp
submatrices.cpp
svd.cpp quick reimplementation of SVD from the numeral recipes book: 2009-07-06 13:47:41 +02:00
testsuite.cmake
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
unalignedassert.cpp
vectorization_logic.cpp