OpenKalman
Classes | Namespaces | Variables
zero.hpp File Reference

Definition for zero. 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_zero< T, typename >
 
struct  OpenKalman::detail::is_zero< T, std::enable_if_t< values::fixed< constant_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 >
constexpr bool OpenKalman::zero = detail::is_zero<T>::value
 Specifies that a type is known at compile time to be a constant matrix of value zero.
 

Detailed Description

Definition for zero.