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

Function af_approx1

src/api/c/approx.cpp:143–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143af_err af_approx1(af_array *yo, const af_array yi, const af_array xo,
144 const af_interp_type method, const float offGrid) {
145 try {
146 af_approx1_common(yo, yi, xo, 0, 0.0, 1.0, method, offGrid, true);
147 }
148 CATCHALL;
149
150 return AF_SUCCESS;
151}
152
153af_err af_approx1_v2(af_array *yo, const af_array yi, const af_array xo,
154 const af_interp_type method, const float offGrid) {

Callers 6

approx1TestFunction · 0.50
approx1CubicTestFunction · 0.50
approx1ArgsTestFunction · 0.50
approx1ArgsTestPrecisionFunction · 0.50
TEST_FFunction · 0.50
approx1Function · 0.50

Calls 1

af_approx1_commonFunction · 0.85

Tested by

no test coverage detected