| 89 | }; |
| 90 | |
| 91 | clsparseStatus |
| 92 | clsparseInitCsrMatrix( clsparseCsrMatrix* csrMatx ) |
| 93 | { |
| 94 | clsparseCsrMatrixPrivate* pCsrMatx = static_cast<clsparseCsrMatrixPrivate*>( csrMatx ); |
| 95 | pCsrMatx->clear( ); |
| 96 | |
| 97 | return clsparseSuccess; |
| 98 | }; |
| 99 | |
| 100 | clsparseStatus |
| 101 | cldenseInitMatrix( cldenseMatrix* denseMatx ) |