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