Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
clsparseStatus
40
clsparseSetup(void)
41
{
42
if(clsparseInitialized)
43
{
44
return clsparseSuccess;
45
}
46
47
clsparseInitialized = 1;
48
return clsparseSuccess;
49
}
50
51
clsparseStatus
52
clsparseTeardown(void)
Callers
10
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
TEST
Function · 0.85
main
Function · 0.85
ClSparseEnvironment
Method · 0.85
clsparseFunc
Method · 0.85
Calls
no outgoing calls
Tested by
3
TEST
Function · 0.68
main
Function · 0.68
ClSparseEnvironment
Method · 0.68