|
OpenKalman
|
Definitions for make_zero. More...
#include "make_constant.hpp"

Go to the source code of this file.
Namespaces | |
| OpenKalman | |
| The root namespace for OpenKalman. | |
Functions | |
| template<typename C , typename P , std::enable_if_t< values::value< C > and patterns::pattern_collection< P > and values::fixed< collections::size_of< P >>, int > = 0> | |
| constexpr auto | OpenKalman::make_zero (P &&p) |
| Make an indexible object in which every element is 0. More... | |
| template<typename C , typename... Ps, std::enable_if_t< values::value< C > and(... and patterns::pattern< Ps >), int > = 0> | |
| constexpr auto | OpenKalman::make_zero (Ps &&...ps) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More... | |
| template<typename C , typename P , std::enable_if_t< patterns::pattern_collection< P > and values::value< C > and values::fixed< collections::size_of< P >>, int > = 0> | |
| constexpr auto | OpenKalman::make_zero () |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More... | |
Definitions for make_zero.
1.8.13