aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Core
Commit message (Expand)AuthorAge
* 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
* fix compilation on ubuntu 9.04's version of gcc 4.3 (yes, wtf)Gravatar Benoit Jacob2010-09-27
* Fixes mingw32 compile issuesGravatar Eamon Nerbonne2010-09-02
* Document EIGEN_NO_DEBUG macro.Gravatar Jitse Niesen2010-08-10
* fix compilation by including file in correct orderGravatar Gael Guennebaud2010-07-19
* Added NEON/Complex.h, ~3.5x faster than scalar std::complex<float>Gravatar Konstantinos Margaritis2010-07-10
* forgot to add the Complex.h include for AltiVec.Gravatar Konstantinos Margaritis2010-07-09
* add intitial support for the vectorization of complex<float>Gravatar Gael Guennebaud2010-07-05
* email changeGravatar Gael Guennebaud2010-06-24
* The intrin.h header needs to be included after cmath in order to prevent warn...Gravatar Hauke Heibel2010-06-21
* Added include reuqired for __cpuid.Gravatar Hauke Heibel2010-06-21
* finish to merge Array into Core:Gravatar Gael Guennebaud2010-06-19
* Add a Transpositions class to ease the representation andGravatar Gael Guennebaud2010-06-04
* clang/llvm is now good enough. I can compile a project using those (one ofGravatar Thomas Capricelli2010-05-21
* rename Coeffs.h -> DenseCoeffsBase.hGravatar Benoit Jacob2010-05-08
* introduce DenseCoeffsBase: this is where the coeff / coeffRef / etc... method...Gravatar Benoit Jacob2010-05-08
* Added EIGEN_DONT_PARALLELIZE preprocessor directiveGravatar Carlos Becker2010-04-26
* * remove class DenseDirectAccessBaseGravatar Benoit Jacob2010-04-23
* add minor to Eigen2SupportGravatar Benoit Jacob2010-04-22
* remove MinorGravatar Benoit Jacob2010-04-22
* * Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, ...Gravatar Benoit Jacob2010-04-16
* #undef minor at the right placeGravatar Benoit Jacob2010-03-06
* * include Macros.h much earlier: since it takes care of the alignment platfor...Gravatar Benoit Jacob2010-03-06
* merge with default branchGravatar Gael Guennebaud2010-03-04
|\
| * arm_neon.h is a standard header file, fixedGravatar Konstantinos Margaritis2010-03-03
| * factorize default performance related settings to a single fileGravatar Gael Guennebaud2010-03-03
| * Added initial NEON support, most tests pass however we had to use some hackis...Gravatar Konstantinos Margaritis2010-03-03
| * Added a generic reallocation implementation based on ei_aligned_malloc/_free.Gravatar Hauke Heibel2010-02-28
| * Only include <iosfwd> unless either EIGEN_DEBUG_ASSIGN is defined or we're in...Gravatar Benoit Jacob2010-02-27
| * mergeGravatar Benoit Jacob2010-02-25
| |\
| | * * move the 's': InstructionsSet ---> InstructionSetsGravatar Benoit Jacob2010-02-25
| | * oops, fix typoGravatar Thomas Capricelli2010-02-25
| | * provide a static method to describe which SIMD instructions are usedGravatar Thomas Capricelli2010-02-24
| | * Provide "eigen" defines to decide which instruction set is usedGravatar Thomas Capricelli2010-02-24
* | | clean a bit the parallelizerGravatar Gael Guennebaud2010-02-22
| |/ |/|