OpenKalman
Namespaces | Functions
constant_value.hpp File Reference

Definition for constant_value. More...

#include "linear-algebra/concepts/constant_diagonal_object.hpp"
#include "linear-algebra/interfaces/interfaces-defined.hpp"
#include "linear-algebra/concepts/constant_object.hpp"
#include "linear-algebra/traits/internal/get_singular_component.hpp"
Include dependency graph for constant_value.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 OpenKalman
 The root namespace for OpenKalman.
 

Functions

template<typename T , std::enable_if_t< constant_object< T > or constant_diagonal_object< T >, int > = 0>
constexpr auto OpenKalman::constant_value (T &&t)
 The constant value associated with a constant_object or constant_diagonal_object.
 

Detailed Description

Definition for constant_value.