47 template<
typename dtype>
50 return inArray1 / inArray2;
64 template<
typename dtype>
67 return inArray / value;
81 template<
typename dtype>
84 return value / inArray;
98 template<
typename dtype>
101 return inArray1 / inArray2;
115 template<
typename dtype>
118 return inArray1 / inArray2;
132 template<
typename dtype>
135 return inArray / value;
149 template<
typename dtype>
152 return value / inArray;
166 template<
typename dtype>
169 return inArray / value;
183 template<
typename dtype>
186 return value / inArray;
Holds 1D and 2D arrays, the main work horse of the NumCpp library.
Definition: NdArrayCore.hpp:72
Definition: Coordinate.hpp:45
NdArray< dtype > divide(const NdArray< dtype > &inArray1, const NdArray< dtype > &inArray2)
Definition: divide.hpp:48