aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/GeneralProduct.h
Commit message (Expand)AuthorAge
* Declare const some const variablesGravatar Gael Guennebaud2015-02-19
* Remove deprecated usage of expr::Index.Gravatar Gael Guennebaud2015-02-16
* Pulled the latest changes from the trunkGravatar Benoit Steiner2015-02-06
|\
* | Generalized the matrix vector product code.Gravatar Benoit Steiner2014-10-31
| * Using Index instead of hard coded int type to prevent potential implicit inte...Gravatar Georg Drenkhahn2014-09-22
| * Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
| * merge with default branchGravatar Gael Guennebaud2014-09-14
| |\ | |/ |/|
* | Fix bug #822: outer products needed linear access, and add respective unit testsGravatar Gael Guennebaud2014-09-08
| * Implement evaluator for sparse-selfadjoint productsGravatar Gael Guennebaud2014-07-22
| * merge with default branchGravatar Gael Guennebaud2014-07-10
| |\ | |/ |/|
* | Fix many long to int implicit conversionsGravatar Gael Guennebaud2014-07-08
| * merge with default branchGravatar Gael Guennebaud2014-06-20
| |\ | |/ |/|
* | Fix 128bit packet size assumptions in unit tests.Gravatar Gael Guennebaud2014-04-18
| * Fix evaluators unit test (i.e., when only EIGEN_ENABLE_EVALUATORS is definedGravatar Gael Guennebaud2014-03-10
| * Hide some deprecated classes.Gravatar Gael Guennebaud2014-02-24
| * By-pass ProductBase for triangular and selfadjoint products and get rid of Pr...Gravatar Gael Guennebaud2014-02-23
| * Get rid of GeneralProduct<> for GemvProductGravatar Gael Guennebaud2014-02-21
| * Get rid of GeneralProduct for outer-products, and get rid of ScaledProductGravatar Gael Guennebaud2014-02-21
* | Reverted the definition of the EIGEN_ALIGN to its former meaning (i.e. a bool...Gravatar Benoit Steiner2014-02-18
| * Fix a few regression regarding temporaries and productsGravatar Gael Guennebaud2013-12-14
| * Enable use of evaluators for noalias and lazyProduct, add conversion to scala...Gravatar Gael Guennebaud2013-12-03
| * add definition of product_tagGravatar Gael Guennebaud2013-11-29
|/
* Add an option to test evaluators globallyGravatar Gael Guennebaud2013-11-07
* 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 "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 #483: optimize outer-products to skip setZero and a scalar multiple w...Gravatar Gael Guennebaud2013-02-25
* | Add support for NVCC5: most of the Core and part of LU are callable from CUDA...Gravatar Gael Guennebaud2013-02-07
|/
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* fix most of the shadow warnings in Core/*.hGravatar Gael Guennebaud2012-06-22
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* fix several const qualifier issues: double ones, meaningless ones, some missi...Gravatar Gael Guennebaud2012-02-03
* fix gemv_static_vector_if on architectures that cannot aligned on the stack (...Gravatar Gael Guennebaud2011-05-21
* add a stupid Product<A,B> expression produced by prod(a,b), and implement a f...Gravatar Gael Guennebaud2011-03-23