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
◆
generate()
template<std::size_t N, typename F >
decltype(auto) constexpr cotila::generate
(
F &&
f
)
Parameters
f
a function that operates on an integer index
Returns
an N-vector with type matching the return type of f such that
Generates a vector as a function of its index.
Generated by
1.8.13