OpenKalman
Namespaces | Functions
make_zero.hpp File Reference

Definitions for make_zero. More...

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 , typename Scalar = scalar_type_of_t<T>, typename... Ds, std::enable_if_t< indexible< T > and values::number< Scalar > and pattern_collection< Descriptors >, int > = 0>
constexpr auto OpenKalman::make_zero (Descriptors &&descriptors)
 Make a zero associated with a particular library. More...
 
template<typename T , typename Scalar = scalar_type_of_t<T>, typename... Ds, std::enable_if_t< indexible< T > and values::number< Scalar > and(... and coordinates::pattern< Ds >), int > = 0>
constexpr auto OpenKalman::make_zero (Ds &&...ds)
 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 Scalar , typename T , std::enable_if_t< values::number< Scalar > and indexible< T >, int > = 0>
constexpr auto OpenKalman::make_zero (const T &t)
 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 T , std::enable_if_t< indexible< T >, int > = 0>
constexpr auto OpenKalman::make_zero (const T &t)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
 

Detailed Description

Definitions for make_zero.