cotila  1.2.1
A compile time linear algebra system

◆ operator==()

template<typename T , std::size_t N>
constexpr bool cotila::operator== ( const vector< T, N > &  a,
const vector< T, N > &  b 
)
Parameters
aan N-vector of type T
ban N-vector of type T
Returns
true if and only if $ \textbf{a}_i = \textbf{b}_i\ \forall i \in 1\ .. N $

Checks the equality of two vectors.