Tests relating to HermitianAdapter.
More...
#include "adapters.gtest.hpp"
#include <complex>
|
| TEST (special_matrices, SelfAdjointMatrix_static_checks) |
|
| TEST (special_matrices, SelfAdjointMatrix_class) |
|
| TEST (special_matrices, SelfAdjointMatrix_subscripts) |
|
| TEST (special_matrices, make_hermitian_matrix) |
|
| TEST (special_matrices, SelfAdjointMatrix_traits) |
|
| TEST (special_matrices, SelfAdjointMatrix_overloads) |
|
| TEST (special_matrices, SelfAdjointMatrix_solve) |
|
| TEST (special_matrices, SelfAdjointMatrix_decompositions) |
|
| TEST (special_matrices, SelfAdjointMatrix_blocks_lower) |
|
| TEST (special_matrices, SelfAdjointMatrix_blocks_upper) |
|
| TEST (special_matrices, SelfAdjointMatrix_blocks_mixed) |
|
| TEST (special_matrices, SelfAdjointMatrix_arithmetic_lower) |
|
| TEST (special_matrices, SelfAdjointMatrix_arithmetic_upper) |
|
| TEST (special_matrices, SelfAdjointMatrix_arithmetic_mixed) |
|
| TEST (special_matrices, SelfAdjointMatrix_references) |
|
Tests relating to HermitianAdapter.