57 template<
typename dtype>
72 "array values too large, will result in gigantic array that will take up alot of memory...");
107 template<
typename dtype>
127 "array values too large, will result in gigantic array that will take up alot of memory...");
139 { outArray[value] += inWeights[counter++]; });
#define THROW_INVALID_ARGUMENT_ERROR(msg)
Definition Error.hpp:37
#define STATIC_ASSERT_INTEGER(dtype)
Definition StaticAsserts.hpp:43
Holds info about the dtype.
Definition DtypeInfo.hpp:41
Holds 1D and 2D arrays, the main work horse of the NumCpp library.
Definition NdArrayCore.hpp:139
self_type clip(value_type inMin, value_type inMax) const
Definition NdArrayCore.hpp:2449
Definition Cartesian.hpp:40
NdArray< dtype > bincount(const NdArray< dtype > &inArray, uint16 inMinLength=1)
Definition bincount.hpp:58
std::uint16_t uint16
Definition Types.hpp:41
NdArray< dtype > arange(dtype inStart, dtype inStop, dtype inStep=1)
Definition arange.hpp:59
std::uint32_t uint32
Definition Types.hpp:40