62 template<
typename dtype>
80 arrayCopy.push_back(
static_cast<double>(value));
#define THROW_INVALID_ARGUMENT_ERROR(msg)
Definition Error.hpp:37
#define STATIC_ASSERT_FLOAT(dtype)
Definition StaticAsserts.hpp:50
Holds 1D and 2D arrays, the main work horse of the NumCpp library.
Definition NdArrayCore.hpp:139
uint32 size_type
Definition NdArrayCore.hpp:156
A Shape Class for NdArrays.
Definition Core/shape.hpp:41
const double nan
NaN.
Definition Core/Constants.hpp:41
Definition Cartesian.hpp:40
NdArray< double > nanpercentile(const NdArray< dtype > &inArray, double inPercentile, Axis inAxis=Axis::NONE, InterpolationMethod inInterpMethod=InterpolationMethod::LINEAR)
Definition nanpercentile.hpp:63
InterpolationMethod
Definition Enums.hpp:139
Axis
Enum To describe an axis.
Definition Enums.hpp:36
NdArray< double > percentile(const NdArray< dtype > &inArray, double inPercentile, Axis inAxis=Axis::NONE, InterpolationMethod inInterpMethod=InterpolationMethod::LINEAR)
Definition percentile.hpp:66
NdArray< dtype > arange(dtype inStart, dtype inStop, dtype inStep=1)
Definition arange.hpp:59
bool isnan(dtype inValue) noexcept
Definition isnan.hpp:49
std::uint32_t uint32
Definition Types.hpp:40