aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/products/SelfadjointRank2Update.h
Commit message (Expand)AuthorAge
* 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