OpenKalman
Classes | Namespaces | Functions
broadcast.hpp File Reference

Broadcast function. More...

#include "collections/views/concat.hpp"
Include dependency graph for broadcast.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  OpenKalman::details::FactorIs1< Factor, typename >
 
struct  OpenKalman::details::FactorIs1< Factor, std::enable_if_t< Factor::value==1 > >
 

Namespaces

 OpenKalman
 The root namespace for OpenKalman.
 

Functions

template<typename Arg , typename... Factors, std::enable_if_t< indexible< Arg > and(... and values::index< Factors >), int > = 0>
decltype(auto) constexpr OpenKalman::broadcast (Arg &&arg, const Factors &...factors)
 Broadcast an object by replicating it by factors specified for each index. More...
 

Detailed Description

Broadcast function.