48 template<
typename dtype>
51 inArray.
put(inIndices, inValue);
68 template<
typename dtype>
71 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:3856
Definition: Coordinate.hpp:45
NdArray< dtype > & put(NdArray< dtype > &inArray, const NdArray< uint32 > &inIndices, dtype inValue)
Definition: put.hpp:49