OpenKalman
Classes | Namespaces | Variables
zero.hpp File Reference

Definition for zero. More...

#include "values/values.hpp"
#include "linear-algebra/interfaces/object_traits.hpp"
#include "linear-algebra/traits/element_type_of.hpp"
Include dependency graph for zero.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_zero_constant< T, epsilon_factor, typename >
 
struct  OpenKalman::detail::is_zero_constant< T, epsilon_factor, std::enable_if_t< values::fixed_value_compares_with< decltype(interface::object_traits< stdex::remove_cvref_t< T >>::get_constant(std::declval< T >())), 0, &stdex::is_eq, epsilon_factor > > >
 
struct  OpenKalman::detail::constant_element_is_0_ep< T, epsilon_factor, typename >
 
struct  OpenKalman::detail::constant_element_is_0_ep< T, epsilon_factor, std::enable_if_t< values::fixed_value_compares_with< typename element_type_of< T >::type, 0, &stdex::is_eq, epsilon_factor > > >
 

Namespaces

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

Variables

template<typename T , unsigned int epsilon_factor = 0>
constexpr bool OpenKalman::zero
 Specifies that a type is known at compile time to be a constant matrix of value zero. More...
 

Detailed Description

Definition for zero.