aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core
Commit message (Expand)AuthorAge
* Avoid any openmp calls if multi-threading is explicitely disabled at runtime.Gravatar Gael Guennebaud2015-10-22
* bug #1089: add a warning when using a MatrixBase method which is implemented ...Gravatar Gael Guennebaud2015-10-22
* bug #1090: fix a shortcoming in redux logic for which slice-vectorization plu...Gravatar Gael Guennebaud2015-10-21
* Improve numerical accuracy in LLT and triangular solve by using true scalar d...Gravatar Gael Guennebaud2015-10-18
* Fix ambiguous instantiation issues of product_evaluator.Gravatar Gael Guennebaud2015-10-14
* Add a plain_object_eval<> helper returning a plain object type based on evalu...Gravatar Gael Guennebaud2015-10-14
* 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
* _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
* 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
* Make abs2 compatible with custom complex typesGravatar Gael Guennebaud2015-10-02
* Call numext::mini instead of std::min in several places.Gravatar Benoit Steiner2015-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
* Added support for predux_mul for CUDA devicesGravatar Benoit Steiner2015-09-08
* bump to 3.3-alpha1Gravatar Gael Guennebaud2015-09-04
* Add a few missing EIGEN_DEVICE_FUNC declarationsGravatar Gael Guennebaud2015-09-03
* Implement plog and pexp for AltiVec.Gravatar Doug Kwan2015-07-30
* Use full packet size for Dynamic-sized objects (otherwise, the unalignedcount...Gravatar Christoph Hertzberg2015-09-02
* Since there is no reason for evaluators to be nested by reference, let's remo...Gravatar Gael Guennebaud2015-09-02
* Make evaluators non-copyable. This guarantee that evaluators storing temporar...Gravatar Gael Guennebaud2015-09-02
* Cleaning pass on evaluators: remove the useless and error prone evaluator<>::...Gravatar Gael Guennebaud2015-09-02
* Remove deprecated Flagged expression.Gravatar Gael Guennebaud2015-09-02