aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h
Commit message (Expand)AuthorAge
* bug #1741: fix SelfAdjointView::rankUpdate and product to triangular part for...Gravatar Gael Guennebaud2019-09-10
* Fix regression introduced by the previous fix for AVX512.Gravatar Gael Guennebaud2018-09-20
* Fix gebp kernel for real+complex in case only reals are vectorized (e.g., AVX...Gravatar Gael Guennebaud2018-09-20
* bug #1405: enable StrictlyLower/StrictlyUpper triangularView as the destinati...Gravatar Gael Guennebaud2017-06-09
* Adjusted the EIGEN_DEVICE_FUNC qualifiers to make sure that:Gravatar Benoit Steiner2017-03-01
* Fix tracking of temporaries in unit testsGravatar Gael Guennebaud2017-02-19
* Defer set-to-zero in triangular = product so that no aliasing issue occur in ...Gravatar Gael Guennebaud2017-01-17
* Relax mixing-type constraints for binary coefficient-wise operators:Gravatar Gael Guennebaud2016-06-06
* Fix trmv for mixing types.Gravatar Gael Guennebaud2016-04-15
* Fix tri = complex * real product, and add respective unit test.Gravatar Gael Guennebaud2016-01-27
* Remove dead code.Gravatar Gael Guennebaud2016-01-26
* bug #51: make general_matrix_matrix_triangular_product use L3-blocking helper...Gravatar Gael Guennebaud2016-01-25
* Remove deprecated usage of expr::Index.Gravatar Gael Guennebaud2015-02-16
* Pulled the latest changes from the trunkGravatar Benoit Steiner2015-02-06
|\
* | Made the blocking computation aware of the l3 cacheGravatar Benoit Steiner2014-10-15
* | Generalized the gebp apisGravatar Benoit Steiner2014-10-02
| * Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
| * Various minor fixesGravatar Gael Guennebaud2014-07-30
| * Refactor TriangularView to handle both dense and sparse objects. Introduce a ...Gravatar Gael Guennebaud2014-07-22
| * Backport changes from old to new expression enginesGravatar Gael Guennebaud2014-06-20
| * merge with default branchGravatar Gael Guennebaud2014-06-20
| |\ | |/ |/|
* | Fix bug #784: Assert if assigning a product to a triangularView does not matc...Gravatar Christoph Hertzberg2014-04-04
| * Add evaluator shortcut for triangular ?= productGravatar Gael Guennebaud2014-02-18
| * fix scalar * prod in evaluators unit testGravatar Gael Guennebaud2014-01-25
* | Improved the efficiency if the block-panel matrix multiplication code: the ch...Gravatar Benoit Steiner2014-01-02
|/
* Clean source code and unit tests with respect to -Wunused-local-typedefsGravatar Gael Guennebaud2013-04-10
* bug #482: pass scalar arguments by const references. Still remains a few case...Gravatar Gael Guennebaud2013-02-25
* Fix bug #496: generalize internal rank1_update implementation to accept uplo(...Gravatar Gael Guennebaud2013-02-24
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* fix several const qualifier issues: double ones, meaningless ones, some missi...Gravatar Gael Guennebaud2012-02-03
* Intel(R) MKL support added.Gravatar karturov2011-12-05
* protect calls to min and max with parentheses to make Eigen compatible with d...Gravatar Gael Guennebaud2011-07-21
* fix memory leak when a custom scalar throw an exceptionGravatar Gael Guennebaud2011-03-19
* bug #54 - really fix const correctness except in SparseGravatar Benoit Jacob2010-12-22
* properly use nested typesGravatar Gael Guennebaud2010-11-10
* generalize our internal rank K update routine to support more general A*B pro...Gravatar Gael Guennebaud2010-11-10