 |
NumCpp
2.3.1
A Templatized Header Only C++ Implementation of the Python NumPy Library
|
Go to the documentation of this file.
56 template<
typename dtype>
57 double hypot(dtype inValue1, dtype inValue2) noexcept
81 template<
typename dtype>
82 double hypot(dtype inValue1, dtype inValue2, dtype inValue3) noexcept
106 template<
typename dtype>
117 [](dtype inValue1, dtype inValue2) noexcept ->
double
119 return hypot(inValue1, inValue2);
Shape shape() const noexcept
Definition: NdArrayCore.hpp:4311
#define STATIC_ASSERT_ARITHMETIC(dtype)
Definition: StaticAsserts.hpp:37
auto sqrt(dtype inValue) noexcept
Definition: sqrt.hpp:50
OutputIt transform(InputIt first, InputIt last, OutputIt destination, UnaryOperation unaryFunction)
Definition: StlAlgorithms.hpp:702
const_iterator cend() const noexcept
Definition: NdArrayCore.hpp:1490
double hypot(dtype inValue1, dtype inValue2) noexcept
Definition: hypot.hpp:57
Definition: Coordinate.hpp:44
#define THROW_INVALID_ARGUMENT_ERROR(msg)
Definition: Error.hpp:36
const_iterator cbegin() const noexcept
Definition: NdArrayCore.hpp:1146
constexpr dtype sqr(dtype inValue) noexcept
Definition: sqr.hpp:44
iterator begin() noexcept
Definition: NdArrayCore.hpp:1090