aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/real_qz.cpp
Commit message (Collapse)AuthorAge
* Addendum to last patch: k is Index and not intGravatar Christoph Hertzberg2015-03-31
|
* bug #985: RealQZ failed when either matrix had zero rows or columns (report ↵Gravatar Christoph Hertzberg2015-03-30
| | | | | | and patch by Ben Goodrich) Also added a regression test
* Introduce a TEST_SET_BUT_UNUSED_VARIABLE macro for initialized but unused ↵Gravatar Gael Guennebaud2013-06-25
| | | | variables in the unit tests and also fix a few other warnings.
* Workaround a bunch of stupid warnings in unit testsGravatar Gael Guennebaud2013-06-23
|
* Clean source code and unit tests with respect to -Wunused-local-typedefsGravatar Gael Guennebaud2013-04-10
|
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
| | | | | - remove most of the metaprogramming kung fu in MathFunctions.h (only keep functions that differs from the std) - remove the overloads for array expression that were in the std namespace
* real QZ: update licenseGravatar Gael Guennebaud2012-07-24
|
* Add a RealQZ class: a generalized Schur decomposition for real matricesGravatar Alexey Korepanov2012-07-11