eigen/test
Gael Guennebaud 88147e0a91 big refactoring in Product.h:
- all specialized products now inherits ProductBase
- the default product evaluated by Assign is still here,
  but it is currently enabled for small fixed sizes only
- => this significantly speed up compilation for large matrices
- I left the OuterProduct specialization empty as an exercise...
2009-08-05 15:23:35 +02:00
..
adjoint.cpp make the dot product linear in the second variable, not the first variable 2009-08-03 17: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 bugfix in trsm 2009-08-02 15:32:43 +02:00
CMakeLists.txt merge with special_matrix branch 2009-08-03 16:17:32 +02:00
commainitializer.cpp
cwiseop.cpp
determinant.cpp
diagonalmatrices.cpp
dynalloc.cpp
eigensolver_generic.cpp
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
gsl_helper.h
householder.cpp add new Householder module 2009-08-03 16:06:57 +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 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
mixingtypes.cpp minor compilation fixes for Sun CC and ICC 2009-07-20 13:27:41 +02:00
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 bugfix for a = a * b; when a has to be resized 2009-07-20 10:35:47 +02:00
product_notemporary.cpp big refactoring in Product.h: 2009-08-05 15:23:35 +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 add selfadjointView from a trinagularView 2009-07-31 17:35:55 +02:00
product.h big refactoring in Product.h: 2009-08-05 15:23:35 +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 make the dot product linear in the second variable, not the first variable 2009-08-03 17:20:45 +02:00
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