aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/products/TriangularSolverMatrix.h
Commit message (Expand)AuthorAge
* dont use =* might not return a ScalarGravatar janos2020-10-02
* 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
* Revert vec/y to vec*(1/y) in row-major TRSM:Gravatar Gael Guennebaud2016-12-06
* Workaround a division by zero when outerstride==0Gravatar Gael Guennebaud2016-04-13
* Improve numerical accuracy in LLT and triangular solve by using true scalar d...Gravatar Gael Guennebaud2015-10-18
* Fix shadow warnings triggered by clangGravatar Gael Guennebaud2015-06-09
* Made the blocking computation aware of the l3 cacheGravatar Benoit Steiner2014-10-15
* Generalized the gebp apisGravatar Benoit Steiner2014-10-02
* 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
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* avoid dynamic allocation for fixed size triangular solvingGravatar Gael Guennebaud2012-06-12
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* bug #352:properly cast constantsGravatar Igor Krivenko2011-12-09
* protect calls to min and max with parentheses to make Eigen compatible with d...Gravatar Gael Guennebaud2011-07-21
* improve computation of the sub panel widthGravatar Gael Guennebaud2011-03-24
* improve performance of trsmGravatar Gael Guennebaud2011-03-24
* fix memory leak when a custom scalar throw an exceptionGravatar Gael Guennebaud2011-03-19
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* fix declaration of pack_lhs in trsmGravatar 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 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
* 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
* fix trsolveGravatar Gael Guennebaud2010-03-06
* significant speedup in the matrix-matrix productsGravatar Gael Guennebaud2010-02-23
* remove the Triangular suffix to Upper, Lower, UnitLower, etc,Gravatar Gael Guennebaud2010-01-07
* faster trsm kernel and fix a couple of issuesGravatar Gael Guennebaud2009-07-31
* add explicit "on the right" triangular solving,Gravatar Gael Guennebaud2009-07-30
* trmm is now working in all storage order configurationsGravatar Gael Guennebaud2009-07-27
* finalize trsm: works in all situations, and it is now used by solve() and sol...Gravatar Gael Guennebaud2009-07-26
* ok, now trsm works very well for upper triangular matricesGravatar Gael Guennebaud2009-07-26
* The new trsm is working very very well (read very fast) forGravatar Gael Guennebaud2009-07-25
* add WIP trsmGravatar Gael Guennebaud2009-07-24