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

Function af_approx2

src/api/c/approx.cpp:273–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273af_err af_approx2(af_array *zo, const af_array zi, const af_array xo,
274 const af_array yo, const af_interp_type method,
275 const float offGrid) {
276 try {
277 af_approx2_common(zo, zi, xo, 0, 0.0, 1.0, yo, 1, 0.0, 1.0, method,
278 offGrid, true);
279 }
280 CATCHALL;
281
282 return AF_SUCCESS;
283}
284
285af_err af_approx2_v2(af_array *zo, const af_array zi, const af_array xo,
286 const af_array yo, const af_interp_type method,

Callers 5

approx2TestFunction · 0.50
approx2ArgsTestFunction · 0.50
approx2ArgsTestPrecisionFunction · 0.50
TEST_FFunction · 0.50
approx2Function · 0.50

Calls 1

af_approx2_commonFunction · 0.85

Tested by

no test coverage detected