SyTen

◆ equalArrayInitList()

template<typename T , std::size_t rank>
bool syten::equalArrayInitList ( std::array< T, rank > const &  a,
std::array< T, rank > const &  b 
)

Compares two arrays, i.e.

forces an initializer list to be converted to an array.

Used for the implementation of dense products.