55 template<
typename dtype>
60 return std::hypot(
static_cast<double>(
inValue1),
static_cast<double>(
inValue2));
78 template<
typename dtype>
105 template<
typename dtype>
108 return broadcast::broadcaster<double>(
inArray1,
129 template<
typename dtype>
#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
uint32 size_type
Definition NdArrayCore.hpp:156
constexpr dtype sqr(dtype inValue) noexcept
Definition sqr.hpp:42
Definition Cartesian.hpp:40
double hypot(dtype inValue1, dtype inValue2) noexcept
Definition hypot.hpp:56
NdArray< dtype > arange(dtype inStart, dtype inStop, dtype inStep=1)
Definition arange.hpp:59