aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core
Commit message (Expand)AuthorAge
* 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
* Only include <iosfwd> unless either EIGEN_DEBUG_ASSIGN is defined or we're in...Gravatar Benoit Jacob2010-02-27
* 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
* Fixed a typo.Gravatar Hauke Heibel2010-02-27
* dot: handle the rowvector.dot(colvector) case where one needs to transpose.Gravatar Benoit Jacob2010-02-27
* Remove the dot product's separate implementation and use cwiseProduct.sum ins...Gravatar Benoit Jacob2010-02-27
* mergeGravatar Benoit Jacob2010-02-26
|\
* | let redux use the new ByOuterInner accessorsGravatar Benoit Jacob2010-02-26
* | Document Map and Stride, add examples.Gravatar Benoit Jacob2010-02-26
* | Fix Map-with-Stride and cover it by new unit tests.Gravatar Benoit Jacob2010-02-26
| * Fixed perf problems for vector subtraction: inlining wasn't always happening ...Gravatar nerbonne2010-02-26
* | * add VERIFY_IS_EQUAL, should compile faster and it's natural when no arithme...Gravatar Benoit Jacob2010-02-26
* | DenseBase::IsRowMajor now takes the special case of vectors into account.Gravatar Benoit Jacob2010-02-25
* | mergeGravatar Benoit Jacob2010-02-25
|\|
* | * Implement the ByOuterInner accessorsGravatar Benoit Jacob2010-02-25
| * update matrix product selection rules for 1xSmallxLarge and the transposed caseGravatar Gael Guennebaud2010-02-25
| * detect and implement inplace permutationsGravatar Gael Guennebaud2010-02-25
| * optimize inverse permutationsGravatar Gael Guennebaud2010-02-25
| * Provide "eigen" defines to decide which instruction set is usedGravatar Thomas Capricelli2010-02-24
| * Attempt to fix PGI compilation issue.Gravatar Hauke Heibel2010-02-23
| * fully adapt the gebp kernel and optimize it for CPU with only 8 registersGravatar Gael Guennebaud2010-02-22
| * implement an even lower level version of the gebp kernel for MSVC (it seems t...Gravatar Gael Guennebaud2010-02-22
| * fix compilationGravatar Thomas Capricelli2010-02-21
| * Added IsRowMajor enum to DenseBase.Gravatar Hauke Heibel2010-02-21
| * Renamed PlainMatrixType to PlainObject (Array != Matrix).Gravatar Hauke Heibel2010-02-20
| * Renamed AnyMatrixBase to EigenBase.Gravatar Hauke Heibel2010-02-20
| * fix stupid enum valuesGravatar Gael Guennebaud2010-02-19
* | add Stride.hGravatar Benoit Jacob2010-02-18
* | miserable half-working state, commiting to a fork just in case, just to perfectGravatar Benoit Jacob2010-02-18
|/
* avoid 2 redundant calls to resizeGravatar Gael Guennebaud2010-02-15
* explicitly disable the use of evalTo for dense objectGravatar Gael Guennebaud2010-02-15
* the default implementation should really call evalToGravatar Gael Guennebaud2010-02-15
* Workaround for compounds affected by #94.Gravatar Hauke Heibel2010-02-15
* Piotr's patch was missing many occurences of size_t. So,Gravatar Benoit Jacob2010-02-12
* fix a couple of ICE with gcc 4.0.1Gravatar Gael Guennebaud2010-02-12
* std:: namespace fixup for more restricive compilers such as QNX's QCCGravatar Piotr Trojanek2010-02-10
* Here is the proper fix.Gravatar Hauke Heibel2010-02-11
* Fixed typos.Gravatar Hauke Heibel2010-02-11
* finally here is a simple solution making (a*b).diagonal() even faster than a....Gravatar Gael Guennebaud2010-02-10
* Improved patch from Manuel Yguel:Gravatar Gael Guennebaud2010-02-10
* add highest and lowest functions to NumTraitsGravatar Gael Guennebaud2010-02-10
* * move dummy_precision and epsilon to NumTraitsGravatar Gael Guennebaud2010-02-10
* Regression tests for number of nested temporaries.Gravatar Hauke Heibel2010-02-09
* document lazyProductGravatar Gael Guennebaud2010-02-09
* * as promised, remove the "optimization" for Product::diagonal()Gravatar Gael Guennebaud2010-02-09
* For the record, here is a solution for (a*b).diagonal, at the cost of extra c...Gravatar Gael Guennebaud2010-02-09
* fix one useless temp & copyGravatar Gael Guennebaud2010-02-09