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
◆
slice()
template<std::size_t M, typename T , std::size_t N>
constexpr
vector
<T, M> cotila::slice
(
vector
< T, N >
v
,
std::size_t
start
=
0
)
Parameters
v
an N-vector of type T
start
the first index of the subvector
Returns
an M-vector
such that
Slices a vector into a subvector.
Generated by
1.8.13