| Commit message (Expand) | Author | Age |
* | Remove dead code in selfadjoint_matrix_vector_product | Gael Guennebaud | 2015-10-09 |
* | Optimize a bit complex selfadjoint * vector product. | Gael Guennebaud | 2015-10-09 |
* | Simplify EIGEN_DENSE_PUBLIC_INTERFACE | Gael Guennebaud | 2015-10-09 |
* | Cleanup EIGEN_SPARSE_PUBLIC_INTERFACE, it is now a simple alias to EIGEN_GENE... | Gael Guennebaud | 2015-10-08 |
* | Fix nesting sub-expression in outer-products | Gael Guennebaud | 2015-10-08 |
* | Fix propagation of AssumeAliasing for expression as: "scalar * (A*B)" | Gael Guennebaud | 2015-10-08 |
* | Clean a bit the implementation of inverse permutations | Gael Guennebaud | 2015-10-08 |
* | Fix a nesting issue in some matrix-vector cases. | Gael Guennebaud | 2015-10-08 |
* | Re-enable vectorization of LinSpaced, plus some cleaning | Gael Guennebaud | 2015-10-08 |
* | Clean evaluator<EvalToTemp> | Gael Guennebaud | 2015-10-08 |
* | Fix some CUDA issues | Gael Guennebaud | 2015-10-08 |
* | Fix a warning | Gael Guennebaud | 2015-10-08 |
* | Properly implement PartialReduxExpr on top of evaluators, and fix multiple ev... | Gael Guennebaud | 2015-10-08 |
* | Some cleaning in evaluators | Gael Guennebaud | 2015-10-08 |
* | Add missing include of std vector | Gael Guennebaud | 2015-10-08 |
* | Update sparse solver list to make it more complete | Gael Guennebaud | 2015-10-08 |
* | Move IncompleteCholesky to official modules | Gael Guennebaud | 2015-10-08 |
* | Improve doc of IncompleteCholesky | Gael Guennebaud | 2015-10-08 |
* | Doc: add link to doc of sparse solver concept | Gael Guennebaud | 2015-10-08 |
* | Fix return by value versus ref typo in IncompleteCholesky | Gael Guennebaud | 2015-10-07 |
* | Unify gemm and lazy_gemm benchmarks | Gael Guennebaud | 2015-10-07 |
* | Add a perfromance regression benchmark for lazyProduct | Gael Guennebaud | 2015-10-07 |
* | Add helper routines to help bypassing some compiler otpimization when benchma... | Gael Guennebaud | 2015-10-07 |
* | _mm_hadd_epi32 is for SSSE3 only (and not SSE3) | Gael Guennebaud | 2015-10-07 |
* | Help clang to inline some functions, thus fixing some regressions | Gael Guennebaud | 2015-10-07 |
* | Remove debuging prod() and lazyprod() function, plus some cleaning in noalias... | Gael Guennebaud | 2015-10-07 |
* | Fix implicit cast in unit test | Gael Guennebaud | 2015-10-07 |
* | Re-enable some invalid scalar type conversion checks by disabling explicit ve... | Gael Guennebaud | 2015-10-06 |
* | Add sparse vector to Ref<SparseMatrix> conversion unit tests, and improve out... | Gael Guennebaud | 2015-10-06 |
* | Fix wrong casting syntax | Gael Guennebaud | 2015-10-06 |
* | Fix storage index type in empty permutations | Gael Guennebaud | 2015-10-06 |
* | Define Permutation*<>::Scalar to 'void', re-enable scalar type compatibility ... | Gael Guennebaud | 2015-10-06 |
* | Some cleaning | Gael Guennebaud | 2015-10-06 |
* | Handle various TODOs in SSE vectorization (remove splitted storeu, enable SSE... | Gael Guennebaud | 2015-10-06 |
* | Fix Ref<SparseMatrix> for Transpose<SparseVector> | Gael Guennebaud | 2015-10-06 |
* | bug #1076: fix scaling in IncompleteCholesky, improve doc, add read-only acce... | Gael Guennebaud | 2015-10-06 |
* | Optimise assignment into a Block<SparseMatrix> by using Ref and avoiding usel... | Gael Guennebaud | 2015-10-06 |
* | Optimize Ref<SparseMatrix> by removing useless default initialisation of Spar... | Gael Guennebaud | 2015-10-06 |
* | Enable to view a SparseVector as a Ref<SparseMatrix> | Gael Guennebaud | 2015-10-06 |
* | Make SparseVector derive from SparseCompressedBase, thus improving compatibil... | Gael Guennebaud | 2015-10-06 |
* | Improve counting of sparse temporaries | Gael Guennebaud | 2015-10-06 |
* | Propagate cmake generator | Gael Guennebaud | 2015-10-05 |
* | Make abs2 compatible with custom complex types | Gael Guennebaud | 2015-10-02 |
* | bug #1075: fix AlignedBox::sample for runtime dimension | Gael Guennebaud | 2015-09-30 |
* | Merged in doug_kwan/eigen (pull request PR-137) | Gael Guennebaud | 2015-09-30 |
|\ |
|
* \ | merge | Gael Guennebaud | 2015-09-29 |
|\ \ |
|
* | | | Fix performance regression in sparse * dense product where "sparse" is an exp... | Gael Guennebaud | 2015-09-29 |
| | * | Specified signedness of char type in test so that test passes | Doug Kwan | 2015-09-28 |
| |/ |
|
| * | Call numext::mini instead of std::min in several places. | Benoit Steiner | 2015-09-28 |
|/ |
|
* | Add support for permutation * homogenous | Gael Guennebaud | 2015-09-28 |