aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/Macros.h
Commit message (Expand)AuthorAge
...
* | big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
| * It is just not that easy and requires more work to get it done right.Gravatar Hauke Heibel2009-10-24
|/
* after all we're not aligning to 8byte boundaryGravatar Benoit Jacob2009-10-05
* we were already aligning to 16 byte boundary fixed-size objects that are mult...Gravatar Benoit Jacob2009-10-05
* * bump to 2.90.0 now that it's agreed that we're doing eigen3Gravatar Benoit Jacob2009-09-27
* Added EIGEN_REF_TO_TEMPORARY define for rvalue support.Gravatar Hauke Heibel2009-09-21
* allow to override EIGEN_RESTRICT, to satisfy a smart ass blogger who claimsGravatar Benoit Jacob2009-09-19
* introduce EIGEN_SIZE_MINGravatar Benoit Jacob2009-09-03
* Added MSVC guards to assignment operators.Gravatar Hauke Heibel2009-08-31
* Removed redundant assignment operators.Gravatar Hauke Heibel2009-08-31
* forgot to update thisGravatar Benoit Jacob2009-08-14
* add EIGEN_DEBUG_VARGravatar Benoit Jacob2009-08-11
* implement high level API for SYMM and fix a couple of bugs related to complexGravatar Gael Guennebaud2009-07-22
* synch with main devel branchGravatar Gael Guennebaud2009-07-14
|\
* | add triangular * vector productGravatar Gael Guennebaud2009-07-13
| * Set of fixes and workaround to make sun studio more happy.Gravatar Gael Guennebaud2009-07-10
* | finally directly calling the low-level products is fasterGravatar Gael Guennebaud2009-07-10
* | new implementation of diagonal matrices and diagonal matrix expressionsGravatar Benoit Jacob2009-06-28
|/
* refine the check to disable alignment. now it's disabled on gcc3 (where we do...Gravatar Benoit Jacob2009-06-21
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* fix warnings with unused static functionsGravatar Benoit Jacob2009-05-04
* let the user disable alignment altogether by #defining EIGEN_DONT_ALIGN.Gravatar Benoit Jacob2009-05-03
* * Find SuperLU also when it is installed without a superlu/ prefixGravatar Benoit Jacob2009-04-01
* The ABI break:Gravatar Benoit Jacob2009-03-26
* * enable vectorization of sin, cos, etc. by default with an option toGravatar Gael Guennebaud2009-03-26
* more MSVC fixes (asm comments...)Gravatar Gael Guennebaud2009-03-17
* fix MapBase's ForceAligned concept which was not working at all....Gravatar Gael Guennebaud2009-03-09
* significantly reduce the default stack allocation limit which was muchGravatar Gael Guennebaud2009-03-06
* increase version number for stepGravatar Gael Guennebaud2009-02-19
* should be __powerpc__ instead of __ppc__Gravatar Konstantinos A. Margaritis2009-02-08
* Add sub/super-diagonal expression (read/write) as a trivial extension ofGravatar Gael Guennebaud2009-02-05
* disable alignment altogether outside of the platforms which potentially have ...Gravatar Benoit Jacob2009-02-04
* call it "Eigen 2.0.50-unstable" to make things clear, and update EIGEN_MINOR_...Gravatar Benoit Jacob2009-02-02
* fix my previous commit with EIGEN_EMPTY macro bugGravatar Gael Guennebaud2009-01-27
* fix "empty macro arguments are undefined in ISO C90 and ISO C++98"Gravatar Gael Guennebaud2009-01-27
* * remove set(), revert to old behavior where = resizesGravatar Benoit Jacob2009-01-21
* revert bad commitGravatar Gael Guennebaud2009-01-19
* patch from Ricard Marxer: add doc example for select()Gravatar Gael Guennebaud2009-01-17
* remove the Matrix_ prefixGravatar Benoit Jacob2009-01-06
* * require CMake 2.6.2 everywhere, Alexander Neundorf says it'd make itGravatar Benoit Jacob2009-01-04
* * the 4th template param of Matrix is now Options. One bit for storageGravatar Benoit Jacob2009-01-04
* * fix a vectorization issue in ProductGravatar Gael Guennebaud2008-12-19
* * fix in IO.h, a useless copy was made because of assignment fromGravatar Benoit Jacob2008-12-18
* Macros: add MSVC paths, add an important comment on EIGEN_ALIGN_128Gravatar Benoit Jacob2008-12-18
* * replace postfix ++ by prefix ++ wherever that makes sense in Eigen/Gravatar Benoit Jacob2008-12-17
* actually honor EIGEN_STACK_ALLOCATION.Gravatar Benoit Jacob2008-12-16
* Fix memory alignment (hence vectorization) on MSVC thanks to help from Armin ...Gravatar Benoit Jacob2008-12-15
* Use an aligned IOFormat in the docsGravatar Benoit Jacob2008-12-06
* * fix compile error when C++0x is enabled: static_assert() needs ;Gravatar Benoit Jacob2008-12-06
* add internal documentationGravatar Benoit Jacob2008-11-30