aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/products/SelfadjointProduct.h
Commit message (Expand)AuthorAge
* Fix static analyzer warning in SelfadjointProduct.h.Gravatar Rasmus Munk Larsen2020-06-08
* bug #1741: fix SelfAdjointView::rankUpdate and product to triangular part for...Gravatar Gael Guennebaud2019-09-10
* Adjusted the EIGEN_DEVICE_FUNC qualifiers to make sure that:Gravatar Benoit Steiner2017-03-01
* 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
* Fix bug #482: pass scalar value by const reference (it remained a few cases)Gravatar Gael Guennebaud2013-04-12
* 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
* fix memory leak when a custom scalar throw an exceptionGravatar Gael Guennebaud2011-03-19
* implement optimized path for selfadjoint rank 1 update (safe regarding dynami...Gravatar Gael Guennebaud2011-02-01
* bug #54 - really fix const correctness except in SparseGravatar Benoit Jacob2010-12-22
* bug #54 - The big Map const-correctness changesGravatar Benoit Jacob2010-12-10
* generalize our internal rank K update routine to support more general A*B pro...Gravatar Gael Guennebaud2010-11-10
* Renamed cleantype to remove_all since it is close to remove_{const|pointer|re...Gravatar Hauke Heibel2010-10-26
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* 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
* fix unaligned workspace in sybbGravatar Gael Guennebaud2010-07-05
* email changeGravatar Gael Guennebaud2010-06-24
* fix infinite loopGravatar Gael Guennebaud2010-06-24
* fix syrkGravatar 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
* stride() => inner/outerStride()Gravatar Gael Guennebaud2010-03-06
* fix issue #100 (fix syrk)Gravatar Gael Guennebaud2010-03-06
* remove the Triangular suffix to Upper, Lower, UnitLower, etc,Gravatar Gael Guennebaud2010-01-07
* Fix serious bug discovered with gcc 4.2Gravatar Gael Guennebaud2009-09-03
* compilation fixesGravatar Gael Guennebaud2009-07-27
* various compilation and bug fixes in selfadjoint stuffGravatar Gael Guennebaud2009-07-27
* some cleaningGravatar Gael Guennebaud2009-07-24
* add a simplified version of the sybb kernel built on top of gebpGravatar Gael Guennebaud2009-07-24
* split and add unit tests for symm and syrk,Gravatar Gael Guennebaud2009-07-23
* oops,, update SYRK so that the rhs can be non-square²Gravatar Gael Guennebaud2009-07-23
* Implement efficient sefladjoint product (aka SYRK) : C += alpha * U U^TGravatar Gael Guennebaud2009-07-23