OpenKalman
Classes | Namespaces | Variables
hermitian_adapter.hpp File Reference

Definition for hermitian_adapter. More...

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

Go to the source code of this file.

Classes

struct  OpenKalman::detail::hermitian_adapter_impl< T, t, typename >
 
struct  OpenKalman::detail::hermitian_adapter_impl< T, t, std::enable_if_t<(t==HermitianAdapterType::any ? interface::indexible_object_traits< std::decay_t< T >>::hermitian_adapter_type==HermitianAdapterType::lower or interface::indexible_object_traits< std::decay_t< T >>::hermitian_adapter_type==HermitianAdapterType::upper :interface::indexible_object_traits< std::decay_t< T >>::hermitian_adapter_type==t)> >
 

Namespaces

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

Variables

template<typename T , HermitianAdapterType t = HermitianAdapterType::any>
constexpr bool OpenKalman::hermitian_adapter
 Specifies that a type is a hermitian matrix adapter of a particular type. More...
 

Detailed Description

Definition for hermitian_adapter.