Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ fir
Function
fir
src/api/cpp/iir.cpp:17–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
namespace af {
16
17
array fir(const array& b, const array& x) {
18
af_array out = 0;
19
AF_THROW(af_fir(&out, b.get(), x.get()));
20
return array(out);
21
}
22
23
array iir(const array& b, const array& a, const array& x) {
24
af_array out = 0;
Callers
1
firTest
Function · 0.85
Calls
3
af_fir
Function · 0.50
array
Class · 0.50
get
Method · 0.45
Tested by
no test coverage detected