OpenKalman
|
Broadcast function. More...
#include "collections/views/concat.hpp"
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... | |
Broadcast function.