aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/products/TriangularMatrixMatrix.h
Commit message (Expand)AuthorAge
* bug #1741: fix self-adjoint*matrix, triangular*matrix, and triangular^1*matri...Gravatar Gael Guennebaud2019-09-11
* 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 #1517: fix triangular product with unit diagonal and nested scaling facto...Gravatar Gael Guennebaud2018-02-09
* Merged in dtrebbien/eigen/patch-1 (pull request PR-312)Gravatar Gael Guennebaud2017-08-22
* Fix tracking of temporaries in unit testsGravatar Gael Guennebaud2017-02-19
* Make sure that micro-panel-size is smaller than blocking sizes (otherwise we ...Gravatar Gael Guennebaud2016-01-26
* Generalize first_aligned to take the requested alignment as a template parame...Gravatar Gael Guennebaud2015-08-06
* bug #973: update macro-level control of alignement by introducing user-contro...Gravatar Gael Guennebaud2015-07-29
* 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
| * Refactor TriangularView to handle both dense and sparse objects. Introduce a ...Gravatar Gael Guennebaud2014-07-22
| * merge with default branchGravatar Gael Guennebaud2014-06-20
| |\ | |/ |/|
* | TRMM: Make sure we have enough memory in rhs block to enforce alignment.Gravatar Gael Guennebaud2014-04-25
* | Make sure that calls to broadcast4 are 16 bytes alignedGravatar Gael Guennebaud2014-04-25
| * Fix evaluators unit test (i.e., when only EIGEN_ENABLE_EVALUATORS is definedGravatar Gael Guennebaud2014-03-10
| * By-pass ProductBase for triangular and selfadjoint products and get rid of Pr...Gravatar Gael Guennebaud2014-02-23
* | Improved the efficiency if the block-panel matrix multiplication code: the ch...Gravatar Benoit Steiner2014-01-02
|/
* Fix "routine is both "inline" and "noinline"" warningsGravatar Gael Guennebaud2013-02-28
* bug #482: pass scalar arguments by const references. Still remains a few case...Gravatar Gael Guennebaud2013-02-25
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* remove dynamic allocation for fixed size object and triangular matrix-matrix ...Gravatar Gael Guennebaud2012-06-26
* 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
* Performance tunning for TRMM productsGravatar Gael Guennebaud2011-04-05
* fix trmm for some unusual trapezoidal cases (a dense set of columns or rows i...Gravatar Gael Guennebaud2011-03-28
* 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
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* sync with default branchGravatar Gael Guennebaud2010-07-22
|\
* | fix trmm and symm wrt lhs packingGravatar Gael Guennebaud2010-07-20
* | fix lhs packing in the case of real * complex productsGravatar Gael Guennebaud2010-07-19
* | * fix a couple of remaining issues with previous commit,Gravatar Gael Guennebaud2010-07-19
* | matrix product: move the alpha factor to gebp instead of the packing,Gravatar Gael Guennebaud2010-07-12
* | compilation fixGravatar Gael Guennebaud2010-07-08
* | support for real * complex matrix product - step 1 (works for some special ca...Gravatar Gael Guennebaud2010-07-07
| * add support for strictly triangular matrix in trmm though it is not really us...Gravatar Gael Guennebaud2010-07-15
|/
* add support for vectorized conjugated productsGravatar Gael Guennebaud2010-07-06
* email changeGravatar Gael Guennebaud2010-06-24
* fix computation of blocking sizes for small triangular matricesGravatar Gael Guennebaud2010-06-24
* * makes all product use the new API to set the blocking sizesGravatar Gael Guennebaud2010-06-22
* improve trmm unit test and fix several bugs in trmmGravatar Gael Guennebaud2010-06-15
* * make the triangular matrix * matrix product works with trapezoidal matricesGravatar Gael Guennebaud2010-06-15
* change the value of Dynamic to -1, since the index type is now configurable.Gravatar Benoit Jacob2010-06-11
* the Index types change.Gravatar Benoit Jacob2010-05-30