aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util
Commit message (Expand)AuthorAge
* clean a bit the stack allocation mechanismGravatar Gael Guennebaud2011-03-19
* fix memory leak when a custom scalar throw an exceptionGravatar Gael Guennebaud2011-03-19
* bumpGravatar Benoit Jacob2011-03-18
* bumpGravatar Benoit Jacob2011-03-14
* * bug #206: correctly forward computationOptions and work towards avoiding ma...Gravatar Benoit Jacob2011-03-06
* disable ICC 12 warning 279 - controlling expression is constantGravatar Benoit Jacob2011-03-06
* Make EIGEN_ALIGN16 always align to fix crashes with EIGEN_DONT_ALIGN_STATICAL...Gravatar Benoit Jacob2011-03-04
* bumpGravatar Benoit Jacob2011-02-28
* shut up a stupid clang 2.8 warningGravatar Benoit Jacob2011-02-27
* fix no newline warningGravatar Gael Guennebaud2011-02-23
* add EIGEN_PERMANENTLY_DISABLE_STUPID_WARNINGS non-default option. Use it in o...Gravatar Benoit Jacob2011-02-22
* ICC 12 / linux only defined __INTEL_COMPILER, not __intel_compilerGravatar Benoit Jacob2011-02-22
* shut up stupid ICC warningsGravatar Benoit Jacob2011-02-22
* __attribute__((flatten)) seems to be recognized by neither clang nor icc desp...Gravatar Benoit Jacob2011-02-22
* for consistency forward declare tan, asin, acos functorsGravatar Gael Guennebaud2011-02-17
* Include necessary header files when working around bug #89.Gravatar Jitse Niesen2011-02-17
* Fix bug #89: on GCC <= 4.3, use a custom assert implementation to work around...Gravatar Benoit Jacob2011-02-16
* bumpGravatar Benoit Jacob2011-02-12
* MergeGravatar Hauke Heibel2011-02-12
|\
* | Disabled warning regarding the use of uninitialized variables on MSVC.Gravatar Hauke Heibel2011-02-12
| * Write topic page for storage orders.Gravatar Jitse Niesen2011-02-12
|/
* fix memory leak (when conservatively resizing vectors of dynamically allocate...Gravatar Gael Guennebaud2011-02-07
* introduce EIGEN_MAKING_DOCS to tell whether we're compiling the docs examplesGravatar Benoit Jacob2011-02-06
* mergeGravatar Benoit Jacob2011-02-06
|\
* | fix EIGEN_STATIC_ASSERT_LVALUE (fix found by failtests)Gravatar Benoit Jacob2011-02-06
| * Removed internal::as_argument. This fixes the alignment issues of bug #165.Gravatar Hauke Heibel2011-02-06
|/
* turnaround for a compiler bug in gcc 3.4.6Gravatar Thomas Capricelli2011-02-04
* now gemv supports stridesGravatar Gael Guennebaud2011-01-30
* add test for geometry with eigen2_ prefixes. fix that stuff.Gravatar Benoit Jacob2011-01-27
* add an Options template parameter to Hyperplane and ParametrizedLineGravatar Gael Guennebaud2011-01-27
* Add an Options template paramter to Transform to enable/disable alignmentGravatar Gael Guennebaud2011-01-27
* add quaternion Options, add unaligned possibilityGravatar Christoph Hertzberg2011-01-27
* allow mixed complex-real and real-complex dot productsGravatar Gael Guennebaud2011-01-27
* allow the possibility to automatically call or not the ctors on a per scalar ...Gravatar Gael Guennebaud2011-01-26
* mergeGravatar Gael Guennebaud2011-01-26
|\
* | extend PermutationMatrix and Transpositions to support arbitrary interger typ...Gravatar Gael Guennebaud2011-01-26
| * eigen2 support: import SVD back, pass SVD testsGravatar Benoit Jacob2011-01-26
| * eigen2 support: implement part<SelfAdjoint>, mimic eigen2 behavior braindeadn...Gravatar Benoit Jacob2011-01-25
| * eigen2: pass QR decomposition and hyperplane testsGravatar Benoit Jacob2011-01-25
| * eigen2: pass lu testGravatar Benoit Jacob2011-01-25
|/
* import eigen2 Geometry module into Eigen2Support.Gravatar Benoit Jacob2011-01-24
* const-qualify template parameters representing const arguments to expressions.Gravatar Benoit Jacob2011-01-24
* lots more EIGEN2_SUPPORT fixes. Now several of the most important core tests ...Gravatar Benoit Jacob2011-01-20
* __cpuidex is not (always) present in VS 2008 + SP1, it seemsGravatar Benoit Jacob2011-01-17
* Update of CPUID macros to fix segfaults in amd64 code.Gravatar Jose Luis Blanco2011-01-05
* third pass of const-correctness fixes (bug #54), hopefully the last one...Gravatar Benoit Jacob2011-01-07
* Document HouseholderSequence.Gravatar Jitse Niesen2011-01-02
* fix MSVC warnings, bug #143Gravatar Jose Luis Blanco2010-12-29
* fix preprocessor checks for availability of cpuidGravatar Thomas Capricelli2010-12-28
* Move doxygen comments for EIGEN_NO_DEBUG from source to I14.Gravatar Jitse Niesen2010-12-27