aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Product.h
Commit message (Expand)AuthorAge
* Index refactoring: StorageIndex must be used for storage only (and locally wh...Gravatar Gael Guennebaud2015-02-13
* bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
* Make cuda_basic test compile again by adding lots of EIGEN_DEVICE_FUNC.Gravatar Christoph Hertzberg2014-10-13
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* Favor column major storage for inner productsGravatar Gael Guennebaud2014-09-14
* Call product_generic_impl by default, and remove lot of boilerplate codeGravatar Gael Guennebaud2014-07-31
* Implement evaluator for sparse-selfadjoint productsGravatar Gael Guennebaud2014-07-22
* Split StorageKind promotion into two helpers: one for products, and one for c...Gravatar Gael Guennebaud2014-07-01
* Add a NoPreferredStorageOrderBit flag for expression having no preferred stor...Gravatar Gael Guennebaud2014-06-27
* Port products with permutation matrices to evaluators.Gravatar Jitse Niesen2014-04-15
* Fix a few regression when moving the flagsGravatar Gael Guennebaud2014-03-12
* Move evaluation related flags from traits to evaluator and fix evaluators of ...Gravatar Gael Guennebaud2014-03-12
* It is not clear what XprType::Nested should be, so let's use nested<Xpr>::typ...Gravatar Gael Guennebaud2014-03-11
* Product::coeff method are also OK for lazy products (including diagonal produ...Gravatar Gael Guennebaud2014-02-18
* Support Product::coeff(0,0) even for dynamic matricesGravatar Gael Guennebaud2014-02-18
* Fix a few regression regarding temporaries and productsGravatar Gael Guennebaud2013-12-14
* Move inner product special functions to a base class to avoid ambiguous callsGravatar Gael Guennebaud2013-12-04
* Enable use of evaluators for noalias and lazyProduct, add conversion to scala...Gravatar Gael Guennebaud2013-12-03
* Fix flags of Product<>Gravatar Gael Guennebaud2013-12-02
* First step toward the generalization of evaluators to triangular, sparse and ...Gravatar Gael Guennebaud2013-11-29
* Refactor dense product evaluatorsGravatar Gael Guennebaud2013-11-27
* Add an option to test evaluators globallyGravatar Gael Guennebaud2013-11-07
* Fix "type qualifiers are meaningless here" warningsGravatar Gael Guennebaud2013-02-28
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Move (part of) evaluation of products to evaluator objects.Gravatar Jitse Niesen2012-06-29
* put the resurected files into the Eigen namespaceGravatar Gael Guennebaud2012-06-22
* resurrect expression evaluatorsGravatar Gael Guennebaud2012-06-22
* Remove evaluators for 2.1 release.Gravatar Jitse Niesen2011-12-14
* add a stupid Product<A,B> expression produced by prod(a,b), and implement a f...Gravatar Gael Guennebaud2011-03-23
* fix memory leak when a custom scalar throw an exceptionGravatar Gael Guennebaud2011-03-19
* fix alignment issueGravatar Gael Guennebaud2011-02-01
* fix packing criterionGravatar Gael Guennebaud2011-02-01
* fix dynamic allocation for fixed size objects in matrix-vector productGravatar Gael Guennebaud2011-01-31
* Const-correctness fix for gemv_selector<OnTheRight,ColMajor,true> (bug #144).Gravatar Jitse Niesen2011-01-04
* 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