OpenKalman
Classes | Namespaces | Variables
identity_matrix.hpp File Reference

Definition for identity_matrix. More...

#include "values/values.hpp"
#include "constant_diagonal_object.hpp"
#include "linear-algebra/traits/constant_value.hpp"
Include dependency graph for identity_matrix.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_identity_matrix< T, typename >
 
struct  OpenKalman::detail::is_identity_matrix< T, std::enable_if_t< constant_diagonal_object< T > and values::fixed_value_compares_with< decltype(constant_value(std::declval< T & >())), 1 > > >
 

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::identity_matrix
 Specifies that a type is known at compile time to be a rank-2 or lower identity matrix. More...
 

Detailed Description

Definition for identity_matrix.