aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/SelfAdjointView.h
Commit message (Expand)AuthorAge
* more product refactoringGravatar Gael Guennebaud2009-08-06
* implement a ProductBase class and, as a proof of concept, update TriangularPr...Gravatar Gael Guennebaud2009-08-04
* * Bye bye MultiplierBase, extend a bit AnyMatrixBase to allow =, +=, and -=Gravatar Gael Guennebaud2009-08-03
* fix typoGravatar Gael Guennebaud2009-07-29
* fix a couple of issues related to recent productsGravatar Gael Guennebaud2009-07-28
* add a debug mechanism to compute the number of intermediate evaluations (only...Gravatar Gael Guennebaud2009-07-28
* various compilation and bug fixes in selfadjoint stuffGravatar Gael Guennebaud2009-07-27
* split and add unit tests for symm and syrk,Gravatar Gael Guennebaud2009-07-23
* Implement efficient sefladjoint product (aka SYRK) : C += alpha * U U^TGravatar Gael Guennebaud2009-07-23
* improve SYMV it is now faster and ready for useGravatar Gael Guennebaud2009-07-23
* formatingGravatar Gael Guennebaud2009-07-23
* addd matrix * self adjoint high level APIGravatar Gael Guennebaud2009-07-23
* implement high level API for SYMM and fix a couple of bugs related to complexGravatar Gael Guennebaud2009-07-22
* some cleaning/renaming is Triangular/SelfadjointViewGravatar Gael Guennebaud2009-07-14
* Add an efficient rank2 update function (like the level2 blas xSYR2 routine).Gravatar Gael Guennebaud2009-07-11
* * bybye Part, welcome TriangularView and SelfAdjointView.Gravatar Gael Guennebaud2009-07-06