53 template<
typename dtype>
65 if (
std::abs(inArray1[i] - inArray2[i]) > inTolerance)
#define THROW_INVALID_ARGUMENT_ERROR(msg)
Definition: Error.hpp:37
#define STATIC_ASSERT_ARITHMETIC(dtype)
Definition: StaticAsserts.hpp:39
Holds 1D and 2D arrays, the main work horse of the NumCpp library.
Definition: NdArrayCore.hpp:139
size_type size() const noexcept
Definition: NdArrayCore.hpp:4524
const Shape & shape() const noexcept
Definition: NdArrayCore.hpp:4511
constexpr double e
eulers number
Definition: Core/Constants.hpp:37
Definition: Cartesian.hpp:40
auto abs(dtype inValue) noexcept
Definition: abs.hpp:49
bool allclose(const NdArray< dtype > &inArray1, const NdArray< dtype > &inArray2, double inTolerance=1e-5)
Definition: allclose.hpp:54
std::uint32_t uint32
Definition: Types.hpp:40