Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chrxh/alien
/ gaussian
Method
gaussian
source/Base/Math.cpp:138–141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
136
}
137
138
float Math::gaussian(float x)
139
{
140
return expf(-2 * x * x);
141
}
142
143
RealVector2D operator*(RealMatrix2D const& m, RealVector2D const& v)
144
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected