aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Core
Commit message (Expand)AuthorAge
* 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
| |/ |/|
* | Renamed AnyMatrixBase to EigenBase.Gravatar Hauke Heibel2010-02-20
| * miserable half-working state, commiting to a fork just in case, just to perfectGravatar Benoit Jacob2010-02-18
|/
* this had to be done here, not at the end.Gravatar Benoit Jacob2010-02-12
* Piotr's patch was missing many occurences of size_t. So,Gravatar Benoit Jacob2010-02-12
* * fix multiple temporary copies for coeff based productsGravatar Gael Guennebaud2010-02-09
* * resurected Flagged from Eigen2SupportGravatar Gael Guennebaud2010-02-04
* add support for global math function for arrayGravatar Gael Guennebaud2010-01-27
* Moved the Array module to Core.Gravatar Hauke Heibel2010-01-20
* remove the Triangular suffix to Upper, Lower, UnitLower, etc,Gravatar Gael Guennebaud2010-01-07
* merge and add start/end to Eigen2SupportGravatar Gael Guennebaud2010-01-05
|\
| * make some changes to please clang, fix some warnings too.Gravatar Thomas Capricelli2010-01-04
* | merge with default branchGravatar Gael Guennebaud2009-12-22
|\|
* | finally add a Array class with storage via the introduction of a DenseStorage...Gravatar Gael Guennebaud2009-12-17
* | add a DenseBase class for MAtrixBase and ArrayBase and more code factorisationGravatar Gael Guennebaud2009-12-04
| * added comments to help vim understand the header files are c++.Gravatar Mark Borgerding2009-12-01
| * add SSE4 support, start with integer multiplicationGravatar Benoit Jacob2009-11-24
* | * remove EnforceAlignedAccess option to Block, VectorBlock, Map and MapBaseGravatar Gael Guennebaud2009-11-20
* | Hey, finally the copyCoeff stuff is not only used to implement swap anymore :)Gravatar Gael Guennebaud2009-11-20
* | Another big refactoring change:Gravatar Gael Guennebaud2009-11-18
* | more ET refactoring:Gravatar Gael Guennebaud2009-11-17
|/
* * add PermutationMatrixGravatar Benoit Jacob2009-11-15
* * add a Make* expression type builder to allow theGravatar Gael Guennebaud2009-10-16
* undef B0Gravatar Benoit Jacob2009-09-19
* * add a HouseholderSequence class (not good enough yet for Triadiagonalizatio...Gravatar Gael Guennebaud2009-09-16
* add overloads of lazyAssign to detect common aliasing issue withGravatar Gael Guennebaud2009-08-15
* As proposed on the list:Gravatar Gael Guennebaud2009-08-15
* oops forgot to remove the #include in CoreGravatar Gael Guennebaud2009-08-14
* add an optimized "apply in place a rotation in the plane",Gravatar Gael Guennebaud2009-08-13