Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Extend unit test of dense triangular solvers | Gael Guennebaud | 2014-07-15 |
| | |||
* | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. | Benoit Jacob | 2012-07-13 |
| | |||
* | add the possibility to configure the maximal matrix size in the unit tests | Gael Guennebaud | 2011-07-12 |
| | |||
* | fix 168 : now TriangularView::solve returns by value making ↵ | Gael Guennebaud | 2011-02-01 |
| | | | | | | TriangularView::solveInPlace less important. Also fix the very outdated documentation of this function. | ||
* | fix bug #120 : compilation issue of trsolve unit test | Gael Guennebaud | 2010-11-22 |
| | |||
* | extend unit test to cover previous bug | Gael Guennebaud | 2010-11-05 |
| | |||
* | trsv: add support for inner-stride!=1, reduce code instanciation, move ↵ | Gael Guennebaud | 2010-11-05 |
| | | | | implementation to a new products/XX.h file | ||
* | bug #86 : use internal:: namespace instead of ei_ prefix | Benoit Jacob | 2010-10-25 |
| | |||
* | fix storage order request | Gael Guennebaud | 2010-07-20 |
| | |||
* | it appears only the "on the left" case was tested | Gael Guennebaud | 2010-07-20 |
| | |||
* | extend product unit tests | Gael Guennebaud | 2010-07-07 |
| | |||
* | email change | Gael Guennebaud | 2010-06-24 |
| | |||
* | * allow matrix dimensions to be 0 (also at compile time) and provide a ↵ | Benoit Jacob | 2010-03-21 |
| | | | | | | | | | | | | | | | specialization of ei_matrix_array for size 0 * adapt many xprs to have the right storage order, now that it matters * add static assert on expressions to check that vector xprs have the righ storage order * adapt ei_plain_matrix_type_(column|row)_major * implement assignment of selfadjointview to matrix (was before failing to compile) and add nestedExpression() methods * expand product_symm test * in ei_gemv_selector, use the PlainObject type instead of a custom Matrix<...> type * fix VectorBlock and Block mistakes | ||
* | fix trsolve | Gael Guennebaud | 2010-03-06 |
| | |||
* | remove the Triangular suffix to Upper, Lower, UnitLower, etc, | Gael Guennebaud | 2010-01-07 |
| | | | | and remove the respective bit flags | ||
* | merge and add start/end to Eigen2Support | Gael Guennebaud | 2010-01-05 |
| | |||
* | Fix #69 for the second time, and add the respective regression test | Gael Guennebaud | 2010-01-04 |
| | |||
* | fix #69 and extend unit tests or triangular solvers | Gael Guennebaud | 2009-12-23 |