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