OpenKalman
Namespaces | Functions
make_zero.hpp File Reference

Definitions for make_zero. More...

#include "make_constant.hpp"
Include dependency graph for make_zero.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 C = double, typename IndexType , std::size_t... Extents, std::enable_if_t< values::value< C >, int > = 0>
constexpr auto OpenKalman::make_zero (stdex::extents< IndexType, Extents... > extents)
 Make an indexible object in which every element is 0. More...
 

Detailed Description

Definitions for make_zero.