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
◆
make_vector()
template<typename... Args>
decltype(auto) constexpr cotila::make_vector
(
Args...
args
)
Parameters
args
scalar elements to combine into a vector
Returns
a vector containing
args
Constructs a vector from its arguments, checking that all arguments are of the same type.
Generated by
1.8.13