aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/triangular.cpp
Commit message (Expand)AuthorAge
* bug #1707: Fix deprecation warnings, or disable warnings when testing depreca...Gravatar Christoph Hertzberg2019-05-10
* Add conjugateIf<bool> members to DesneBase, TriangularView, SelfadjointView, ...Gravatar Gael Guennebaud2019-01-17
* Fix doxy and misc. typosGravatar luz.paz"2018-08-01
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...Gravatar Gael Guennebaud2018-07-17
* Remove local Index typedef from unit-testsGravatar Gael Guennebaud2018-07-12
* Add support for SelfAdjointView::diagonal()Gravatar Gael Guennebaud2016-05-19
* bug #1230: add support for SelfadjointView::triangularView.Gravatar Gael Guennebaud2016-05-19
* Enable and fix -Wdouble-conversion warningsGravatar Christoph Hertzberg2016-05-05
* Add unit test for bug #839.Gravatar Gael Guennebaud2014-07-09
* Introduce a TEST_SET_BUT_UNUSED_VARIABLE macro for initialized but unused var...Gravatar Gael Guennebaud2013-06-25
* Workaround a bunch of stupid warnings in unit testsGravatar Gael Guennebaud2013-06-23
* Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
* Clean source code and unit tests with respect to -Wunused-local-typedefsGravatar Gael Guennebaud2013-04-10
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* fix more variable-set-but-not-used warnings on gcc 4.6Gravatar Benoit Jacob2011-10-31
* the min/max macros to detect unprotected min/max were undefined by some std h...Gravatar Gael Guennebaud2011-08-19
* fix triangular unit test: it only accepts small matricesGravatar Gael Guennebaud2011-07-19
* add the possibility to configure the maximal matrix size in the unit testsGravatar Gael Guennebaud2011-07-12
* fix the remainder of bug #159Gravatar Benoit Jacob2011-01-26
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* add TriangularMatrix::conjugate to be consistent since we have adjointGravatar Gael Guennebaud2010-08-23
* email changeGravatar Gael Guennebaud2010-06-24
* More Index realted warnings.Gravatar Hauke Heibel2010-06-20
* Silence index warnings in triangular unit test.Gravatar Hauke Heibel2010-06-20
* Made the supression of unused variables portable.Gravatar Hauke Heibel2010-06-08
* test/triangular.cpp: isUpper() --> isUpperTriangular()Gravatar Jitse Niesen2010-01-08
* remove the Triangular suffix to Upper, Lower, UnitLower, etc,Gravatar Gael Guennebaud2010-01-07
* fix dirty triangular unit testGravatar Gael Guennebaud2010-01-04
* merge with default branchGravatar Gael Guennebaud2009-12-22
|\
* | more fixesGravatar Gael Guennebaud2009-12-17
| * * don't laugh, but these bugs took me forever to fix.Gravatar Benoit Jacob2009-11-19
| * minor improvements in triangular stuffGravatar Benoit Jacob2009-11-19
| * * fix compilation of unit-tests (sorry, had tested only 1 channel)Gravatar Benoit Jacob2009-11-19
| * TriangularMatrix: extend to rectangular matricesGravatar Benoit Jacob2009-11-19
|/
* big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
* fix a couple of compilations issuesGravatar Gael Guennebaud2009-08-06
* add a debug mechanism to compute the number of intermediate evaluations (only...Gravatar Gael Guennebaud2009-07-28
* add triangular * vector productGravatar Gael Guennebaud2009-07-13
* add a meta unroller for the triangular solver (only for vectors as rhs)Gravatar Gael Guennebaud2009-07-10
* finally directly calling the low-level products is fasterGravatar Gael Guennebaud2009-07-10
* started to simplify the triangular solversGravatar Gael Guennebaud2009-07-09
* * bybye Part, welcome TriangularView and SelfAdjointView.Gravatar Gael Guennebaud2009-07-06
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* compilation fixesGravatar Gael Guennebaud2009-05-12
* * compilation fixes for gcc 3.3Gravatar Gael Guennebaud2009-05-06
* * the Upper->UpperTriangular changeGravatar Benoit Jacob2008-12-20
* Solve the issue found by Timothy in solveTriangular:Gravatar Gael Guennebaud2008-10-13
* Fix bugs reported by Timothy Hunter:Gravatar Gael Guennebaud2008-09-03
* if EIGEN_NICE_RANDOM is defined, the random functions will return numbers withGravatar Benoit Jacob2008-09-01
* * bug fixes in: Dot, generalized eigen problem, singular matrix detetection ...Gravatar Gael Guennebaud2008-08-23