48 template<
typename dtype>
68 template<
typename dtype>
Holds 1D and 2D arrays, the main work horse of the NumCpp library.
Definition NdArrayCore.hpp:139
self_type newbyteorder(Endian inEndianess) const
Definition NdArrayCore.hpp:3324
value_type item() const
Definition NdArrayCore.hpp:3098
Definition Cartesian.hpp:40
dtype newbyteorder(dtype inValue, Endian inEndianess)
Definition newbyteorder.hpp:49
Endian
Enum for endianess.
Definition Enums.hpp:46
NdArray< dtype > arange(dtype inStart, dtype inStop, dtype inStep=1)
Definition arange.hpp:59