OpenKalman
|
Definition for zero. More...
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. | |
Definition for zero.