scicpp::array_equal

Defined in header <scicpp/core.hpp>

True if two arrays have the same size and elements (strict equality).


template<class Array>
bool array_equal(const Array &f1, const Array &f2)