Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | better fix for (v * v') * v, we still have to find a way to reorder it | Gael Guennebaud | 2009-10-01 |
| | |||
* | *add test to prevent future regression | Benoit Jacob | 2009-09-29 |
| | |||
* | improve coverage of matrix-vector product | Gael Guennebaud | 2009-09-07 |
| | |||
* | clean a bit the previous commit which came from a patch queue, | Gael Guennebaud | 2009-09-01 |
| | | | | | | | | | and since it was my first try of the patch queue feature I did not managed to apply it with a good commit message, so here you go: * Add a ComplexSchur decomposition class built on top of HessenbergDecomposition * Add a ComplexEigenSolver built on top of ComplexSchur There are still a couple of FIXME but at least they work for any reasonable matrices, still have to extend the unit tests to stress them with nasty matrices... | ||
* | I've been too fast (again) | Gael Guennebaud | 2009-09-01 |
| | |||
* | fix issue #47: now m.noalias() = XXX properly resize m if needed | Gael Guennebaud | 2009-09-01 |
| | |||
* | various compilation and bug fixes in selfadjoint stuff | Gael Guennebaud | 2009-07-27 |
| | |||
* | finally directly calling the low-level products is faster | Gael Guennebaud | 2009-07-10 |
| | |||
* | started to simplify the triangular solvers | Gael Guennebaud | 2009-07-09 |
| | |||
* | ok now all the complex mat-mat and mat-vec products involving conjugate, | Gael Guennebaud | 2009-07-08 |
adjoint, -, and scalar multiple seems to be well handled. It only remains the simpler case: C = alpha*(A*B) ... for the next commit |