49 template<
typename dtype>
52 return dot(inArray1, inArray2);
67 template<
typename dtype>
70 return dot(inArray1, inArray2);
85 template<
typename dtype>
88 return dot(inArray1, inArray2);
Holds 1D and 2D arrays, the main work horse of the NumCpp library.
Definition: NdArrayCore.hpp:72
Definition: Coordinate.hpp:45
NdArray< dtype > dot(const NdArray< dtype > &inArray1, const NdArray< dtype > &inArray2)
Definition: dot.hpp:47
NdArray< dtype > matmul(const NdArray< dtype > &inArray1, const NdArray< dtype > &inArray2)
Definition: matmul.hpp:50