49 template<
typename dtype>
54 return full(inSquareSize, dtype{ 0 });
68 template<
typename dtype>
73 return full(inNumRows, inNumCols, dtype{ 0 });
87 template<
typename dtype>
92 return full(inShape, dtype{ 0 });
#define STATIC_ASSERT_ARITHMETIC_OR_COMPLEX(dtype)
Definition: StaticAsserts.hpp:50
Holds 1D and 2D arrays, the main work horse of the NumCpp library.
Definition: NdArrayCore.hpp:72
A Shape Class for NdArrays.
Definition: Core/Shape.hpp:41
Definition: Coordinate.hpp:45
NdArray< dtype > full(uint32 inSquareSize, dtype inFillValue)
Definition: full.hpp:48
NdArray< dtype > zeros(uint32 inSquareSize)
Definition: zeros.hpp:50
std::uint32_t uint32
Definition: Types.hpp:40