| Commit message (Expand) | Author | Age |
* | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. | Benoit Jacob | 2012-07-13 |
* | avoid dynamic allocation for fixed size triangular solving | Gael Guennebaud | 2012-06-12 |
* | Get rid of include directives inside namespace blocks (bug #339). | Jitse Niesen | 2012-04-15 |
* | fix a dozen of warnings with MSVC, and get rid of some useless throw() | Gael Guennebaud | 2012-02-06 |
* | fix several const qualifier issues: double ones, meaningless ones, some missi... | Gael Guennebaud | 2012-02-03 |
* | fix memory leak when a custom scalar throw an exception | Gael Guennebaud | 2011-03-19 |
* | Fixed hidden const correctness issue. | Hauke Heibel | 2011-02-05 |
* | fix 168 : now TriangularView::solve returns by value making TriangularView::s... | Gael Guennebaud | 2011-02-01 |
* | bug #54 - really fix const correctness except in Sparse | Benoit Jacob | 2010-12-22 |
* | add missing specialization | Gael Guennebaud | 2010-11-09 |
* | trsv: simplifications/cleaning | Gael Guennebaud | 2010-11-05 |
* | trsv: add support for inner-stride!=1, reduce code instanciation, move implem... | Gael Guennebaud | 2010-11-05 |
* | Initial fixes for bug #85. | Hauke Heibel | 2010-10-25 |
* | bug #86 : use internal:: namespace instead of ei_ prefix | Benoit Jacob | 2010-10-25 |
* | add support for mixing type in trsv | Gael Guennebaud | 2010-07-13 |
* | make colmaj * vector uses pointers only | Gael Guennebaud | 2010-07-11 |
* | mixing types in product step 2: | Gael Guennebaud | 2010-07-11 |
* | * generalize rowmajor by vector | Gael Guennebaud | 2010-07-10 |
* | Remove \nonstable yet. The stability rules for Eigen3 are much simpler: | Benoit Jacob | 2010-06-29 |
* | email change | Gael Guennebaud | 2010-06-24 |
* | change the value of Dynamic to -1, since the index type is now configurable. | Benoit Jacob | 2010-06-11 |
* | the Index types change. | Benoit Jacob | 2010-05-30 |
* | * allow matrix dimensions to be 0 (also at compile time) and provide a specia... | Benoit Jacob | 2010-03-21 |
* | stride() => inner/outerStride() | Gael Guennebaud | 2010-03-06 |
* | fix triangular view assignment | Gael Guennebaud | 2010-01-30 |
* | remove the Triangular suffix to Upper, Lower, UnitLower, etc, | Gael Guennebaud | 2010-01-07 |
* | 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 |
| * | sorry for committing this mess | Gael Guennebaud | 2009-12-23 |
| * | fix #69 and extend unit tests or triangular solvers | Gael Guennebaud | 2009-12-23 |
* | | a couple of fixes and cleaning | Gael Guennebaud | 2009-12-17 |
* | | Another big refactoring change: | Gael Guennebaud | 2009-11-18 |
|/ |
|
* | Fix serious bug discovered with gcc 4.2 | Gael Guennebaud | 2009-09-03 |
* | bugfix in trsm | Gael Guennebaud | 2009-08-02 |
* | add blocked LLT, and bugfix in trsm asserts | Gael Guennebaud | 2009-08-01 |
* | faster trsm kernel and fix a couple of issues | Gael Guennebaud | 2009-07-31 |
* | add explicit "on the right" triangular solving, | Gael Guennebaud | 2009-07-30 |
* | improve the expression analyzer to bypass Transpose expression | Gael Guennebaud | 2009-07-28 |
* | some cleaning | Gael Guennebaud | 2009-07-26 |
* | finalize trsm: works in all situations, and it is now used by solve() and sol... | Gael Guennebaud | 2009-07-26 |
* | synch with main devel branch | Gael Guennebaud | 2009-07-14 |
|\ |
|
* | | add triangular * vector product | Gael Guennebaud | 2009-07-13 |
* | | Add an efficient rank2 update function (like the level2 blas xSYR2 routine). | Gael Guennebaud | 2009-07-11 |
* | | add a meta unroller for the triangular solver (only for vectors as rhs) | Gael Guennebaud | 2009-07-10 |
* | | finally directly calling the low-level products is faster | Gael Guennebaud | 2009-07-10 |
* | | commit woking versions of triangular solvers naturally | Gael Guennebaud | 2009-07-09 |
* | | started to simplify the triangular solvers | Gael Guennebaud | 2009-07-09 |
* | | * take advantage of new possibilies in LLT (mat -= product) | Gael Guennebaud | 2009-07-07 |
* | | * bybye Part, welcome TriangularView and SelfAdjointView. | Gael Guennebaud | 2009-07-06 |
|/ |
|
* | remove sentence "Eigen itself is part of the KDE project." | Benoit Jacob | 2009-05-22 |