aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Product.h
Commit message (Expand)AuthorAge
* Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), in...Gravatar Steve Bronder2021-03-24
* Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStrid...Gravatar David Tellenbach2021-03-05
* Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), out...Gravatar Steve Bronder2021-03-04
* bug #1680: improve MSVC inlining by declaring many triavial constructors and ...Gravatar Gael Guennebaud2019-02-15
* Extend CUDA support to matrix inversion and selfadjointeigensolverGravatar Andrea Bocci2018-06-11
* MIsc. source and comment typosGravatar luz.paz2018-03-11
* Adds missing EIGEN_STRONG_INLINE to support MSVC properly inlining small vect...Gravatar Basil Fierz2017-10-26
* Cleanup useless helper: internal::product_result_scalarGravatar Gael Guennebaud2016-06-15
* Relax mixing-type constraints for binary coefficient-wise operators:Gravatar Gael Guennebaud2016-06-06
* Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ...Gravatar Gael Guennebaud2016-01-01
* Remove debuging prod() and lazyprod() function, plus some cleaning in noalias...Gravatar Gael Guennebaud2015-10-07
* Cleaning pass on evaluators: remove the useless and error prone evaluator<>::...Gravatar Gael Guennebaud2015-09-02
* Get rid of class internal::nested<> (still have to updated Tensor module)Gravatar Gael Guennebaud2015-06-19
* Introduce a AliasFreeProduct option for Permutations and TranspositionsGravatar Gael Guennebaud2015-06-19
* Improbe compatibility of Transpositions and evaluatorsGravatar Gael Guennebaud2015-06-19
* Fix storage order computation in traits<Product>Gravatar Gael Guennebaud2015-06-19
* 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