aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/products/SelfadjointProduct.h
Commit message (Collapse)AuthorAge
* 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
| | | | the .rank*update() functions now returns a reference to *this
* 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
It is currently available via SelfAdjointView::rankKupdate. TODO: allows to write SelfAdjointView += u * u.adjoint()