OpenKalman
Classes | Namespaces | Variables
hermitian_adapter.hpp File Reference

Definition for hermitian_adapter. More...

#include "linear-algebra/enumerations.hpp"
Include dependency graph for hermitian_adapter.hpp:
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::object_traits< stdex::remove_cvref_t< T >>::hermitian_adapter_type==HermitianAdapterType::lower or interface::object_traits< stdex::remove_cvref_t< T >>::hermitian_adapter_type==HermitianAdapterType::upper :interface::object_traits< stdex::remove_cvref_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 = hermitian_matrix<T> and detail::hermitian_adapter_impl<std::decay_t<T>, t>::value
 Specifies that a type is a hermitian matrix adapter of a particular type. More...
 

Detailed Description

Definition for hermitian_adapter.