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