#include <corbo-numerics/schur.h>
#include <corbo-core/console.h>
#include <corbo-core/macros.h>
#include <corbo-core/value_comparison.h>
#include <Eigen/Eigenvalues>
#include "gtest/gtest.h"
Go to the source code of this file.
|
| TEST_F (TestSchur, schur_decomposition_2d1) |
|
| TEST_F (TestSchur, schur_decomposition_2d2) |
|
| TEST_F (TestSchur, schur_decomposition_2d3) |
|
| TEST_F (TestSchur, schur_decomposition_2d4) |
|
| TEST_F (TestSchur, schur_decomposition_2d_b_zero) |
|
| TEST_F (TestSchur, schur_decomposition_2d_a_minus_d_zero1) |
|
| TEST_F (TestSchur, schur_decomposition_2d_a_minus_d_zero2) |
|
| TEST_F (TestSchur, swap_blocks_schur_form1) |
|
| TEST_F (TestSchur, swap_blocks_schur_form2) |
|
| TEST_F (TestSchur, swap_blocks_schur_form3_standardize) |
|
| TEST_F (TestSchur, swap_blocks_schur_form3_non_standardize) |
|
| TEST_F (TestSchur, reorder_schur_blocks_real_2d) |
|
| TEST_F (TestSchur, reorder_schur_blocks_real_6d) |
|
| TEST_F (TestSchur, reorder_schur_blocks_complex_4d) |
|
| TEST_F (TestSchur, reorder_schur_blocks_mixed_3d) |
|
| TEST_F (TestSchur, reorder_schur_blocks_mixed_8d) |
|
◆ TEST_F() [1/16]
TEST_F |
( |
TestSchur |
, |
|
|
schur_decomposition_2d1 |
|
|
) |
| |
◆ TEST_F() [2/16]
TEST_F |
( |
TestSchur |
, |
|
|
schur_decomposition_2d2 |
|
|
) |
| |
◆ TEST_F() [3/16]
TEST_F |
( |
TestSchur |
, |
|
|
schur_decomposition_2d3 |
|
|
) |
| |
◆ TEST_F() [4/16]
TEST_F |
( |
TestSchur |
, |
|
|
schur_decomposition_2d4 |
|
|
) |
| |
◆ TEST_F() [5/16]
TEST_F |
( |
TestSchur |
, |
|
|
schur_decomposition_2d_b_zero |
|
|
) |
| |
◆ TEST_F() [6/16]
TEST_F |
( |
TestSchur |
, |
|
|
schur_decomposition_2d_a_minus_d_zero1 |
|
|
) |
| |
◆ TEST_F() [7/16]
TEST_F |
( |
TestSchur |
, |
|
|
schur_decomposition_2d_a_minus_d_zero2 |
|
|
) |
| |
◆ TEST_F() [8/16]
TEST_F |
( |
TestSchur |
, |
|
|
swap_blocks_schur_form1 |
|
|
) |
| |
◆ TEST_F() [9/16]
TEST_F |
( |
TestSchur |
, |
|
|
swap_blocks_schur_form2 |
|
|
) |
| |
◆ TEST_F() [10/16]
TEST_F |
( |
TestSchur |
, |
|
|
swap_blocks_schur_form3_standardize |
|
|
) |
| |
◆ TEST_F() [11/16]
TEST_F |
( |
TestSchur |
, |
|
|
swap_blocks_schur_form3_non_standardize |
|
|
) |
| |
◆ TEST_F() [12/16]
TEST_F |
( |
TestSchur |
, |
|
|
reorder_schur_blocks_real_2d |
|
|
) |
| |
◆ TEST_F() [13/16]
TEST_F |
( |
TestSchur |
, |
|
|
reorder_schur_blocks_real_6d |
|
|
) |
| |
◆ TEST_F() [14/16]
TEST_F |
( |
TestSchur |
, |
|
|
reorder_schur_blocks_complex_4d |
|
|
) |
| |
◆ TEST_F() [15/16]
TEST_F |
( |
TestSchur |
, |
|
|
reorder_schur_blocks_mixed_3d |
|
|
) |
| |
◆ TEST_F() [16/16]
TEST_F |
( |
TestSchur |
, |
|
|
reorder_schur_blocks_mixed_8d |
|
|
) |
| |