aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* 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
* 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 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
* make sure the correct diagoanl() function is called in trace()Gravatar Gael Guennebaud2010-02-04
* * resurected Flagged from Eigen2SupportGravatar Gael Guennebaud2010-02-04
* optiization: make hybrid small/large outer products use the unrolled pathGravatar Gael Guennebaud2010-02-04
* Prevent temporaries for reductions.Gravatar Hauke Heibel2010-02-04
* Fixed a warning.Gravatar Hauke Heibel2010-02-03
* Fixed 32bit builds.Gravatar Hauke Heibel2010-02-03
* Fixes #89.Gravatar Hauke Heibel2010-02-02
* fix compilation on 32bits systemsGravatar Gael Guennebaud2010-02-01
* remove some trailing nestbyvalueGravatar Gael Guennebaud2010-02-01
* use unrolled product path for small outer productGravatar Gael Guennebaud2010-01-31
* fix triangular view assignmentGravatar Gael Guennebaud2010-01-30
* add specialization of ei_ref_selector for Array (fix a big perf issue \!)Gravatar Gael Guennebaud2010-01-29