Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ local_assert
Function
local_assert
src/tests/correctness/corr-trsm.cpp:293–296 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
291
292
template <typename T>
293
void local_assert(T x, T y, T d)
294
{
295
ASSERT_NEAR(x, y, d);
296
}
297
298
template <>
299
void local_assert<FloatComplex>(FloatComplex x, FloatComplex y, FloatComplex d)
Callers
1
Extratest
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected