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