Gael Guennebaud
|
a4cc4c1e5e
|
Clarify note in nested_eval for evaluator creating temporaries.
|
2015-10-09 14:57:51 +02:00 |
|
Gael Guennebaud
|
ae38910693
|
The evalautor of Solve was missing the EvalBeforeNestingBit flag.
|
2015-10-09 14:57:19 +02:00 |
|
Gael Guennebaud
|
515ecddb97
|
Add unit test for nested_eval
|
2015-10-09 14:29:46 +02:00 |
|
Gael Guennebaud
|
78b8c344b5
|
Add unit test for CoeffReadCost
|
2015-10-09 14:28:48 +02:00 |
|
Gael Guennebaud
|
321cb56bf6
|
Add unit test to check nesting of complex expressions in redux()
|
2015-10-09 13:29:39 +02:00 |
|
Gael Guennebaud
|
2632b3446c
|
Improve documentation of TriangularView.
|
2015-10-09 12:10:58 +02:00 |
|
Gael Guennebaud
|
1429daf850
|
Add lvalue check for TriangularView::swap, and fix deprecated TriangularView::lazyAssign
|
2015-10-09 12:10:48 +02:00 |
|
Gael Guennebaud
|
72bd05b6d8
|
Cleaning in Redux.h
|
2015-10-09 12:07:42 +02:00 |
|
Gael Guennebaud
|
2c516ba38f
|
Remove auto references and referenced-by relation in doc.
|
2015-10-09 12:07:06 +02:00 |
|
Gael Guennebaud
|
041e038fef
|
Remove dead code in selfadjoint_matrix_vector_product
|
2015-10-09 10:42:14 +02:00 |
|
Gael Guennebaud
|
c2d68b984f
|
Optimize a bit complex selfadjoint * vector product.
|
2015-10-09 10:34:58 +02:00 |
|
Gael Guennebaud
|
1932a24760
|
Simplify EIGEN_DENSE_PUBLIC_INTERFACE
|
2015-10-09 10:21:54 +02:00 |
|
Gael Guennebaud
|
186ec1437c
|
Cleanup EIGEN_SPARSE_PUBLIC_INTERFACE, it is now a simple alias to EIGEN_GENERIC_PUBLIC_INTERFACE
|
2015-10-08 22:06:49 +02:00 |
|
Gael Guennebaud
|
c9718514f5
|
Fix nesting sub-expression in outer-products
|
2015-10-08 21:41:53 +02:00 |
|
Gael Guennebaud
|
4140ee039d
|
Fix propagation of AssumeAliasing for expression as: "scalar * (A*B)"
|
2015-10-08 21:41:27 +02:00 |
|
Gael Guennebaud
|
d866279364
|
Clean a bit the implementation of inverse permutations
|
2015-10-08 18:36:39 +02:00 |
|
Gael Guennebaud
|
8d00a953af
|
Fix a nesting issue in some matrix-vector cases.
|
2015-10-08 17:36:57 +02:00 |
|
Gael Guennebaud
|
dd934ad057
|
Re-enable vectorization of LinSpaced, plus some cleaning
|
2015-10-08 17:27:01 +02:00 |
|
Gael Guennebaud
|
f6f6f50272
|
Clean evaluator<EvalToTemp>
|
2015-10-08 16:34:33 +02:00 |
|
Gael Guennebaud
|
67bfba07fd
|
Fix some CUDA issues
|
2015-10-08 16:30:28 +02:00 |
|
Gael Guennebaud
|
412c049ba4
|
Fix a warning
|
2015-10-08 16:27:54 +02:00 |
|
Gael Guennebaud
|
aa6b1aebf3
|
Properly implement PartialReduxExpr on top of evaluators, and fix multiple evaluation of nested expression
|
2015-10-08 15:57:05 +02:00 |
|
Gael Guennebaud
|
5cc7251188
|
Some cleaning in evaluators
|
2015-10-08 15:22:04 +02:00 |
|
Gael Guennebaud
|
e30bc89190
|
Add missing include of std vector
|
2015-10-08 15:20:50 +02:00 |
|
Gael Guennebaud
|
5d7ebfb275
|
Update sparse solver list to make it more complete
|
2015-10-08 11:33:17 +02:00 |
|
Gael Guennebaud
|
1b148d9e2e
|
Move IncompleteCholesky to official modules
|
2015-10-08 11:32:46 +02:00 |
|
Gael Guennebaud
|
632e7705b1
|
Improve doc of IncompleteCholesky
|
2015-10-08 10:54:36 +02:00 |
|
Gael Guennebaud
|
64242b8bf3
|
Doc: add link to doc of sparse solver concept
|
2015-10-08 10:50:39 +02:00 |
|
Gael Guennebaud
|
131db3c552
|
Fix return by value versus ref typo in IncompleteCholesky
|
2015-10-07 16:37:46 +02:00 |
|
Gael Guennebaud
|
13294b5152
|
Unify gemm and lazy_gemm benchmarks
|
2015-10-07 16:06:48 +02:00 |
|
Gael Guennebaud
|
247259f805
|
Add a perfromance regression benchmark for lazyProduct
|
2015-10-07 15:51:06 +02:00 |
|
Gael Guennebaud
|
c6eb17cbe9
|
Add helper routines to help bypassing some compiler otpimization when benchmarking
|
2015-10-07 15:50:42 +02:00 |
|
Gael Guennebaud
|
f047ecc36a
|
_mm_hadd_epi32 is for SSSE3 only (and not SSE3)
|
2015-10-07 15:48:35 +02:00 |
|
Gael Guennebaud
|
aba1eda71e
|
Help clang to inline some functions, thus fixing some regressions
|
2015-10-07 15:44:12 +02:00 |
|
Gael Guennebaud
|
41cc1f9033
|
Remove debuging prod() and lazyprod() function, plus some cleaning in noalias assignment
|
2015-10-07 15:41:22 +02:00 |
|
Gael Guennebaud
|
ca0dd7ae26
|
Fix implicit cast in unit test
|
2015-10-07 15:36:12 +02:00 |
|
Gael Guennebaud
|
8bb51a87f7
|
Re-enable some invalid scalar type conversion checks by disabling explicit vectorization
|
2015-10-06 17:24:01 +02:00 |
|
Gael Guennebaud
|
27a94299aa
|
Add sparse vector to Ref<SparseMatrix> conversion unit tests, and improve output of sparse_ref unit test in case of failure.
|
2015-10-06 17:23:11 +02:00 |
|
Gael Guennebaud
|
2e0ece7b66
|
Fix wrong casting syntax
|
2015-10-06 17:22:12 +02:00 |
|
Gael Guennebaud
|
69a7897e72
|
Fix storage index type in empty permutations
|
2015-10-06 17:21:24 +02:00 |
|
Gael Guennebaud
|
26cde4db3c
|
Define Permutation*<>::Scalar to 'void', re-enable scalar type compatibility check in assignment while relaxing this test for void types.
|
2015-10-06 17:18:06 +02:00 |
|
Gael Guennebaud
|
fb51bab272
|
Some cleaning
|
2015-10-06 17:14:56 +02:00 |
|
Gael Guennebaud
|
2c676ddb40
|
Handle various TODOs in SSE vectorization (remove splitted storeu, enable SSE3 integer vectorization, plus minor tweaks)
|
2015-10-06 15:43:27 +02:00 |
|
Gael Guennebaud
|
2d287a4898
|
Fix Ref<SparseMatrix> for Transpose<SparseVector>
|
2015-10-06 15:09:04 +02:00 |
|
Gael Guennebaud
|
752a0e5339
|
bug #1076: fix scaling in IncompleteCholesky, improve doc, add read-only access to the different factors, remove debugging code.
|
2015-10-06 13:25:45 +02:00 |
|
Gael Guennebaud
|
f25bdc707f
|
Optimise assignment into a Block<SparseMatrix> by using Ref and avoiding useless updates in non-compressed mode. This make row-by-row filling of a row-major sparse matrix very efficient.
|
2015-10-06 11:59:08 +02:00 |
|
Gael Guennebaud
|
945b80c83e
|
Optimize Ref<SparseMatrix> by removing useless default initialisation of SparseMapBase and SparseMatrix
|
2015-10-06 11:57:03 +02:00 |
|
Gael Guennebaud
|
9a070638de
|
Enable to view a SparseVector as a Ref<SparseMatrix>
|
2015-10-06 11:53:19 +02:00 |
|
Gael Guennebaud
|
1b43860bc1
|
Make SparseVector derive from SparseCompressedBase, thus improving compatibility between sparse vectors and matrices
|
2015-10-06 11:41:03 +02:00 |
|
Gael Guennebaud
|
6100d1ae64
|
Improve counting of sparse temporaries
|
2015-10-06 11:32:02 +02:00 |
|