OpenKalman
Classes | Namespaces | Variables
hermitian_matrix.hpp File Reference

Definition for hermitian_matrix. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  OpenKalman::detail::is_inferred_hermitian_matrix< T, typename >
 
struct  OpenKalman::detail::is_inferred_hermitian_matrix< T, std::enable_if_t< not values::complex< typename scalar_type_of< T >::type > or values::not_complex< constant_coefficient< T > > or values::not_complex< constant_diagonal_coefficient< T > > > >
 

Namespaces

 OpenKalman
 The root namespace for OpenKalman.
 
 OpenKalman::detail
 T is an acceptable noise perturbation input to a tests.
 

Variables

template<typename T , Applicability b = Applicability::guaranteed>
constexpr bool OpenKalman::hermitian_matrix
 Specifies that a type is a hermitian matrix (assuming it is square_shaped). More...
 

Detailed Description

Definition for hermitian_matrix.