30#include <initializer_list>
49 template<
typename dtype>
52 return detail::column_stack<dtype>(inArrayList.begin(), inArrayList.end());
66 template<
typename dtype>
69 return detail::column_stack<dtype>(inArrayList.begin(), inArrayList.end());
Holds 1D and 2D arrays, the main work horse of the NumCpp library.
Definition: NdArrayCore.hpp:139
Definition: Cartesian.hpp:40
NdArray< dtype > hstack(std::initializer_list< NdArray< dtype > > inArrayList)
Definition: hstack.hpp:50