aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* Silenced type conversion warnings.Gravatar Hauke Heibel2010-02-03
* 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
* One warning less...Gravatar Hauke Heibel2010-01-30
* 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
* Adapted mean to work with complex numbers.Gravatar Hauke Heibel2010-01-29
* Fixed mean reduction leading to unresolved symbol.Gravatar Hauke Heibel2010-01-29
* Disable variadic macro warning when compiling at full warning level.Gravatar Hauke Heibel2010-01-29
* erm.... using nxn is the actual purpose of this variant, fix this.Gravatar Thomas Capricelli2010-01-29
* Fix copy-paste error in first_aligned test.Gravatar Jitse Niesen2010-01-28
* remove reference to dead optionGravatar Benoit Jacob2010-01-28
* Fixed Quaternion operator*= added regression test.Gravatar Hauke Heibel2010-01-28
* Put the Status outside of the class, it really does not depend on theGravatar Thomas Capricelli2010-01-28
* eigenization of ei_r1updt()Gravatar Thomas Capricelli2010-01-28
* misc cleaning / eigenizationGravatar Thomas Capricelli2010-01-28
* silent warning of iccGravatar Thomas Capricelli2010-01-27
* fix compilationGravatar Thomas Capricelli2010-01-27
* add support for global math function for arrayGravatar Gael Guennebaud2010-01-27
* Modified license header.Gravatar Hauke Heibel2010-01-27
* Added the missing unit test file.Gravatar Hauke Heibel2010-01-27
* Added EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION macro including unit tests and d...Gravatar Hauke Heibel2010-01-27
* EIGEN_ENUM_MIN ---> EIGEN_SIZE_MINGravatar Benoit Jacob2010-01-27
* add EIGEN_DEFAULT_TO_ROW_MAJOR cmake option for the tests.Gravatar Benoit Jacob2010-01-27
* *forward port fix in MapBase::coeff(int) and coeffRef(int)Gravatar Benoit Jacob2010-01-27
* port ei_rwupdt to c++, and misc cleaningGravatar Thomas Capricelli2010-01-27
* doc : update code, mention examplesGravatar Thomas Capricelli2010-01-27
* Added an ei_linspaced_op to create linearly spaced vectors.Gravatar Hauke Heibel2010-01-26
* use PlanarRotation<> instead of handmade givens rotation in cminpack codeGravatar Thomas Capricelli2010-01-26
* clean r1mpyq: remove fortran leftoversGravatar Thomas Capricelli2010-01-26
* misc cleaningGravatar Thomas Capricelli2010-01-26
* forgot to commit this: qform.h is not used anymoreGravatar Thomas Capricelli2010-01-26
* more eigenization, dropped 'ipvt' in lmGravatar Thomas Capricelli2010-01-26
* fix possible segfaultGravatar Thomas Capricelli2010-01-26
* remove spacesGravatar Thomas Capricelli2010-01-26
* get rid of ei_qform + lot of other cleaning, now that we do not depend onGravatar Thomas Capricelli2010-01-26
* some more eigenizationGravatar Thomas Capricelli2010-01-26
* cleaningGravatar Thomas Capricelli2010-01-26
* use a plain matrix to store the upper triangular matrix 'R', insteadGravatar Thomas Capricelli2010-01-26
* cleaningGravatar Thomas Capricelli2010-01-26