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

Function clsparseInitCooMatrix

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

Source from the content-addressed store, hash-verified

80};
81
82clsparseStatus
83clsparseInitCooMatrix( clsparseCooMatrix* cooMatx )
84{
85 clsparseCooMatrixPrivate* pCooMatx = static_cast<clsparseCooMatrixPrivate*>( cooMatx );
86 pCooMatx->clear( );
87
88 return clsparseSuccess;
89};
90
91clsparseStatus
92clsparseInitCsrMatrix( clsparseCsrMatrix* csrMatx )

Callers 8

clsparseSdense2csrFunction · 0.85
clsparseDdense2csrFunction · 0.85
mainFunction · 0.85
test_coo_to_csrMethod · 0.85
test_csr_to_cooMethod · 0.85
TESTFunction · 0.85
setup_bufferMethod · 0.85
setup_bufferMethod · 0.85

Calls 1

clearMethod · 0.45

Tested by 4

mainFunction · 0.68
test_coo_to_csrMethod · 0.68
test_csr_to_cooMethod · 0.68
TESTFunction · 0.68