aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src
Commit message (Expand)AuthorAge
* 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
* Adapted mean to work with complex numbers.Gravatar Hauke Heibel2010-01-29
* Fixed mean reduction leading to unresolved symbol.Gravatar Hauke Heibel2010-01-29
* Fixed Quaternion operator*= added regression test.Gravatar Hauke Heibel2010-01-28
* silent warning of iccGravatar Thomas Capricelli2010-01-27
* add support for global math function for arrayGravatar Gael Guennebaud2010-01-27
* EIGEN_ENUM_MIN ---> EIGEN_SIZE_MINGravatar Benoit Jacob2010-01-27
* *forward port fix in MapBase::coeff(int) and coeffRef(int)Gravatar Benoit Jacob2010-01-27
* Added an ei_linspaced_op to create linearly spaced vectors.Gravatar Hauke Heibel2010-01-26
* Clean up one compilation error and two warnings.Gravatar Jitse Niesen2010-01-26
* generate a compilation error when using ReturnByValue::coeff() or coeffRef(),Gravatar Benoit Jacob2010-01-24
* rm ExpressionMaker stuff (weird as I was pretty sure that I had already remov...Gravatar Gael Guennebaud2010-01-22
* lot of cleaning:Gravatar Gael Guennebaud2010-01-22
* Added array() to ArrayBase and matrix() to MatrixBase().Gravatar Hauke Heibel2010-01-21
* Fix bug in MatrixBase::setIdentity(int, int).Gravatar Jitse Niesen2010-01-20
* add SSE code (from Intel) for the fast inversion of 4x4 matrices of doubleGravatar Gael Guennebaud2010-01-19
* update the fast 4x4 SSE inversion code from more recent Intel's codeGravatar Gael Guennebaud2010-01-19
* Get rid off GCC warning on comparing enums from different types.Gravatar Jitse Niesen2010-01-19
* fix scalar - matrixGravatar Gael Guennebaud2010-01-18
* extend CwiseNullaryOp to support ArrayGravatar Gael Guennebaud2010-01-18
* fix both compilation and previous fix : now 'basicstuff' passes again.Gravatar Thomas Capricelli2010-01-18
* fix !=Gravatar Gael Guennebaud2010-01-18
* work around warning about /* inside of a comment (gcc 4.4)Gravatar Benoit Jacob2010-01-16
* More documentation improvements.Gravatar Hauke Heibel2010-01-16
* Adapted doxygen's new style sheet.Gravatar Hauke Heibel2010-01-15