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

Function iir

src/api/c/iir.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44template<typename T>
45inline static af_array iir(const af_array b, const af_array a,
46 const af_array x) {
47 return getHandle(iir<T>(getArray<T>(b), getArray<T>(a), getArray<T>(x)));
48}
49
50af_err af_iir(af_array* y, const af_array b, const af_array a,
51 const af_array x) {

Callers 3

TESTFunction · 0.50
iirA0TestFunction · 0.50
iirTestFunction · 0.50

Calls 1

getHandleFunction · 0.70

Tested by

no test coverage detected