41 template<
typename dtype>
Holds 1D and 2D arrays, the main work horse of the NumCpp library.
Definition NdArrayCore.hpp:139
Definition Cartesian.hpp:40
uint64 nbytes(const NdArray< dtype > &inArray) noexcept
Definition nbytes.hpp:42
std::uint64_t uint64
Definition Types.hpp:39
NdArray< dtype > arange(dtype inStart, dtype inStop, dtype inStep=1)
Definition arange.hpp:59