47 template<
typename dtype>
50 return NdArray<dtype>(
reinterpret_cast<dtype*
>(inBufferPtr), inNumBytes);
NdArray< dtype > frombuffer(char *inBufferPtr, uint32 inNumBytes) noexcept
Definition: fromBuffer.hpp:48
Definition: Coordinate.hpp:45
uint32_t uint32
Definition: Types.hpp:41
Holds 1D and 2D arrays, the main work horse of the NumCpp library.
Definition: NdArrayCore.hpp:66