| Commit message (Expand) | Author | Age |
* | 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 |
* | bug #973: update macro-level control of alignement by introducing user-contro... | Gael Guennebaud | 2015-07-29 |
* | Declare const some const variables | Gael Guennebaud | 2015-02-19 |
* | Remove deprecated usage of expr::Index. | Gael Guennebaud | 2015-02-16 |
* | Pulled the latest changes from the trunk | Benoit Steiner | 2015-02-06 |
|\ |
|
* | | Generalized the matrix vector product code. | Benoit Steiner | 2014-10-31 |
| * | Using Index instead of hard coded int type to prevent potential implicit inte... | Georg Drenkhahn | 2014-09-22 |
| * | Remove deprecated code not used by evaluators | Gael Guennebaud | 2014-09-18 |
| * | merge with default branch | Gael Guennebaud | 2014-09-14 |
| |\
| |/
|/| |
|
* | | Fix bug #822: outer products needed linear access, and add respective unit tests | Gael Guennebaud | 2014-09-08 |
| * | Implement evaluator for sparse-selfadjoint products | Gael Guennebaud | 2014-07-22 |
| * | merge with default branch | Gael Guennebaud | 2014-07-10 |
| |\
| |/
|/| |
|
* | | Fix many long to int implicit conversions | Gael Guennebaud | 2014-07-08 |
| * | merge with default branch | Gael Guennebaud | 2014-06-20 |
| |\
| |/
|/| |
|
* | | Fix 128bit packet size assumptions in unit tests. | Gael Guennebaud | 2014-04-18 |
| * | Fix evaluators unit test (i.e., when only EIGEN_ENABLE_EVALUATORS is defined | Gael Guennebaud | 2014-03-10 |
| * | Hide some deprecated classes. | Gael Guennebaud | 2014-02-24 |
| * | By-pass ProductBase for triangular and selfadjoint products and get rid of Pr... | Gael Guennebaud | 2014-02-23 |
| * | Get rid of GeneralProduct<> for GemvProduct | Gael Guennebaud | 2014-02-21 |
| * | Get rid of GeneralProduct for outer-products, and get rid of ScaledProduct | Gael Guennebaud | 2014-02-21 |
* | | Reverted the definition of the EIGEN_ALIGN to its former meaning (i.e. a bool... | Benoit Steiner | 2014-02-18 |
| * | Fix a few regression regarding temporaries and products | Gael Guennebaud | 2013-12-14 |
| * | Enable use of evaluators for noalias and lazyProduct, add conversion to scala... | Gael Guennebaud | 2013-12-03 |
| * | add definition of product_tag | Gael Guennebaud | 2013-11-29 |
|/ |
|
* | Add an option to test evaluators globally | Gael Guennebaud | 2013-11-07 |
* | merge with main branch | Gael Guennebaud | 2013-07-17 |
|\ |
|
| * | Fix bug #314: move remaining math functions from internal to numext namespace | Gael Guennebaud | 2013-06-10 |
* | | merge with default branch | Gael Guennebaud | 2013-04-19 |
|\| |
|
| * | Fix "routine is both "inline" and "noinline"" warnings | Gael Guennebaud | 2013-02-28 |
| * | bug #482: pass scalar arguments by const references. Still remains a few case... | Gael Guennebaud | 2013-02-25 |
| * | Fix bug #483: optimize outer-products to skip setZero and a scalar multiple w... | Gael Guennebaud | 2013-02-25 |
* | | Add support for NVCC5: most of the Core and part of LU are callable from CUDA... | Gael Guennebaud | 2013-02-07 |
|/ |
|
* | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. | Benoit Jacob | 2012-07-13 |
* | fix most of the shadow warnings in Core/*.h | Gael Guennebaud | 2012-06-22 |
* | Get rid of include directives inside namespace blocks (bug #339). | Jitse Niesen | 2012-04-15 |
* | fix several const qualifier issues: double ones, meaningless ones, some missi... | Gael Guennebaud | 2012-02-03 |
* | fix gemv_static_vector_if on architectures that cannot aligned on the stack (... | Gael Guennebaud | 2011-05-21 |
* | add a stupid Product<A,B> expression produced by prod(a,b), and implement a f... | Gael Guennebaud | 2011-03-23 |