aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/products/SelfadjointRank2Update.h
Commit message (Expand)AuthorAge
* Fix more enum arithmetic.Gravatar Rasmus Munk Larsen2021-06-15
* Extend CUDA support to matrix inversion and selfadjointeigensolverGravatar Andrea Bocci2018-06-11
* Adjusted the EIGEN_DEVICE_FUNC qualifiers to make sure that:Gravatar Benoit Steiner2017-03-01
* Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
* Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
* 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
* 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
* Fix bug in symmetric rank-2 update for row-major matrices (bug #144).Gravatar Jitse Niesen2011-01-04
* bug #54 - The big Map const-correctness changesGravatar Benoit Jacob2010-12-10
* fix bug #122 : rank 2 update test and scalar multiple extraction were both wrongGravatar Gael Guennebaud2010-11-23
* makes rank 2 update function conformant to BLAS HER2Gravatar Gael Guennebaud2010-11-19
* Renamed cleantype to remove_all since it is close to remove_{const|pointer|re...Gravatar Hauke Heibel2010-10-26
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* email changeGravatar Gael Guennebaud2010-06-24
* the Index types change.Gravatar Benoit Jacob2010-05-30
* stride() => inner/outerStride()Gravatar Gael Guennebaud2010-03-06
* fix a warningGravatar Gael Guennebaud2010-01-15
* remove the Triangular suffix to Upper, Lower, UnitLower, etc,Gravatar Gael Guennebaud2010-01-07
* Big renaming:Gravatar Benoit Jacob2010-01-04
* remove some dirty linesGravatar Gael Guennebaud2009-09-25
* Fix serious bug discovered with gcc 4.2Gravatar Gael Guennebaud2009-09-03
* various compilation and bug fixes in selfadjoint stuffGravatar Gael Guennebaud2009-07-27
* cleaning and fix a perf issueGravatar Gael Guennebaud2009-07-27
* split and add unit tests for symm and syrk,Gravatar Gael Guennebaud2009-07-23
* Add an efficient rank2 update function (like the level2 blas xSYR2 routine).Gravatar Gael Guennebaud2009-07-11