aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/GeneralProduct.h
Commit message (Expand)AuthorAge
* Eliminate boolean product warnings by factoring out aGravatar Christoph Hertzberg2021-01-05
* bug #1680: improve MSVC inlining by declaring many triavial constructors and ...Gravatar Gael Guennebaud2019-02-15
* Fix compilation of empty products of the form: Mx0 * 0xNGravatar Gael Guennebaud2019-02-11
* merging updates from upstreamGravatar Deven Desai2018-07-11
|\
* | updates based on PR feedbackGravatar Deven Desai2018-06-14
| * Extend CUDA support to matrix inversion and selfadjointeigensolverGravatar Andrea Bocci2018-06-11
|/
* Fixed compilation with cuda_clang.Gravatar Benoit Steiner2017-09-07
* Make the threshold from gemm to coeff-based-product configurable, and add som...Gravatar Gael Guennebaud2017-08-24
* Fix lazyness of operator* with CUDAGravatar Gael Guennebaud2017-07-20
* Add a EIGEN_NO_CUDA option, and introduce EIGEN_CUDACC and EIGEN_CUDA_ARCH al...Gravatar Gael Guennebaud2017-07-17
* Adjusted the EIGEN_DEVICE_FUNC qualifiers to make sure that:Gravatar Benoit Steiner2017-03-01
* Ease compiler job to generate clean and efficient code in mat*vec.Gravatar Gael Guennebaud2016-12-02
* Fix slection of product implementation for dynamic size matrices with fixed m...Gravatar Gael Guennebaud2016-11-30
* Fix a performance regression in (mat*mat)*vec for which mat*mat was evaluated...Gravatar Gael Guennebaud2016-11-30
* bug #1343: fix compilation regression in array = matrix_productGravatar Gael Guennebaud2016-11-18
* Fix alignement of statically allocated temporaries in gemv.Gravatar Gael Guennebaud2016-09-17
* Fix a pointer to integer conversion warningGravatar Gael Guennebaud2016-05-26
* Enable lazy-coeff-based-product for vector*(1x1) productsGravatar Gael Guennebaud2016-04-16
* bug #1166: fix shortcomming in gemv when the destination is not a vector at c...Gravatar Gael Guennebaud2016-02-15
* Remove dead codeGravatar Gael Guennebaud2016-02-04
* Improve heuritics for switching between coeff-based and general matrix produc...Gravatar Gael Guennebaud2016-02-04
* Fix a nesting issue in some matrix-vector cases.Gravatar Gael Guennebaud2015-10-08
* Re-enable vectorization of LinSpaced, plus some cleaningGravatar Gael Guennebaud2015-10-08
* bug #973: update macro-level control of alignement by introducing user-contro...Gravatar Gael Guennebaud2015-07-29
* Declare const some const variablesGravatar Gael Guennebaud2015-02-19
* Remove deprecated usage of expr::Index.Gravatar Gael Guennebaud2015-02-16
* Pulled the latest changes from the trunkGravatar Benoit Steiner2015-02-06
|\
* | Generalized the matrix vector product code.Gravatar Benoit Steiner2014-10-31
| * Using Index instead of hard coded int type to prevent potential implicit inte...Gravatar Georg Drenkhahn2014-09-22
| * Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
| * merge with default branchGravatar Gael Guennebaud2014-09-14
| |\ | |/ |/|
* | Fix bug #822: outer products needed linear access, and add respective unit testsGravatar Gael Guennebaud2014-09-08
| * Implement evaluator for sparse-selfadjoint productsGravatar Gael Guennebaud2014-07-22
| * merge with default branchGravatar Gael Guennebaud2014-07-10
| |\ | |/ |/|
* | Fix many long to int implicit conversionsGravatar Gael Guennebaud2014-07-08
| * merge with default branchGravatar Gael Guennebaud2014-06-20
| |\ | |/ |/|
* | Fix 128bit packet size assumptions in unit tests.Gravatar Gael Guennebaud2014-04-18
| * Fix evaluators unit test (i.e., when only EIGEN_ENABLE_EVALUATORS is definedGravatar Gael Guennebaud2014-03-10
| * Hide some deprecated classes.Gravatar Gael Guennebaud2014-02-24
| * By-pass ProductBase for triangular and selfadjoint products and get rid of Pr...Gravatar Gael Guennebaud2014-02-23
| * Get rid of GeneralProduct<> for GemvProductGravatar Gael Guennebaud2014-02-21
| * Get rid of GeneralProduct for outer-products, and get rid of ScaledProductGravatar Gael Guennebaud2014-02-21
* | Reverted the definition of the EIGEN_ALIGN to its former meaning (i.e. a bool...Gravatar Benoit Steiner2014-02-18
| * Fix a few regression regarding temporaries and productsGravatar Gael Guennebaud2013-12-14
| * Enable use of evaluators for noalias and lazyProduct, add conversion to scala...Gravatar Gael Guennebaud2013-12-03
| * add definition of product_tagGravatar Gael Guennebaud2013-11-29
|/
* Add an option to test evaluators globallyGravatar Gael Guennebaud2013-11-07
* merge with main branchGravatar Gael Guennebaud2013-07-17
|\
| * Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
* | merge with default branchGravatar Gael Guennebaud2013-04-19
|\|