33 #include <initializer_list>
49 template<
typename dtype>
Holds 1D and 2D arrays, the main work horse of the NumCpp library.
Definition: NdArrayCore.hpp:72
Definition: Coordinate.hpp:45
NdArray< dtype > row_stack(const std::initializer_list< NdArray< dtype > > &inArrayList)
Definition: row_stack.hpp:51
NdArray< dtype > vstack(const std::initializer_list< NdArray< dtype > > &inArrayList)
Definition: vstack.hpp:50