| Commit message (Expand) | Author | Age |
* | LDLT: make it honors the Lower/Upper directive and make it works inplace | Gael Guennebaud | 2010-06-03 |
* | the Index types change. | Benoit Jacob | 2010-05-30 |
* | Update eigenvalues() and operatorNorm() methods in MatrixBase. | Jitse Niesen | 2010-05-24 |
* | fix selfadjoint to dense | Gael Guennebaud | 2010-05-19 |
* | * allow matrix dimensions to be 0 (also at compile time) and provide a specia... | Benoit Jacob | 2010-03-21 |
* | merge | Benoit Jacob | 2010-02-25 |
|\ |
|
* | | * Implement the ByOuterInner accessors | Benoit Jacob | 2010-02-25 |
| * | Renamed PlainMatrixType to PlainObject (Array != Matrix). | Hauke Heibel | 2010-02-20 |
|/ |
|
* | remove the Triangular suffix to Upper, Lower, UnitLower, etc, | Gael Guennebaud | 2010-01-07 |
* | merge with default branch | Gael Guennebaud | 2009-12-22 |
|\ |
|
| * | Warning 4512 (assignment operators could not be generated) is now simply disa... | Hauke Heibel | 2009-12-14 |
| * | Added to possibility to compile unit tests at maximum warning level. | Hauke Heibel | 2009-12-12 |
* | | Big refactoring/cleaning in the spasre module with | Gael Guennebaud | 2009-11-18 |
|/ |
|
* | more product refactoring | Gael Guennebaud | 2009-08-06 |
* | implement a ProductBase class and, as a proof of concept, update TriangularPr... | Gael Guennebaud | 2009-08-04 |
* | * Bye bye MultiplierBase, extend a bit AnyMatrixBase to allow =, +=, and -= | Gael Guennebaud | 2009-08-03 |
* | fix typo | Gael Guennebaud | 2009-07-29 |
* | fix a couple of issues related to recent products | Gael Guennebaud | 2009-07-28 |
* | add a debug mechanism to compute the number of intermediate evaluations (only... | Gael Guennebaud | 2009-07-28 |
* | 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 |
* | Implement efficient sefladjoint product (aka SYRK) : C += alpha * U U^T | Gael Guennebaud | 2009-07-23 |
* | improve SYMV it is now faster and ready for use | Gael Guennebaud | 2009-07-23 |
* | formating | Gael Guennebaud | 2009-07-23 |
* | addd matrix * self adjoint high level API | Gael Guennebaud | 2009-07-23 |
* | implement high level API for SYMM and fix a couple of bugs related to complex | Gael Guennebaud | 2009-07-22 |
* | some cleaning/renaming is Triangular/SelfadjointView | Gael Guennebaud | 2009-07-14 |
* | Add an efficient rank2 update function (like the level2 blas xSYR2 routine). | Gael Guennebaud | 2009-07-11 |
* | * bybye Part, welcome TriangularView and SelfAdjointView. | Gael Guennebaud | 2009-07-06 |