aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Core/Product.h
Commit message (Expand)AuthorAge
* - make RowsAtCompileTime and ColsAtCompileTime public inGravatar Benoit Jacob2007-12-19
* some more cleanup and reorganisationGravatar Benoit Jacob2007-12-17
* Some cleanup and renaming.Gravatar Benoit Jacob2007-12-16
* use a more c++-ish way of preventing the compiler from generating default ope...Gravatar Benoit Jacob2007-12-12
* 1) remove EIGEN_UNUSED, instead use non-named arguments.Gravatar Benoit Jacob2007-12-11
* revert most of my previous commit. forcing the compiler to inline only increasedGravatar Benoit Jacob2007-12-11
* play with inlining to get better performance when the compiler is not asked t...Gravatar Benoit Jacob2007-12-11
* specialize for Size==0 in order to catch user bugs and not clutterGravatar Benoit Jacob2007-12-11
* rename Object -> MatrixBaseGravatar Benoit Jacob2007-11-27
* - improve and comment the "BasicStuff" test.Gravatar Benoit Jacob2007-11-26
* clarify the situation with EI_INHERIT_ASSIGNMENT_OPERATORSGravatar Benoit Jacob2007-10-15
* make shameless use of const_cast to reduce code redundancy. This means Eigen2Gravatar Benoit Jacob2007-10-15
* split MatrixOps.h into 3 files; rename ScalarOps.h; remove useless #includes.Gravatar Benoit Jacob2007-10-13