30 #include <initializer_list>
48 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 > column_stack(const std::initializer_list< NdArray< dtype >> &inArrayList)
Definition: column_stack.hpp:49
NdArray< dtype > hstack(std::initializer_list< NdArray< dtype >> inArrayList)
Definition: hstack.hpp:49