cotila  1.2.1
A compile time linear algebra system

◆ fill()

template<std::size_t N, std::size_t M, typename T >
constexpr matrix<T, N, M> cotila::fill ( value)
Parameters
valuethe scalar value of all elements
Returns
an $ N \times M $ matrix of type T such that $ \textbf{m}_{ij} = \textrm{value}\ \forall i,j $

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