aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src
Commit message (Expand)AuthorAge
* remove Qt's atomic dependency, I don't know what I was doing wrong...Gravatar Gael Guennebaud2010-03-01
* GEMM: move the first packing of A' before the packing of B'Gravatar Gael Guennebaud2010-03-01
* make Aron's idea work using Qt's atomic implementation for the synchronisationGravatar Gael Guennebaud2010-03-01
* implement Aron's idea of interleaving the packing with the first computationsGravatar Gael Guennebaud2010-02-26
* fix compilation without openmpGravatar Gael Guennebaud2010-02-26
* implement a smarter parallelization strategy for gemm avoiding multipleGravatar Gael Guennebaud2010-02-26
* add a 2D parallelizerGravatar Gael Guennebaud2010-02-23
* fix typoGravatar Gael Guennebaud2010-02-23
* significant speedup in the matrix-matrix productsGravatar Gael Guennebaud2010-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
* clean a bit the parallelizerGravatar Gael Guennebaud2010-02-22
* add initial openmp support for matrix-matrix productsGravatar Gael Guennebaud2010-02-22
* fix compilationGravatar Thomas Capricelli2010-02-21
* Added IsRowMajor enum to DenseBase.Gravatar Hauke Heibel2010-02-21
* mergeGravatar Hauke Heibel2010-02-21
|\
* | Added ei_traits<Quaternion>::PlainObject.Gravatar Hauke Heibel2010-02-21
| * compilation fix in ldlt() for non matrix typesGravatar Gael Guennebaud2010-02-21
| * add missing return valueGravatar Gael Guennebaud2010-02-20
|/
* 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
* 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
* fix compilation (cwise and epsilon)Gravatar Gael Guennebaud2010-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
* fix nesting in Arraywrapper and nesting_opsGravatar Gael Guennebaud2010-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
* fix nesting lazy prod by refGravatar Gael Guennebaud2010-02-09
* add accessors to coeff based productGravatar Gael Guennebaud2010-02-09
* * fix multiple temporary copies for coeff based productsGravatar Gael Guennebaud2010-02-09
* s/UnrolledProduct/CoeffBasedProductGravatar Gael Guennebaud2010-02-09
* fix the multiple temporary issue for nested productsGravatar 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