aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/Macros.h
Commit message (Expand)AuthorAge
* 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
* Update e-mail addressGravatar Benoit Jacob2008-11-24
* * add Gael a (c) line in IO.hGravatar Benoit Jacob2008-11-17
* add Eigen namespace in EIGEN_INHERIT_ASSIGNMENT_OPERATORGravatar Gael Guennebaud2008-10-27
* Big API change in Cholesky module:Gravatar Gael Guennebaud2008-10-13
* * move memory related stuff to util/Memory.hGravatar Gael Guennebaud2008-08-26
* * split Meta.h to Meta.h (generic meta programming) and XprHelper.h (relates ...Gravatar Gael Guennebaud2008-08-24
* * remove LargeBit and related stuffGravatar Gael Guennebaud2008-08-23
* - remove the ASM macro as in fact Gael had been removing all the remainingGravatar Benoit Jacob2008-08-21
* patch by Patrick Spendrin: fix MSVC compatibilityGravatar Benoit Jacob2008-08-21
* * Fix CMakeLists.txt issue with SVDGravatar Gael Guennebaud2008-08-20
* Various compilation fixes for MSVC 9. All tests compile but someGravatar Gael Guennebaud2008-08-19
* only use alloca on linux. Use malloc on other platforms. Needed for mingwGravatar Benoit Jacob2008-08-18
* * add Regression module, from eigen1, improved, with doc and unit-test.Gravatar Benoit Jacob2008-08-11
* * LU decomposition, supporting all rectangular matrices, with fullGravatar Benoit Jacob2008-08-04
* Added MatrixBase::Unit*() static function to easily create unit/basis vectors.Gravatar Gael Guennebaud2008-07-19
* * rework Map, allow vectorizationGravatar Benoit Jacob2008-06-27
* * move some compile time "if" to their respective unroller (assign and dot)Gravatar Gael Guennebaud2008-06-07
* many small fixes and documentation improvements,Gravatar Benoit Jacob2008-05-29
* * updated the assignement operator macro so that overloadsGravatar Gael Guennebaud2008-05-28
* hehe, the complicated nesting scheme in Flagged in the previous commitGravatar Benoit Jacob2008-05-28
* - introduce Part and Extract classes, splitting and extending the formerGravatar Benoit Jacob2008-05-27
* Fix compilation issues with MSVC and NVCC.Gravatar Gael Guennebaud2008-05-15
* Introduce generic Flagged xpr, remove already Lazy.h and Temporary.hGravatar Benoit Jacob2008-05-14
* put inline keywords everywhere appropriate. So we don't need anymore to passGravatar Benoit Jacob2008-05-12
* * Give Konstantinos a copyright lineGravatar Benoit Jacob2008-05-12
* * Added ReferencableBit flag to known if coeffRef is available.Gravatar Gael Guennebaud2008-05-08
* * split PacketMath.h to SSE and Altivec specific filesGravatar Gael Guennebaud2008-05-05