OpenKalman
Functions
HermitianAdapter.test.cpp File Reference

Tests relating to HermitianAdapter. More...

#include "adapters.gtest.hpp"
#include <complex>
Include dependency graph for HermitianAdapter.test.cpp:

Functions

 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)
 

Detailed Description

Tests relating to HermitianAdapter.