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
◆
operator==()
template<typename T , std::size_t N>
constexpr bool cotila::operator==
(
const
vector
< T, N > &
a
,
const
vector
< T, N > &
b
)
Parameters
a
an N-vector of type T
b
an N-vector of type T
Returns
true if and only if
Checks the equality of two vectors.
Generated by
1.8.13