aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Core
Commit message (Expand)AuthorAge
* Move the definition of DenseBase::InnerIterator to Core module. (needed to ma...Gravatar Gael Guennebaud2013-01-15
* Big changes in Eigen documentation:Gravatar Gael Guennebaud2013-01-05
* old gcc versions do not have immintrin.h file...Gravatar Gael Guennebaud2012-09-27
* we should not directly include the *mmintrin.h headers but include immintrin....Gravatar Gael Guennebaud2012-09-26
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* bug #481 step 1: add a new Ref<> class for non templated function argumentsGravatar Gael Guennebaud2012-07-05
* Move (part of) evaluation of products to evaluator objects.Gravatar Jitse Niesen2012-06-29
* resurrect expression evaluatorsGravatar Gael Guennebaud2012-06-22
* bug #466: better fix for the race condition: this new patch add an initParall...Gravatar Gael Guennebaud2012-06-14
* fix inclusion orderGravatar Gael Guennebaud2012-06-12
* Fixed RVCT 3.1 compiler errors.Gravatar williami2012-06-04
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* <complex> must be included firstGravatar Gael Guennebaud2012-02-10
* Remove evaluators for 2.1 release.Gravatar Jitse Niesen2011-12-14
* - 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
* cleanning pass on the sparse modules:Gravatar Gael Guennebaud2011-11-28
* bug #365 - Rename B0 in GeneralBlockPanelKernel.h to avoid name clashGravatar Jan Oberländer2011-10-31
* Throw std::bad_alloc even when exceptions are disabled, by doing new int[size...Gravatar Benoit Jacob2011-10-17
* protect calls to min and max with parentheses to make Eigen compatible with d...Gravatar Gael Guennebaud2011-07-21
* better fix for gcc 4.6.0 / ptrdiff_t, as suggested by BenoitGravatar Thomas Capricelli2011-05-05
* Document enums in Constants.h (bug #248).Gravatar Jitse Niesen2011-05-03
* fix bug #250: compilation error with gcc 4.6 (STL header files no longer incl...Gravatar Gael Guennebaud2011-04-19
* fix bug #242: vectorization was wrongly enabled on MSVC 2005Gravatar Gael Guennebaud2011-04-19
* add a stupid Product<A,B> expression produced by prod(a,b), and implement a f...Gravatar Gael Guennebaud2011-03-23
* import evaluator worksGravatar Gael Guennebaud2011-03-23
* shut up stupid ICC warningsGravatar Benoit Jacob2011-02-22
* remove #include <iostream> at the wrong placeGravatar Benoit Jacob2011-02-17
* with old gcc (bug #89), only include iostream in debug modeGravatar Benoit Jacob2011-02-16
* Fix bug #89: on GCC <= 4.3, use a custom assert implementation to work around...Gravatar Benoit Jacob2011-02-16
* remove debug #errorGravatar Benoit Jacob2011-02-09
* back out changeset efdf2e405664163c685127aecec53a21977f8031Gravatar Benoit Jacob2011-02-09
* now random<integer types> spans over 0..RAND_MAX, or -RAND_MAX/2..RAND_MAX/2 ...Gravatar Benoit Jacob2011-02-07
* kill stage 15, it's uselessGravatar Benoit Jacob2011-01-31
* reverse order of testing for eigen2 support stages. Higher stages now have pr...Gravatar Benoit Jacob2011-01-27
* rename build stages to multiples of 10; old stage 2 becomes stage 15, while s...Gravatar Benoit Jacob2011-01-23
* relax Map const correctness in eigen2 support stages <= 3Gravatar Benoit Jacob2011-01-21
* introduce the 3 stages of eigen2 support, writing to the mailing list about t...Gravatar Benoit Jacob2011-01-21
* Move doxygen comments for EIGEN_NO_DEBUG from source to I14.Gravatar Jitse Niesen2010-12-27
* Added automatic SSE3/4.1/4.2 support for MSVC.Gravatar Hauke Heibel2010-12-16
* Fixed ctor from const raw data for Matrices and added the missing implementat...Gravatar Hauke Heibel2010-12-15
* fix commentGravatar Benoit Jacob2010-12-07
* [mq]: Mingw32 fixGravatar Eamon Nerbonne2010-12-03
* holy crap, i had disabled all static asserts in 71f023de3e7a41f456d538d4cdb75...Gravatar Benoit Jacob2010-11-22
* generalize our internal rank K update routine to support more general A*B pro...Gravatar Gael Guennebaud2010-11-10
* trsv: add support for inner-stride!=1, reduce code instanciation, move implem...Gravatar Gael Guennebaud2010-11-05
* Fixed bug #95 by changing _M_IX64 to _M_X64 as proposed by Jan Schlicht.Gravatar Hauke Heibel2010-10-27
* renaming: ei_matrix_storage -> DenseStorageGravatar Benoit Jacob2010-10-20
* MSVC for windows mobile does not have the errno.h fileGravatar Gael Guennebaud2010-10-07
* an attempt to fix compilation on windows mobileGravatar Gael Guennebaud2010-10-07