50 template<
typename dtype>
70 template<
typename dtype>
Holds 1D and 2D arrays, the main work horse of the NumCpp library.
Definition: NdArrayCore.hpp:72
NdArray< dtype > & resizeFast(uint32 inNumRows, uint32 inNumCols)
Definition: NdArrayCore.hpp:4355
A Shape Class for NdArrays.
Definition: Core/Shape.hpp:41
Definition: Coordinate.hpp:45
NdArray< dtype > & resizeFast(NdArray< dtype > &inArray, uint32 inNumRows, uint32 inNumCols)
Definition: resizeFast.hpp:51
std::uint32_t uint32
Definition: Types.hpp:40