| Commit message (Expand) | Author | Age |
* | Cleanup useless helper: internal::product_result_scalar | Gael Guennebaud | 2016-06-15 |
* | Relax mixing-type constraints for binary coefficient-wise operators: | Gael Guennebaud | 2016-06-06 |
* | Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ... | Gael Guennebaud | 2016-01-01 |
* | Remove debuging prod() and lazyprod() function, plus some cleaning in noalias... | Gael Guennebaud | 2015-10-07 |
* | Cleaning pass on evaluators: remove the useless and error prone evaluator<>::... | Gael Guennebaud | 2015-09-02 |
* | Get rid of class internal::nested<> (still have to updated Tensor module) | Gael Guennebaud | 2015-06-19 |
* | Introduce a AliasFreeProduct option for Permutations and Transpositions | Gael Guennebaud | 2015-06-19 |
* | Improbe compatibility of Transpositions and evaluators | Gael Guennebaud | 2015-06-19 |
* | Fix storage order computation in traits<Product> | Gael Guennebaud | 2015-06-19 |
* | Index refactoring: StorageIndex must be used for storage only (and locally wh... | Gael Guennebaud | 2015-02-13 |
* | bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t... | Christoph Hertzberg | 2014-12-04 |
* | Make cuda_basic test compile again by adding lots of EIGEN_DEVICE_FUNC. | Christoph Hertzberg | 2014-10-13 |
* | Remove deprecated code not used by evaluators | Gael Guennebaud | 2014-09-18 |
* | Favor column major storage for inner products | Gael Guennebaud | 2014-09-14 |
* | Call product_generic_impl by default, and remove lot of boilerplate code | Gael Guennebaud | 2014-07-31 |
* | Implement evaluator for sparse-selfadjoint products | Gael Guennebaud | 2014-07-22 |
* | Split StorageKind promotion into two helpers: one for products, and one for c... | Gael Guennebaud | 2014-07-01 |
* | Add a NoPreferredStorageOrderBit flag for expression having no preferred stor... | Gael Guennebaud | 2014-06-27 |
* | Port products with permutation matrices to evaluators. | Jitse Niesen | 2014-04-15 |
* | Fix a few regression when moving the flags | Gael Guennebaud | 2014-03-12 |
* | Move evaluation related flags from traits to evaluator and fix evaluators of ... | Gael Guennebaud | 2014-03-12 |
* | It is not clear what XprType::Nested should be, so let's use nested<Xpr>::typ... | Gael Guennebaud | 2014-03-11 |
* | Product::coeff method are also OK for lazy products (including diagonal produ... | Gael Guennebaud | 2014-02-18 |
* | Support Product::coeff(0,0) even for dynamic matrices | Gael Guennebaud | 2014-02-18 |
* | Fix a few regression regarding temporaries and products | Gael Guennebaud | 2013-12-14 |
* | Move inner product special functions to a base class to avoid ambiguous calls | Gael Guennebaud | 2013-12-04 |
* | Enable use of evaluators for noalias and lazyProduct, add conversion to scala... | Gael Guennebaud | 2013-12-03 |
* | Fix flags of Product<> | Gael Guennebaud | 2013-12-02 |
* | First step toward the generalization of evaluators to triangular, sparse and ... | Gael Guennebaud | 2013-11-29 |
* | Refactor dense product evaluators | Gael Guennebaud | 2013-11-27 |
* | Add an option to test evaluators globally | Gael Guennebaud | 2013-11-07 |
* | Fix "type qualifiers are meaningless here" warnings | Gael Guennebaud | 2013-02-28 |
* | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. | Benoit Jacob | 2012-07-13 |
* | Move (part of) evaluation of products to evaluator objects. | Jitse Niesen | 2012-06-29 |
* | put the resurected files into the Eigen namespace | Gael Guennebaud | 2012-06-22 |
* | resurrect expression evaluators | Gael Guennebaud | 2012-06-22 |
* | Remove evaluators for 2.1 release. | Jitse Niesen | 2011-12-14 |
* | add a stupid Product<A,B> expression produced by prod(a,b), and implement a f... | Gael Guennebaud | 2011-03-23 |
* | fix memory leak when a custom scalar throw an exception | Gael Guennebaud | 2011-03-19 |
* | fix alignment issue | Gael Guennebaud | 2011-02-01 |
* | fix packing criterion | Gael Guennebaud | 2011-02-01 |
* | fix dynamic allocation for fixed size objects in matrix-vector product | Gael Guennebaud | 2011-01-31 |
* | Const-correctness fix for gemv_selector<OnTheRight,ColMajor,true> (bug #144). | Jitse Niesen | 2011-01-04 |
* | bug #54 - really fix const correctness except in Sparse | Benoit Jacob | 2010-12-22 |
* | fix the build of eigensolver_complex test. | Benoit Jacob | 2010-12-09 |
* | fix bug #127. our product selection logic was flawed in that it used the Max-... | Benoit Jacob | 2010-12-09 |
* | Renamed cleantype to remove_all since it is close to remove_{const|pointer|re... | Hauke Heibel | 2010-10-26 |
* | Initial fixes for bug #85. | Hauke Heibel | 2010-10-25 |
* | bug #86 : use internal:: namespace instead of ei_ prefix | Benoit Jacob | 2010-10-25 |
* | renaming: ei_matrix_storage -> DenseStorage | Benoit Jacob | 2010-10-20 |