50 template<
typename dtype>
72 template<
typename dtype>
93 template<
typename dtype>
Holds 1D and 2D arrays, the main work horse of the NumCpp library.
Definition NdArrayCore.hpp:139
self_type & reshape(size_type inSize)
Definition NdArrayCore.hpp:4347
A Shape Class for NdArrays.
Definition Core/shape.hpp:41
Definition Cartesian.hpp:40
NdArray< dtype > arange(dtype inStart, dtype inStop, dtype inStep=1)
Definition arange.hpp:59
std::int32_t int32
Definition Types.hpp:36
NdArray< dtype > & reshape(NdArray< dtype > &inArray, uint32 inSize)
Definition reshape.hpp:51
std::uint32_t uint32
Definition Types.hpp:40