aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src
Commit message (Expand)AuthorAge
* Add missing epxlicit keyword, and fix regression in DynamicSparseMatrixGravatar Gael Guennebaud2015-10-12
* Workaround ICC issue with first_alignedGravatar Gael Guennebaud2015-10-11
* bug #1085: workaround gcc default ABI issueGravatar Gael Guennebaud2015-10-10
* Implement temporary-free path for "D.nolias() ?= C + A*B". (I thought it was ...Gravatar Gael Guennebaud2015-10-09
* Clarify note in nested_eval for evaluator creating temporaries.Gravatar Gael Guennebaud2015-10-09
* The evalautor of Solve was missing the EvalBeforeNestingBit flag.Gravatar Gael Guennebaud2015-10-09
* Improve documentation of TriangularView.Gravatar Gael Guennebaud2015-10-09
* Add lvalue check for TriangularView::swap, and fix deprecated TriangularView:...Gravatar Gael Guennebaud2015-10-09
* Cleaning in Redux.hGravatar Gael Guennebaud2015-10-09
* Remove dead code in selfadjoint_matrix_vector_productGravatar Gael Guennebaud2015-10-09
* Optimize a bit complex selfadjoint * vector product.Gravatar Gael Guennebaud2015-10-09
* Simplify EIGEN_DENSE_PUBLIC_INTERFACEGravatar Gael Guennebaud2015-10-09
* Cleanup EIGEN_SPARSE_PUBLIC_INTERFACE, it is now a simple alias to EIGEN_GENE...Gravatar Gael Guennebaud2015-10-08
* Fix nesting sub-expression in outer-productsGravatar Gael Guennebaud2015-10-08
* Fix propagation of AssumeAliasing for expression as: "scalar * (A*B)"Gravatar Gael Guennebaud2015-10-08
* Clean a bit the implementation of inverse permutationsGravatar Gael Guennebaud2015-10-08
* Fix a nesting issue in some matrix-vector cases.Gravatar Gael Guennebaud2015-10-08
* Re-enable vectorization of LinSpaced, plus some cleaningGravatar Gael Guennebaud2015-10-08
* Clean evaluator<EvalToTemp>Gravatar Gael Guennebaud2015-10-08
* Fix some CUDA issuesGravatar Gael Guennebaud2015-10-08
* Properly implement PartialReduxExpr on top of evaluators, and fix multiple ev...Gravatar Gael Guennebaud2015-10-08
* Some cleaning in evaluatorsGravatar Gael Guennebaud2015-10-08
* Add missing include of std vectorGravatar Gael Guennebaud2015-10-08
* Move IncompleteCholesky to official modulesGravatar Gael Guennebaud2015-10-08
* Doc: add link to doc of sparse solver conceptGravatar Gael Guennebaud2015-10-08
* _mm_hadd_epi32 is for SSSE3 only (and not SSE3)Gravatar Gael Guennebaud2015-10-07
* Help clang to inline some functions, thus fixing some regressionsGravatar Gael Guennebaud2015-10-07
* Remove debuging prod() and lazyprod() function, plus some cleaning in noalias...Gravatar Gael Guennebaud2015-10-07
* Fix storage index type in empty permutationsGravatar Gael Guennebaud2015-10-06
* Define Permutation*<>::Scalar to 'void', re-enable scalar type compatibility ...Gravatar Gael Guennebaud2015-10-06
* Some cleaningGravatar Gael Guennebaud2015-10-06
* Handle various TODOs in SSE vectorization (remove splitted storeu, enable SSE...Gravatar Gael Guennebaud2015-10-06
* Fix Ref<SparseMatrix> for Transpose<SparseVector>Gravatar Gael Guennebaud2015-10-06
* Optimise assignment into a Block<SparseMatrix> by using Ref and avoiding usel...Gravatar Gael Guennebaud2015-10-06
* Optimize Ref<SparseMatrix> by removing useless default initialisation of Spar...Gravatar Gael Guennebaud2015-10-06
* Enable to view a SparseVector as a Ref<SparseMatrix>Gravatar Gael Guennebaud2015-10-06
* Make SparseVector derive from SparseCompressedBase, thus improving compatibil...Gravatar Gael Guennebaud2015-10-06
* Improve counting of sparse temporariesGravatar Gael Guennebaud2015-10-06
* Make abs2 compatible with custom complex typesGravatar Gael Guennebaud2015-10-02
* bug #1075: fix AlignedBox::sample for runtime dimensionGravatar Gael Guennebaud2015-09-30
* mergeGravatar Gael Guennebaud2015-09-29
|\
* | Fix performance regression in sparse * dense product where "sparse" is an exp...Gravatar Gael Guennebaud2015-09-29
| * Call numext::mini instead of std::min in several places.Gravatar Benoit Steiner2015-09-28
|/
* Add support for permutation * homogenousGravatar Gael Guennebaud2015-09-28
* bug #1071: improve doc on lpNorm and add example for some operator normsGravatar Gael Guennebaud2015-09-28
* Add support for row/col-wise lpNorm()Gravatar Gael Guennebaud2015-09-28
* bug #1069: fix AVX support on MSVC (use of non portable C-style cast)Gravatar Gael Guennebaud2015-09-28
* Fix bug #1067: naming conflictGravatar Gael Guennebaud2015-09-19
* Fix typo in Vectowise::any()Gravatar Gael Guennebaud2015-09-16
* Removed documentation that did not match the member function DenseBase::outer...Gravatar daalpa2015-09-13