Mentions légales du service

Skip to content
Snippets Groups Projects

3 - SPM/Dist_basic_routines

Merged Tony Delarue requested to merge tdelarue/spm:dist/basic_routines into master
All threads resolved!
2 files
+ 0
4
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 0
2
@@ -447,8 +447,6 @@ z_spmIJV2dense( const spmatrix_t *spm )
memset( A, 0, lda * lda * sizeof(spm_complex64_t));
baseval = spmFindBase( spm );
i = 0;
j = 0;
colptr = spm->colptr;
rowptr = spm->rowptr;
Loading