3#ifndef pRC_CORE_FUNCTORS_MEAN_H
4#define pRC_CORE_FUNCTORS_MEAN_H
Definition cholesky.hpp:18
static constexpr auto mean(Xs &&...args)
Definition mean.hpp:15
static constexpr auto makeConstantSequence()
Definition sequence.hpp:402
constexpr decltype(auto) operator()(Xs &&...args) const
Definition mean.hpp:13