42 template<
typename dtype>
Holds 1D and 2D arrays, the main work horse of the NumCpp library.
Definition NdArrayCore.hpp:139
self_type & swapCols(index_type colIdx1, index_type colIdx2) noexcept
Definition NdArrayCore.hpp:4672
Definition Cartesian.hpp:40
NdArray< dtype > & swapCols(NdArray< dtype > &inArray, int32 colIdx1, int32 colIdx2) noexcept
Definition swapCols.hpp:43
NdArray< dtype > arange(dtype inStart, dtype inStop, dtype inStep=1)
Definition arange.hpp:59
std::int32_t int32
Definition Types.hpp:36