cotila
1.2.1
A compile time linear algebra system
Vector
abs
accumulate
cast
concat
conj
decltype
dot
elementwise
fill
generate
imag
iota
linspace
make_vector
max
max_index
min
min_index
operator!=
operator*
operator*
operator*
operator+
operator+
operator+
operator/
operator/
operator==
real
rotate
slice
sqrt
sum
vector
vector
vector
vector
vector
vector
◆
linspace()
template<std::size_t N, typename T >
constexpr
vector
<T, N> cotila::linspace
(
T
min
,
T
max
)
Parameters
min
the value of the first element of the vector
max
the value of the last element of the vector
Returns
an N-vector of type T with elements spaced by
Generates a vector of equally spaced elements.
Generated by
1.8.13