MCPcopy 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
100clsparseStatus
101cldenseInitMatrix( cldenseMatrix* denseMatx )
102{
103 cldenseMatrixPrivate* pDenseMatx = static_cast<cldenseMatrixPrivate*> ( denseMatx );
104 pDenseMatx->clear();
105
106 return clsparseSuccess;
107}

Callers 9

SetUpMethod · 0.85
TearDownMethod · 0.85
SetUpMethod · 0.85
TearDownMethod · 0.85
test_csr_to_denseMethod · 0.85
test_dense_to_csrMethod · 0.85
setup_bufferMethod · 0.85
setup_bufferMethod · 0.85
setup_bufferMethod · 0.85

Calls 1

clearMethod · 0.45

Tested by 6

SetUpMethod · 0.68
TearDownMethod · 0.68
SetUpMethod · 0.68
TearDownMethod · 0.68
test_csr_to_denseMethod · 0.68
test_dense_to_csrMethod · 0.68