MCPcopy Create free account
hub / github.com/clMathLibraries/clSPARSE / clsparseSetup

Function clsparseSetup

src/library/clsparse-init.cpp:39–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38
39clsparseStatus
40clsparseSetup(void)
41{
42 if(clsparseInitialized)
43 {
44 return clsparseSuccess;
45 }
46
47 clsparseInitialized = 1;
48 return clsparseSuccess;
49}
50
51clsparseStatus
52clsparseTeardown(void)

Callers 10

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
TESTFunction · 0.85
mainFunction · 0.85
ClSparseEnvironmentMethod · 0.85
clsparseFuncMethod · 0.85

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.68
mainFunction · 0.68
ClSparseEnvironmentMethod · 0.68