OpenKalman
|
Definition for identity_matrix. More...
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< values::fixed< constant_diagonal_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::identity_matrix |
Specifies that a type is an identity matrix. More... | |
Definition for identity_matrix.