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

Function iir

src/api/cpp/iir.cpp:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23array iir(const array& b, const array& a, const array& x) {
24 af_array out = 0;
25 AF_THROW(af_iir(&out, b.get(), a.get(), x.get()));
26 return array(out);
27}
28
29} // namespace af

Callers

nothing calls this directly

Calls 3

af_iirFunction · 0.50
arrayClass · 0.50
getMethod · 0.45

Tested by

no test coverage detected