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

Function clsparseInitVector

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

Source from the content-addressed store, hash-verified

71};
72
73clsparseStatus
74clsparseInitVector( cldenseVector* vec )
75{
76 cldenseVectorPrivate* pVec = static_cast<cldenseVectorPrivate*>( vec );
77 pVec->clear( );
78
79 return clsparseSuccess;
80};
81
82clsparseStatus
83clsparseInitCooMatrix( clsparseCooMatrix* cooMatx )

Callers 15

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
dotFunction · 0.85
reduceFunction · 0.85
SetUpMethod · 0.85
TearDownMethod · 0.85
SetUpMethod · 0.85
SetUpMethod · 0.85
TearDownMethod · 0.85
test_csrmvMethod · 0.85

Calls 1

clearMethod · 0.45

Tested by 7

SetUpMethod · 0.68
TearDownMethod · 0.68
SetUpMethod · 0.68
SetUpMethod · 0.68
TearDownMethod · 0.68
test_csrmvMethod · 0.68
TESTFunction · 0.68