47 template<
typename dtype>
50 return inArray.
repeat(inNumRows, inNumCols);
64 template<
typename dtype>
67 return inArray.
repeat(inReps);
Holds 1D and 2D arrays, the main work horse of the NumCpp library.
Definition: NdArrayCore.hpp:72
NdArray< dtype > repeat(uint32 inNumRows, uint32 inNumCols) const
Definition: NdArrayCore.hpp:4187
A Shape Class for NdArrays.
Definition: Core/Shape.hpp:41
Definition: Coordinate.hpp:45
NdArray< dtype > tile(const NdArray< dtype > &inArray, uint32 inNumRows, uint32 inNumCols)
Definition: tile.hpp:48
std::uint32_t uint32
Definition: Types.hpp:40