pRC
multi-purpose Tensor Train library for C++
Loading...
Searching...
No Matches
Namespaces | Functions
mean.hpp File Reference
#include <prc/core/basic/type_traits.hpp>
#include <prc/core/functors/add.hpp>
#include <prc/core/functors/fold.hpp>
#include <prc/core/value/functions/div.hpp>
#include <prc/core/value/functions/fold.hpp>

Go to the source code of this file.

Namespaces

namespace  pRC
 

Functions

template<class... Xs, If< IsInvocable< Fold< Add >, Xs... > > = 0>
static constexpr auto pRC::mean (Xs &&...args)
 Calculates the mean of a variable ammount of pRC objects.