30#include <initializer_list>
52 template<
typename dtype,
typename Iterator>
110 template<
typename dtype>
124 template<
typename dtype>
#define THROW_INVALID_ARGUMENT_ERROR(msg)
Definition Error.hpp:37
Holds 1D and 2D arrays, the main work horse of the NumCpp library.
Definition NdArrayCore.hpp:139
A Shape Class for NdArrays.
Definition Core/shape.hpp:41
NdArray< dtype > row_stack(Iterator begin, Iterator end)
Definition row_stack.hpp:53
Definition Cartesian.hpp:40
NdArray< dtype > row_stack(const std::initializer_list< NdArray< dtype > > &inArrayList)
Definition row_stack.hpp:111
NdArray< dtype > arange(dtype inStart, dtype inStop, dtype inStep=1)
Definition arange.hpp:59
std::uint32_t uint32
Definition Types.hpp:40