aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Product.h
Commit message (Expand)AuthorAge
...
* bug #54 - really fix const correctness except in SparseGravatar Benoit Jacob2010-12-22
* fix the build of eigensolver_complex test.Gravatar Benoit Jacob2010-12-09
* fix bug #127. our product selection logic was flawed in that it used the Max-...Gravatar Benoit Jacob2010-12-09
* Renamed cleantype to remove_all since it is close to remove_{const|pointer|re...Gravatar Hauke Heibel2010-10-26
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* renaming: ei_matrix_storage -> DenseStorageGravatar Benoit Jacob2010-10-20
* Fix Sun CC parsing of Eigen/Core. In particular,Gravatar Gael Guennebaud2010-08-25
* mixing types step 3:Gravatar Gael Guennebaud2010-07-11
* make colmaj * vector uses pointers onlyGravatar Gael Guennebaud2010-07-11
* mixing types in product step 2:Gravatar Gael Guennebaud2010-07-11
* * generalize rowmajor by vectorGravatar Gael Guennebaud2010-07-10
* syncGravatar Gael Guennebaud2010-07-07
|\
* | * add a IsVectorized mechanism (instead of packet-size>1...)Gravatar Gael Guennebaud2010-07-06
| * Various documentation improvements.Gravatar Jitse Niesen2010-07-06
|/
* fix warnings with old gccGravatar Thomas Capricelli2010-07-01
* email changeGravatar Gael Guennebaud2010-06-24
* fix temporary creation ruleGravatar Gael Guennebaud2010-06-24
* bug fix in gemv:Gravatar Gael Guennebaud2010-06-24
* Fix compilation when the memory layout is RowMajor.Gravatar Hauke Heibel2010-06-24
* rename:Gravatar Benoit Jacob2010-06-14
* merge my Dynamic -> -1 changeGravatar Benoit Jacob2010-06-11
|\
* | change the value of Dynamic to -1, since the index type is now configurable.Gravatar Benoit Jacob2010-06-11
| * implicit conversion to scalar for inner productGravatar Gael Guennebaud2010-06-02
|/
* the Index types change.Gravatar Benoit Jacob2010-05-30
* simplify inner productGravatar Gael Guennebaud2010-05-19
* fix mixing types in inner productGravatar Gael Guennebaud2010-05-14
* make inner product return a 1x1 matrixGravatar Gael Guennebaud2010-05-12
* * remove ei_block_direct_access_statusGravatar Benoit Jacob2010-04-23
* fix grave bug introduced by me: the low-level matrix-vector product functions...Gravatar Benoit Jacob2010-04-20
* * allow matrix dimensions to be 0 (also at compile time) and provide a specia...Gravatar Benoit Jacob2010-03-21
* update the product selection logic to use the Max* sizesGravatar Gael Guennebaud2010-03-08
* stride() => inner/outerStride()Gravatar Gael Guennebaud2010-03-06
* pff I introduced much too many bugs latey, count--Gravatar Gael Guennebaud2010-03-06
* add a small program to bench all combinations of small productsGravatar Gael Guennebaud2010-03-05
* Adapted the comment and removed it from the public dox.Gravatar Hauke Heibel2010-03-03
* product selector: the symmetric caseGravatar Gael Guennebaud2010-03-02
* Added a comment to prevent placing an EIGEN_STRONG_INLINE where it makes no s...Gravatar Hauke Heibel2010-03-02
* Changed product type selector to fix perf regression.Gravatar Eamon Nerbonne2010-03-02
* update matrix product selection rules for 1xSmallxLarge and the transposed caseGravatar Gael Guennebaud2010-02-25
* fix stupid enum valuesGravatar Gael Guennebaud2010-02-19
* finally here is a simple solution making (a*b).diagonal() even faster than a....Gravatar Gael Guennebaud2010-02-10
* document lazyProductGravatar Gael Guennebaud2010-02-09
* * as promised, remove the "optimization" for Product::diagonal()Gravatar Gael Guennebaud2010-02-09
* fix nesting lazy prod by refGravatar Gael Guennebaud2010-02-09
* * fix multiple temporary copies for coeff based productsGravatar Gael Guennebaud2010-02-09
* s/UnrolledProduct/CoeffBasedProductGravatar Gael Guennebaud2010-02-09
* * resurected Flagged from Eigen2SupportGravatar Gael Guennebaud2010-02-04
* optiization: make hybrid small/large outer products use the unrolled pathGravatar Gael Guennebaud2010-02-04
* use unrolled product path for small outer productGravatar Gael Guennebaud2010-01-31