OpenKalman
Classes | Namespaces | Variables
hermitian_matrix.hpp File Reference

Definition for hermitian_matrix. More...

#include "values/values.hpp"
#include "linear-algebra/traits/element_type_of.hpp"
#include "linear-algebra/concepts/square_shaped.hpp"
#include "linear-algebra/concepts/diagonal_matrix.hpp"
#include "linear-algebra/concepts/constant_object.hpp"
Include dependency graph for hermitian_matrix.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  OpenKalman::detail::is_explicitly_hermitian< T, typename >
 
struct  OpenKalman::detail::is_explicitly_hermitian< T, std::enable_if_t< interface::object_traits< stdex::remove_cvref_t< T > >::is_hermitian > >
 
struct  OpenKalman::detail::is_inferred_hermitian_matrix< T, typename >
 
struct  OpenKalman::detail::is_inferred_hermitian_matrix< T, std::enable_if_t< values::not_complex< typename element_type_of< T >::type > > >
 

Namespaces

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

Variables

template<typename T >
constexpr bool OpenKalman::hermitian_matrix
 Specifies that a type is a hermitian matrix. More...
 

Detailed Description

Definition for hermitian_matrix.