aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/GeneralProduct.h
Commit message (Collapse)AuthorAge
...
| * Fix "routine is both "inline" and "noinline"" warningsGravatar Gael Guennebaud2013-02-28
| |
| * bug #482: pass scalar arguments by const references. Still remains a few ↵Gravatar Gael Guennebaud2013-02-25
| | | | | | | | cases that might affect the ABI (see the bug entry)
| * Fix bug #483: optimize outer-products to skip setZero and a scalar multiple ↵Gravatar Gael Guennebaud2013-02-25
| | | | | | | | when not needed.
* | Add support for NVCC5: most of the Core and part of LU are callable from ↵Gravatar Gael Guennebaud2013-02-07
|/ | | | | | CUDA code. Still a lot to do.
* 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 ↵Gravatar Gael Guennebaud2012-02-03
| | | | | | missing ones, etc. (note that const qualifiers are set by internall::nested)
* fix gemv_static_vector_if on architectures that cannot aligned on the stack ↵Gravatar Gael Guennebaud2011-05-21
| | | | (e.g., ARM NEON)
* add a stupid Product<A,B> expression produced by prod(a,b), and implement a ↵Gravatar Gael Guennebaud2011-03-23
first version of its evaluator