aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/real_qz.cpp
Commit message (Expand)AuthorAge
* 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 some pre-allocation unit tests (not working yet)Gravatar Gael Guennebaud2016-08-29
* Add debug output.Gravatar Gael Guennebaud2016-06-11
* 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 a...Gravatar Christoph Hertzberg2015-03-30
* 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
* Clean source code and unit tests with respect to -Wunused-local-typedefsGravatar Gael Guennebaud2013-04-10
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* real QZ: update licenseGravatar Gael Guennebaud2012-07-24
* Add a RealQZ class: a generalized Schur decomposition for real matricesGravatar Alexey Korepanov2012-07-11