NumCpp
2.4.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
applyPoly1d.hpp
Go to the documentation of this file.
1
#pragma once
29
30
#include "
NumCpp/Functions/applyFunction.hpp
"
31
#include "
NumCpp/NdArray.hpp
"
32
#include "
NumCpp/Polynomial/Poly1d.hpp
"
33
34
namespace
nc
35
{
36
//============================================================================
37
// Method Description:
45
template
<
typename
dtype>
46
void
applyPoly1d
(
NdArray<dtype>
& inArray,
const
polynomial::Poly1d<dtype>
& inPoly)
47
{
48
applyFunction<dtype>(inArray, inPoly);
49
}
50
}
// namespace nc
nc::polynomial::Poly1d
Definition:
Poly1d.hpp:57
nc::applyPoly1d
void applyPoly1d(NdArray< dtype > &inArray, const polynomial::Poly1d< dtype > &inPoly)
Definition:
applyPoly1d.hpp:46
nc::NdArray< dtype >
NdArray.hpp
applyFunction.hpp
nc
Definition:
Coordinate.hpp:44
Poly1d.hpp
include
NumCpp
Functions
applyPoly1d.hpp
Generated by
1.8.17