cotila  1.2.1
A compile time linear algebra system

◆ fill()

template<std::size_t N, typename T >
constexpr vector<T, N> cotila::fill ( value)
Parameters
valuethe scalar value of all elements
Returns
an N-vector of type T such that $ \textbf{v}_i = \textrm{value}\ \forall i \in 1\ .. N$

Generates a vector with all elements equal to a single value.