Mentions légales du service

Skip to content
Snippets Groups Projects

SpmSave/SpmLoad

Merged Tony Delarue requested to merge tdelarue/spm:spm_io into master
All threads resolved!
2 files
+ 159
69
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -227,7 +227,7 @@ void spmIntMSortIntAsc( void **const pbase, const spm_int_t n );
* @name SPM IO subroutines
* @{
*/
int spmLoad( spmatrix_t *spm, FILE *infile );
int spmLoad( spmatrix_t *spm, FILE *infile );
int spmSave( const spmatrix_t *spm, FILE *outfile );
/**
Loading