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

Function approx2

src/api/cpp/approx.cpp:22–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22array approx2(const array &zi, const array &xo, const array &yo,
23 const interpType method, const float offGrid) {
24 af_array zo = 0;
25 AF_THROW(af_approx2(&zo, zi.get(), xo.get(), yo.get(), method, offGrid));
26 return array(zo);
27}
28
29array approx1(const array &yi, const array &xo, const int xdim,
30 const double xi_beg, const double xi_step,

Callers

nothing calls this directly

Calls 4

af_approx2Function · 0.50
arrayClass · 0.50
af_approx2_uniformFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected