cotila  1.2.1
A compile time linear algebra system

◆ generate()

template<std::size_t N, typename F >
decltype(auto) constexpr cotila::generate ( F &&  f)
Parameters
fa function that operates on an integer index
Returns
an N-vector with type matching the return type of f such that $ \textbf{v}_i = f(i) $

Generates a vector as a function of its index.