Template Function t8_eq(const TDimensionalX&, const TDimensionalY&, const double)
Defined in File t8_vec.hxx
Function Documentation
-
template<T8InputRange TDimensionalX, T8InputRange TDimensionalY>
constexpr bool t8_eq(const TDimensionalX &x, const TDimensionalY &y, const double tol) Check the equality of two dimensional objects.
- Parameters:
x – [in] Container 1 to compare.
y – [in] Container 2 that should be compared to x for equality given tolerance tol.
tol – [in] Tolerance.
- Returns:
true, if the objects are equal up to tol.