aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util
Commit message (Expand)AuthorAge
...
| * cleanup/simplification in computation of matrix flagsGravatar Benoit Jacob2010-03-03
| * Backed out changeset 2f3d685e0c687ae1121428dab6bc0ec868b14fe3Gravatar Benoit Jacob2010-03-03
| * a matrix (or array) does not always have the LinearAccessBit!Gravatar Gael Guennebaud2010-03-02
| * Fixes a compilation issue for MSVC.Gravatar Hauke Heibel2010-03-01
| * forgot defined(...)Gravatar Benoit Jacob2010-02-28
| * on 64-bit systems, glibc's malloc returns 16-byte aligned ptrs, and we now ta...Gravatar Benoit Jacob2010-02-28
| * * fix ei_handmade_aligned_realloc (was calling realloc on wrong ptr)Gravatar Benoit Jacob2010-02-28
| * Added a generic reallocation implementation based on ei_aligned_malloc/_free.Gravatar Hauke Heibel2010-02-28
| * Hide some internal stuff from the docs.Gravatar Hauke Heibel2010-02-28
| * add ei_posix_memalign_reallocGravatar Benoit Jacob2010-02-27
| * add missing inline keyword, thanks to Eamon.Gravatar Benoit Jacob2010-02-27
| * Added support for realloc based conservative resizing.Gravatar Hauke Heibel2010-02-27
| * Fix Map-with-Stride and cover it by new unit tests.Gravatar Benoit Jacob2010-02-26
| * mergeGravatar Benoit Jacob2010-02-25
| |\
| * | * Implement the ByOuterInner accessorsGravatar Benoit Jacob2010-02-25
| | * detect and implement inplace permutationsGravatar Gael Guennebaud2010-02-25
* | | fix typoGravatar Gael Guennebaud2010-02-23
| | * Attempt to fix PGI compilation issue.Gravatar Hauke Heibel2010-02-23
* | | significant speedup in the matrix-matrix productsGravatar Gael Guennebaud2010-02-23
| |/ |/|
* | fix compilationGravatar Thomas Capricelli2010-02-21
* | Renamed PlainMatrixType to PlainObject (Array != Matrix).Gravatar Hauke Heibel2010-02-20
* | 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
|/
* Piotr's patch was missing many occurences of size_t. So,Gravatar Benoit Jacob2010-02-12
* std:: namespace fixup for more restricive compilers such as QNX's QCCGravatar Piotr Trojanek2010-02-10
* * fix multiple temporary copies for coeff based productsGravatar Gael Guennebaud2010-02-09
* s/UnrolledProduct/CoeffBasedProductGravatar Gael Guennebaud2010-02-09
* get rid of NestParentByRefBitGravatar Gael Guennebaud2010-02-08
* Introduced NestParentByRefBit and NestByRefBit - this should fix temporaries ...Gravatar Hauke Heibel2010-02-06
* make noalias works for coefficient based productsGravatar Gael Guennebaud2010-02-05
* add specialization of ei_ref_selector for Array (fix a big perf issue \!)Gravatar Gael Guennebaud2010-01-29
* silent warning of iccGravatar Thomas Capricelli2010-01-27
* Added an ei_linspaced_op to create linearly spaced vectors.Gravatar Hauke Heibel2010-01-26
* lot of cleaning:Gravatar Gael Guennebaud2010-01-22
* work around warning about /* inside of a comment (gcc 4.4)Gravatar Benoit Jacob2010-01-16
* Adapted doxygen's new style sheet.Gravatar Hauke Heibel2010-01-15
* forgot to include this file in previous commitGravatar Gael Guennebaud2010-01-15
* Introduce third template parameter to HouseholderSequence: int Side.Gravatar Benoit Jacob2010-01-14
* Fixed DenseStorageBase typedef (MSVC specific).Gravatar Hauke Heibel2010-01-11
* 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
| * * Fix bug #79: ei_alignmentOffset was assuming that ptr is multiple ofGravatar Benoit Jacob2010-01-02
| * fix the xpr analyzer for TransposeGravatar Gael Guennebaud2009-12-23
* | merge with default branchGravatar Gael Guennebaud2009-12-22
|\|
| * much better workaround for empty struct (the previous one caused GCC 4.3 to g...Gravatar Gael Guennebaud2009-12-18
* | a couple of fixes, now Array passes the linearstructure testGravatar Gael Guennebaud2009-12-17
* | finally add a Array class with storage via the introduction of a DenseStorage...Gravatar Gael Guennebaud2009-12-17
| * * introduce ei_alignmentOffset(MatrixBase&,Integer)Gravatar Benoit Jacob2009-12-16
| * this really fix the previous warningGravatar Gael Guennebaud2009-12-16