| Commit message (Expand) | Author | Age |
* | bug #1144: fix regression in x=y+A*x (aliasing), and move evaluator_traits::A... | Gael Guennebaud | 2016-01-09 |
* | Implement temporary-free path for "D.nolias() ?= C + A*B". (I thought it was ... | Gael Guennebaud | 2015-10-09 |
* | Fix nesting sub-expression in outer-products | Gael Guennebaud | 2015-10-08 |
* | Fix a nesting issue in some matrix-vector cases. | Gael Guennebaud | 2015-10-08 |
* | Factorize VERIFY_EVALUATION_COUNT in unit tests | Gael Guennebaud | 2015-06-19 |
* | Workaround dead store warnings in unit tests. | Gael Guennebaud | 2015-02-18 |
* | merge with default branch | Gael Guennebaud | 2014-07-10 |
|\ |
|
| * | Fix many long to int implicit conversions | Gael Guennebaud | 2014-07-08 |
* | | Add evaluator shortcut for triangular ?= product | Gael Guennebaud | 2014-02-18 |
|/ |
|
* | Workaround a bunch of stupid warnings in unit tests | Gael Guennebaud | 2013-06-23 |
* | Add temporary check for triangularView += product | Gael Guennebaud | 2013-04-10 |
* | 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 |
* | now gemv supports strides | Gael Guennebaud | 2011-01-30 |
* | rename macro | Benoit Jacob | 2010-12-25 |
* | bug #54 - really fix const correctness except in Sparse | Benoit Jacob | 2010-12-22 |
* | bug #86 : use internal:: namespace instead of ei_ prefix | Benoit Jacob | 2010-10-25 |
* | extend product unit tests | Gael Guennebaud | 2010-07-07 |
* | unit test fix for default to row major | Gael Guennebaud | 2010-06-24 |
* | Still fixing warnings. | Hauke Heibel | 2010-06-20 |
* | Utilize Index in all unit tests. | Hauke Heibel | 2010-06-20 |
* | * implement the corner() API change: new methods topLeftCorner() etc | Benoit Jacob | 2010-04-22 |
* | fix ei_blas_traits directaccess check: in the case of vectors, having a nontr... | Benoit Jacob | 2010-04-16 |
* | * add some 1x1 tests | Benoit Jacob | 2010-04-16 |
* | * Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, ... | Benoit Jacob | 2010-04-16 |
* | fix a couple of ICE with gcc 4.0.1 | Gael Guennebaud | 2010-02-12 |
* | Fixed notemporary unit test. | Hauke Heibel | 2010-02-11 |
* | Fixed warning. | Hauke Heibel | 2010-02-10 |
* | Deactivated test which requires variadic macros. | Hauke Heibel | 2010-02-09 |
* | Regression tests for number of nested temporaries. | Hauke Heibel | 2010-02-09 |
* | add accessors to coeff based product | Gael Guennebaud | 2010-02-09 |
* | Remove some Array #includes. | Jitse Niesen | 2010-01-21 |
* | remove the Triangular suffix to Upper, Lower, UnitLower, etc, | Gael Guennebaud | 2010-01-07 |
* | finally add a Array class with storage via the introduction of a DenseStorage... | Gael Guennebaud | 2009-12-17 |
* | big huge changes, so i dont remember everything. | Benoit Jacob | 2009-10-28 |
* | kill ei_add_test_multi. Now the macro ei_add_test does all that automatically... | Benoit Jacob | 2009-10-19 |
* | move eigen values related stuff of the QR module to a new EigenSolver module. | Gael Guennebaud | 2009-09-03 |
* | Remove last lazyness warnings. | Hauke Heibel | 2009-09-02 |
* | fix issue #47: now m.noalias() = XXX properly resize m if needed | Gael Guennebaud | 2009-09-01 |
* | As proposed on the list: | Gael Guennebaud | 2009-08-15 |
* | overload operartor* with a ProductBase such that "scalar * (mat * mat)" is op... | Gael Guennebaud | 2009-08-11 |
* | fix a couple of compilations issues | Gael Guennebaud | 2009-08-06 |
* | big refactoring in Product.h: | Gael Guennebaud | 2009-08-05 |
* | implement a ProductBase class and, as a proof of concept, update TriangularPr... | Gael Guennebaud | 2009-08-04 |
* | 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 |