Mentions légales du service

Skip to content
Snippets Groups Projects

4 - Dist/SpmNorm

Merged Tony Delarue requested to merge tdelarue/spm:dist/spm_norm into master
All threads resolved!
4 files
+ 547
5
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 12
0
@@ -100,6 +100,18 @@ int spmConvert( int ofmttype, spmatrix_t *ospm );
void spmUpdateComputedFields( spmatrix_t *spm );
void spmGenFakeValues( spmatrix_t *spm );
/**
* @}
* @name SPM distribution subroutines
* @{
*/
spmatrix_t *spmScatter( const spmatrix_t *spm,
spm_int_t *loc2glob,
spm_int_t n,
spm_int_t loc2globByColumn,
SPM_Comm comm );
spmatrix_t *spmGather ( const spmatrix_t *spm );
/**
* @}
* @name SPM BLAS subroutines
Loading