42 template<
typename dtype>
Holds 1D and 2D arrays, the main work horse of the NumCpp library.
Definition NdArrayCore.hpp:139
self_type flatten() const
Definition NdArrayCore.hpp:2923
Definition Cartesian.hpp:40
NdArray< dtype > flatten(const NdArray< dtype > &inArray)
Definition flatten.hpp:43
NdArray< dtype > arange(dtype inStart, dtype inStop, dtype inStep=1)
Definition arange.hpp:59