49 template<
typename dtype>
52 return inArray.
repeat(inNumRows, inNumCols);
67 template<
typename dtype>
70 return inArray.
repeat(inRepeatShape);
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 > repeat(const NdArray< dtype > &inArray, uint32 inNumRows, uint32 inNumCols)
Definition: repeat.hpp:50
std::uint32_t uint32
Definition: Types.hpp:40