cotila  1.2.1
A compile time linear algebra system

◆ operator==()

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

Checks the equality of two matrices.