50 template<
typename dtype>
72 template<
typename dtype>
75 inArray.
reshape(inNumRows, inNumCols);
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:4271
A Shape Class for NdArrays.
Definition: Core/Shape.hpp:41
Definition: Cartesian.hpp:40
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