16 #ifndef OPENKALMAN_MAKE_ZERO_HPP 17 #define OPENKALMAN_MAKE_ZERO_HPP 32 template<
typename C = double,
typename IndexType, std::size_t...Extents, std::enable_if_t<values::value<C>,
int> = 0>
Definition: fixed_value.hpp:41
constexpr bool value
T is a fixed or dynamic value that is reducible to a number.
Definition: value.hpp:45
The root namespace for OpenKalman.
Definition: basics.hpp:34
constexpr auto make_zero(stdex::extents< IndexType, Extents... > extents)
Make an indexible object in which every element is 0.
Definition: make_zero.hpp:35
constexpr bool integral
T is an integral value.
Definition: integral.hpp:47
constexpr bool constant_object
Specifies that all elements of an object are known at compile time to be the same constant value...
Definition: constant_object.hpp:54
constexpr auto make_constant(C c, stdex::extents< IndexType, Extents... > extents)
Make an indexible object in which every element is a constant value.
Definition: make_constant.hpp:39
Definitions for make_constant.
Definition: extents.hpp:372