47 template<
typename dtype>
70 template<
typename dtype>
79 if (
inX.min().item() <
inXp.min().item() ||
inX.max().item() >
inXp.max().item())
#define THROW_INVALID_ARGUMENT_ERROR(msg)
Definition Error.hpp:37
Holds 1D and 2D arrays, the main work horse of the NumCpp library.
Definition NdArrayCore.hpp:139
constexpr double interp(double inValue1, double inValue2, double inPercent) noexcept
Definition Utils/interp.hpp:41
Definition Cartesian.hpp:40
NdArray< uint32 > argsort(const NdArray< dtype > &inArray, Axis inAxis=Axis::NONE)
Definition argsort.hpp:46
constexpr double interp(dtype inValue1, dtype inValue2, double inPercent) noexcept
Definition Functions/interp.hpp:48
NdArray< dtype > arange(dtype inStart, dtype inStop, dtype inStep=1)
Definition arange.hpp:59
std::uint32_t uint32
Definition Types.hpp:40