46 template<
typename dtype>
49 return inArray1 / inArray2;
62 template<
typename dtype>
65 return inArray / value;
78 template<
typename dtype>
81 return value / inArray;
94 template<
typename dtype>
97 return inArray1 / inArray2;
110 template<
typename dtype>
113 return inArray1 / inArray2;
126 template<
typename dtype>
129 return inArray / value;
142 template<
typename dtype>
145 return value / inArray;
158 template<
typename dtype>
161 return inArray / value;
174 template<
typename dtype>
177 return value / inArray;
Holds 1D and 2D arrays, the main work horse of the NumCpp library.
Definition: NdArrayCore.hpp:139
Definition: Cartesian.hpp:40
NdArray< dtype > divide(const NdArray< dtype > &inArray1, const NdArray< dtype > &inArray2)
Definition: divide.hpp:47