44 template<
typename dtype>
Holds 1D and 2D arrays, the main work horse of the NumCpp library.
Definition NdArrayCore.hpp:139
NdArray< size_type > flatnonzero() const
Definition NdArrayCore.hpp:2897
Definition Cartesian.hpp:40
NdArray< uint32 > argwhere(const NdArray< dtype > &inArray)
Definition argwhere.hpp:45
NdArray< dtype > arange(dtype inStart, dtype inStop, dtype inStep=1)
Definition arange.hpp:59