cotila
1.2.1
A compile time linear algebra system
Vector
abs
accumulate
cast
concat
conj
decltype
dot
elementwise
fill
generate
imag
iota
linspace
make_vector
max
max_index
min
min_index
operator!=
operator*
operator*
operator*
operator+
operator+
operator+
operator/
operator/
operator==
real
rotate
slice
sqrt
sum
vector
vector
vector
vector
vector
vector
◆
accumulate()
template<typename T , std::size_t N, typename F , typename U >
constexpr U cotila::accumulate
(
const
vector
< T, N > &
v
,
U
init
,
F &&
f
)
Parameters
v
an N-vector of type T
init
the initial value
f
a function of type F that operates between U and vector elements of type T
Returns
Accumulates an operation over the elements. This is equivalent to a functional fold.
Generated by
1.8.13