aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/product_symm.cpp
Commit message (Collapse)AuthorAge
* Adaptions from .lazy() towards .noalias().Gravatar Hauke Heibel2009-08-31
| | | | Added missing casts.
* overload operartor* with a ProductBase such that "scalar * (mat * mat)" is ↵Gravatar Gael Guennebaud2009-08-11
| | | | | | optimized as one could naturally expect
* add a debug mechanism to compute the number of intermediate evaluations ↵Gravatar Gael Guennebaud2009-07-28
| | | | (only for dynamic size)
* 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
the .rank*update() functions now returns a reference to *this