47 template<
typename dtype>
50 inArray.
put(inIndices, inValue);
66 template<
typename dtype>
69 inArray.
put(inIndices, inValues);
Holds 1D and 2D arrays, the main work horse of the NumCpp library.
Definition: NdArrayCore.hpp:72
NdArray< dtype > & put(int32 inIndex, value_type inValue)
Definition: NdArrayCore.hpp:3666
Definition: Coordinate.hpp:45
NdArray< dtype > & put(NdArray< dtype > &inArray, const NdArray< uint32 > &inIndices, dtype inValue)
Definition: put.hpp:48