Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Adaptions from .lazy() towards .noalias(). | Hauke Heibel | 2009-08-31 |
| | | | | Added missing casts. | ||
* | overload operartor* with a ProductBase such that "scalar * (mat * mat)" is ↵ | Gael Guennebaud | 2009-08-11 |
| | | | | | | optimized as one could naturally expect | ||
* | add a debug mechanism to compute the number of intermediate evaluations ↵ | Gael Guennebaud | 2009-07-28 |
| | | | | (only for dynamic size) | ||
* | various compilation and bug fixes in selfadjoint stuff | Gael Guennebaud | 2009-07-27 |
| | |||
* | split and add unit tests for symm and syrk, | Gael Guennebaud | 2009-07-23 |
the .rank*update() functions now returns a reference to *this |