Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ interp
Function
interp
examples/cpu/histogram.cpp:135–138 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
}
134
135
float interp(float x0, float x1, float alpha)
136
{
137
return x0 * (1 - alpha) + alpha * x1;
138
}
139
140
PerlinNoise::PerlinNoise()
141
{
Callers
1
PerlinNoise
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected