cotila  1.2.1
A compile time linear algebra system

◆ linspace()

template<std::size_t N, typename T >
constexpr vector<T, N> cotila::linspace ( min,
max 
)
Parameters
minthe value of the first element of the vector
maxthe value of the last element of the vector
Returns
an N-vector of type T with elements spaced by $ \frac{\textbf{v}_N - \textbf{v}_1}{N-1} $

Generates a vector of equally spaced elements.