Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clSPARSE
/ cldenseInitMatrix
Function
cldenseInitMatrix
src/library/clsparse-init.cpp:100–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
};
99
100
clsparseStatus
101
cldenseInitMatrix( cldenseMatrix* denseMatx )
102
{
103
cldenseMatrixPrivate* pDenseMatx = static_cast<cldenseMatrixPrivate*> ( denseMatx );
104
pDenseMatx->clear();
105
106
return clsparseSuccess;
107
}
Callers
9
SetUp
Method · 0.85
TearDown
Method · 0.85
SetUp
Method · 0.85
TearDown
Method · 0.85
test_csr_to_dense
Method · 0.85
test_dense_to_csr
Method · 0.85
setup_buffer
Method · 0.85
setup_buffer
Method · 0.85
setup_buffer
Method · 0.85
Calls
1
clear
Method · 0.45
Tested by
6
SetUp
Method · 0.68
TearDown
Method · 0.68
SetUp
Method · 0.68
TearDown
Method · 0.68
test_csr_to_dense
Method · 0.68
test_dense_to_csr
Method · 0.68