44 template<
typename dtype>
47 applyFunction<dtype>(inArray, inPoly);
Holds 1D and 2D arrays, the main work horse of the NumCpp library.
Definition: NdArrayCore.hpp:72
Definition: Poly1d.hpp:58
Definition: Coordinate.hpp:45
void applyPoly1d(NdArray< dtype > &inArray, const polynomial::Poly1d< dtype > &inPoly)
Definition: applyPoly1d.hpp:45