|
Anasazi Version of the Day
|
Test for TSQR::Combine. More...
Go to the source code of this file.
Namespaces | |
| namespace | TSQR |
Make sure TimerType has the required interface. | |
Functions | |
| void | TSQR::Test::verifyCombine (const int numRows, const int numCols, const bool test_complex, const bool simulate_sequential_tsqr=false, const bool debug=false) |
| Test accuracy of TSQR::Combine. | |
Test for TSQR::Combine.
TSQR::Combine implements two structured QR factorizations: [R1; R2] (where R1 and R2 are both square and upper triangular) and [R; A] (where R is square and upper triangular, and A is a general dense matrix). This file implements accuracy tests for both versions.
Definition in file Tsqr_CombineTest.hpp.
1.7.4