Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ TEST
Function
TEST
src/tests/correctness/corr-trsm.cpp:430–433 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
428
#define ETST_TOLERENCE 1E-5
429
430
TEST(TRSM_extratest, strsm)
431
{
432
Extratest<float>(5, 2, 32, 32, 1.0f, ETST_TOLERENCE);
433
}
434
435
TEST(TRSM_extratest, dtrsm)
436
{
Callers
nothing calls this directly
Calls
2
floatComplex
Function · 0.50
doubleComplex
Function · 0.50
Tested by
no test coverage detected