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