Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
array 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_iir
Function · 0.50
array
Class · 0.50
get
Method · 0.45
Tested by
no test coverage detected