| Commit message (Expand) | Author | Age |
* | Add support for SelfAdjointView::diagonal() | Gael Guennebaud | 2016-05-19 |
* | bug #1230: add support for SelfadjointView::triangularView. | Gael Guennebaud | 2016-05-19 |
* | Enable and fix -Wdouble-conversion warnings | Christoph Hertzberg | 2016-05-05 |
* | Add unit test for bug #839. | Gael Guennebaud | 2014-07-09 |
* | Introduce a TEST_SET_BUT_UNUSED_VARIABLE macro for initialized but unused var... | Gael Guennebaud | 2013-06-25 |
* | Workaround a bunch of stupid warnings in unit tests | Gael Guennebaud | 2013-06-23 |
* | Fix bug #314: move remaining math functions from internal to numext namespace | Gael Guennebaud | 2013-06-10 |
* | Clean source code and unit tests with respect to -Wunused-local-typedefs | Gael Guennebaud | 2013-04-10 |
* | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. | Benoit Jacob | 2012-07-13 |
* | fix more variable-set-but-not-used warnings on gcc 4.6 | Benoit Jacob | 2011-10-31 |
* | the min/max macros to detect unprotected min/max were undefined by some std h... | Gael Guennebaud | 2011-08-19 |
* | fix triangular unit test: it only accepts small matrices | Gael Guennebaud | 2011-07-19 |
* | add the possibility to configure the maximal matrix size in the unit tests | Gael Guennebaud | 2011-07-12 |
* | fix the remainder of bug #159 | Benoit Jacob | 2011-01-26 |
* | bug #86 : use internal:: namespace instead of ei_ prefix | Benoit Jacob | 2010-10-25 |
* | add TriangularMatrix::conjugate to be consistent since we have adjoint | Gael Guennebaud | 2010-08-23 |
* | email change | Gael Guennebaud | 2010-06-24 |
* | More Index realted warnings. | Hauke Heibel | 2010-06-20 |
* | Silence index warnings in triangular unit test. | Hauke Heibel | 2010-06-20 |
* | Made the supression of unused variables portable. | Hauke Heibel | 2010-06-08 |
* | test/triangular.cpp: isUpper() --> isUpperTriangular() | Jitse Niesen | 2010-01-08 |
* | remove the Triangular suffix to Upper, Lower, UnitLower, etc, | Gael Guennebaud | 2010-01-07 |
* | fix dirty triangular unit test | Gael Guennebaud | 2010-01-04 |
* | merge with default branch | Gael Guennebaud | 2009-12-22 |
|\ |
|
* | | more fixes | Gael Guennebaud | 2009-12-17 |
| * | * don't laugh, but these bugs took me forever to fix. | Benoit Jacob | 2009-11-19 |
| * | minor improvements in triangular stuff | Benoit Jacob | 2009-11-19 |
| * | * fix compilation of unit-tests (sorry, had tested only 1 channel) | Benoit Jacob | 2009-11-19 |
| * | TriangularMatrix: extend to rectangular matrices | Benoit Jacob | 2009-11-19 |
|/ |
|
* | big huge changes, so i dont remember everything. | Benoit Jacob | 2009-10-28 |
* | fix a couple of compilations issues | Gael Guennebaud | 2009-08-06 |
* | add a debug mechanism to compute the number of intermediate evaluations (only... | Gael Guennebaud | 2009-07-28 |
* | add triangular * vector product | Gael Guennebaud | 2009-07-13 |
* | 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 |
* | started to simplify the triangular solvers | Gael Guennebaud | 2009-07-09 |
* | * 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 |
* | compilation fixes | Gael Guennebaud | 2009-05-12 |
* | * compilation fixes for gcc 3.3 | Gael Guennebaud | 2009-05-06 |
* | * the Upper->UpperTriangular change | Benoit Jacob | 2008-12-20 |
* | Solve the issue found by Timothy in solveTriangular: | Gael Guennebaud | 2008-10-13 |
* | Fix bugs reported by Timothy Hunter: | Gael Guennebaud | 2008-09-03 |
* | if EIGEN_NICE_RANDOM is defined, the random functions will return numbers with | Benoit Jacob | 2008-09-01 |
* | * bug fixes in: Dot, generalized eigen problem, singular matrix detetection ... | Gael Guennebaud | 2008-08-23 |
* | * bugfix in SolveTriangular found by Timothy Hunter (did not compiled for ver... | Gael Guennebaud | 2008-08-22 |
* | Add a packetmath unit test, re-enable the comma-initializer unit test, | Gael Guennebaud | 2008-08-20 |
* | renamed inverseProduct => solveTriangular | Gael Guennebaud | 2008-08-09 |
* | * Rewrite the triangular solver so that we can take advantage of our efficien... | Gael Guennebaud | 2008-07-26 |
* | * Merge Extract and Part to the Part expression. | Gael Guennebaud | 2008-07-21 |