cotila  1.2.1
A compile time linear algebra system

◆ generate()

template<std::size_t N, std::size_t M, typename F >
decltype(auto) constexpr cotila::generate ( F &&  f)
Parameters
fa function that operates on two integer indices
Returns
an $ N \times M $ matrix with type matching the return type of f such that $ \textbf{m}_{ij} = f(i, j) $

Generates a matrix as a function of its indices.