MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / approx1

Function approx1

src/api/c/approx.cpp:29–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27namespace {
28template<typename Ty, typename Tp>
29inline void approx1(af_array *yo, const af_array yi, const af_array xo,
30 const int xdim, const Tp &xi_beg, const Tp &xi_step,
31 const af_interp_type method, const float offGrid) {
32 approx1<Ty>(getArray<Ty>(*yo), getArray<Ty>(yi), getArray<Tp>(xo), xdim,
33 xi_beg, xi_step, method, offGrid);
34}
35} // namespace
36
37template<typename Ty, typename Tp>

Callers 3

TESTFunction · 0.50
TESTFunction · 0.50
gforFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected