aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/Macros.h
Commit message (Expand)AuthorAge
* * 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
* give up on OpenMP... for nowGravatar Benoit Jacob2008-04-18
* * Start of the LU module, with matrix inversion already there andGravatar Benoit Jacob2008-04-14
* * Add fixed-size template versions of corner(), start(), end().Gravatar Benoit Jacob2008-04-12
* - cleaner use of OpenMP (no code duplication anymore)Gravatar Benoit Jacob2008-04-11
* * add typedefs for matrices/vectors with LargeBitGravatar Benoit Jacob2008-04-10
* split those files in util/Gravatar Benoit Jacob2008-04-10