aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util
Commit message (Expand)AuthorAge
* bug #455: add support for c++11 in aligned_allocatorGravatar Gael Guennebaud2012-05-03
* Define NoChange as enum constant (bug #450).Gravatar Jitse Niesen2012-04-29
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* bumpGravatar Gael Guennebaud2012-02-06
* fix a dozen of warnings with MSVC, and get rid of some useless throw()Gravatar Gael Guennebaud2012-02-06
* fix conjugation in packet_lhsGravatar Gael Guennebaud2012-02-05
* Update the PARDISO interface to match other sparse solvers.Gravatar Gael Guennebaud2012-02-04
* fix several const qualifier issues: double ones, meaningless ones, some missi...Gravatar Gael Guennebaud2012-02-03
* stop disabling this legitimate warning, recall that in the following the cons...Gravatar Gael Guennebaud2012-02-03
* Enable Eigen to compile on 'pure C/C++' Gcc environment (with no inline assem...Gravatar Zuiquan2012-02-02
* rm non standard and useless overloads of is_arithmetic for long longGravatar Gael Guennebaud2012-01-31
* proper C++ castingGravatar Gael Guennebaud2012-01-31
* fix static inline versus inline static issues (the former is the correct order)Gravatar Gael Guennebaud2012-01-31
* workaround "empty macro argument" warningGravatar Gael Guennebaud2012-01-31
* fig bug #396: add a static assertion on the storage order of a sparse-sparse ...Gravatar Gael Guennebaud2011-12-15
* add a "using MKL" documentation page, add a minimal documentation of PARDISO ...Gravatar Gael Guennebaud2011-12-09
* Fix MSVC integer overflow warningGravatar Sebastian Lipponer2011-12-09
* mv blas.h to src/misc such that it would be possible to use any blas libraries,Gravatar Gael Guennebaud2011-12-09
* - split and rename defined tokens to enable the use of BLAS/Lapack/VML/etcGravatar Gael Guennebaud2011-12-09
* Intel(R) MKL support added.Gravatar karturov2011-12-05
* Document QuaternionBase, minor doc improvements.Gravatar Jitse Niesen2011-12-08
* bumpGravatar Gael Guennebaud2011-12-06
* fig bug #373: compilation error with clang 2.9 when exceptions are disabled (...Gravatar Gael Guennebaud2011-12-05
* fix bug #384: add a static assertion on the Index type which has to be signedGravatar Gael Guennebaud2011-12-04
* bug #383 - EIGEN_ASM_COMMENT broken in C++11Gravatar Marc Glisse2011-11-26
* Alignment fixes:Gravatar Benoit Jacob2011-11-22
* Bugs 157 and 377 - General tightening/testing of vectorwise ops:Gravatar Benoit Jacob2011-11-18
* Patches to support ARM NEON with Clang 3.0 and LLVM-GCCGravatar Marton Danoczy2011-11-04
* Refactor force-inlining macros and use EIGEN_ALWAYS_INLINE to force inlining ...Gravatar Benoit Jacob2011-11-06
* In the Matrix constructor taking (rows, cols), statically assert that the typ...Gravatar Benoit Jacob2011-11-05
* add the possiibility to disable deprectated warnings (useful for deprecated u...Gravatar Gael Guennebaud2011-10-24
* forgot inline keywordGravatar Benoit Jacob2011-10-17
* Throw std::bad_alloc even when exceptions are disabled, by doing new int[size...Gravatar Benoit Jacob2011-10-17
* bug #363 - check for integer overflow in byte-size computationsGravatar Benoit Jacob2011-10-16
* add the possibility to specialize assign_impl and still call the default impl...Gravatar Gael Guennebaud2011-08-18
* protect calls to min and max with parentheses to make Eigen compatible with d...Gravatar Gael Guennebaud2011-07-21
* add an "InvalidInput" enum, used by the SuperLU interfaceGravatar Gael Guennebaud2011-07-18
* fix aligned_allocator::allocate interfaceGravatar Gael Guennebaud2011-06-14
* introduce a smart_copy internal function and fix sparse matrices with non POD...Gravatar Gael Guennebaud2011-06-09
* Implement matrix logarithm + test + docs.Gravatar Jitse Niesen2011-06-07
* forgot to include this file in previous commitGravatar Gael Guennebaud2011-06-01
* fix bug #267: alloca is not aligned on armGravatar Gael Guennebaud2011-05-17
* Implement and document MatrixBase::sqrt().Gravatar Jitse Niesen2011-05-09
* Bail out if preprocessor symbol Success is defined (bug #253).Gravatar Jitse Niesen2011-05-04
* Remove unused enums in Constants.h .Gravatar Jitse Niesen2011-05-03
* Document enums in Constants.h (bug #248).Gravatar Jitse Niesen2011-05-03
* Implement evaluators for ArrayWrapper and MatrixWrapper.Gravatar Jitse Niesen2011-04-22
* fix aligned_stack_memory_handler for null pointersGravatar Gael Guennebaud2011-04-21
* 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