aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/products
Commit message (Expand)AuthorAge
* Move CoeffReadCost mechanism to evaluatorsGravatar Gael Guennebaud2014-03-10
* Fix evaluators unit test (i.e., when only EIGEN_ENABLE_EVALUATORS is definedGravatar Gael Guennebaud2014-03-10
* By-pass ProductBase for triangular and selfadjoint products and get rid of Pr...Gravatar Gael Guennebaud2014-02-23
* Get rid of GeneralProduct<> for GemmProductGravatar Gael Guennebaud2014-02-21
* Fix CoeffReadCost of products to handle Dynamic costsGravatar Gael Guennebaud2014-02-19
* Add evaluator shortcut for triangular ?= productGravatar Gael Guennebaud2014-02-18
* Merge with default branchGravatar Gael Guennebaud2014-02-18
|\
* | Deal with automatic transposition in call_assignment, fix a few shortcomingsGravatar Gael Guennebaud2014-02-17
* | fix scalar * prod in evaluators unit testGravatar Gael Guennebaud2014-01-25
| * Remove useless register keyword, and optimize predux_min/max for SSE4Gravatar Gael Guennebaud2014-01-25
* | Add support for triangular products with evaluatorsGravatar Gael Guennebaud2013-12-07
* | Enable use of evaluators for noalias and lazyProduct, add conversion to scala...Gravatar Gael Guennebaud2013-12-03
|/
* merge with default branchGravatar Gael Guennebaud2013-11-05
|\
* | Use aligned loads in Matrix-Vector product where possible. Fixes bug #689Gravatar Christoph Hertzberg2013-10-29
* | Fix bug #359: fix AlignedBit flag of CoeffBasedProduct thus enabling the vect...Gravatar Gael Guennebaud2013-10-28
* | Add explanations of the logic behind the matrix-vector productsGravatar Gael Guennebaud2013-08-21
| * merge with main branchGravatar Gael Guennebaud2013-07-17
| |\ | |/ |/|
* | Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
| * merge with default branchGravatar Gael Guennebaud2013-04-19
| |\ | |/ |/|
* | Fix bug #482: pass scalar value by const reference (it remained a few cases)Gravatar Gael Guennebaud2013-04-12
* | Clean source code and unit tests with respect to -Wunused-local-typedefsGravatar Gael Guennebaud2013-04-10
* | Fix a couple of int versus Index issues.Gravatar Gael Guennebaud2013-04-09
* | Allow multiplication like binary operators to be applied on type couples supp...Gravatar Gael Guennebaud2013-03-20
* | Fix "routine is both "inline" and "noinline"" warningsGravatar Gael Guennebaud2013-02-28
* | bug #482: pass scalar arguments by const references. Still remains a few case...Gravatar Gael Guennebaud2013-02-25
* | Fix bug #496: generalize internal rank1_update implementation to accept uplo(...Gravatar Gael Guennebaud2013-02-24
* | Fix bug #551: compilation issue when using EIGEN_DEFAULT_DENSE_INDEX_TYPEGravatar Gael Guennebaud2013-02-09
| * Add support for NVCC5: most of the Core and part of LU are callable from CUDA...Gravatar Gael Guennebaud2013-02-07
|/
* multiple warnings for unused variableGravatar Desire NUENTSA2012-09-07
* Fix out-of-range memory access in GEMV (the memory was not used for the compu...Gravatar Gael Guennebaud2012-08-30
* fix bug #495: remove too aggressive EIGEN_FLATTEN_ATTRIB attributeGravatar Gael Guennebaud2012-08-02
* fix various regressions with MKL supportGravatar Gael Guennebaud2012-07-28
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* remove dynamic allocation for fixed size object and triangular matrix-matrix ...Gravatar Gael Guennebaud2012-06-26
* fix compilation issue with MKL's backendGravatar Gael Guennebaud2012-06-21
* bug #466: better fix for the race condition: this new patch add an initParall...Gravatar Gael Guennebaud2012-06-14
* avoid dynamic allocation for fixed size triangular solvingGravatar Gael Guennebaud2012-06-12
* Fix bug #466: race condition destected by helgrind in manage_caching_sizes.Gravatar Gael Guennebaud2012-06-08
* fix more warnings in MKL supportGravatar Gael Guennebaud2012-04-18
* cleaning pass: rm unused variables in MKL stuff, fix a few namespace issues, ...Gravatar Gael Guennebaud2012-04-18
* remove debug outputGravatar Gael Guennebaud2012-04-17
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* suppress extra ',' and ';'Gravatar Gael Guennebaud2012-04-10
* fix conjugation in packet_lhsGravatar Gael Guennebaud2012-02-05
* fix several const qualifier issues: double ones, meaningless ones, some missi...Gravatar Gael Guennebaud2012-02-03
* fix static inline versus inline static issues (the former is the correct order)Gravatar Gael Guennebaud2012-01-31
* fix some compilation errors with ICC and -strict-ansiGravatar Gael Guennebaud2012-01-31
* add missing inline keyword (linking issue)Gravatar Gael Guennebaud2012-01-26
* fix bug #406: Using OpenMP and Eigen causes infinite loop/deadlockGravatar Gael Guennebaud2012-01-25
* fix warning with gcc 4.6Gravatar Gael Guennebaud2012-01-25