5 - Dist/SPMM
Compare changes
+ 12
− 1
@@ -75,7 +75,8 @@ spm_int_t z_spmSymmetrize( spmatrix_t *spm );
@@ -75,7 +75,8 @@ spm_int_t z_spmSymmetrize( spmatrix_t *spm );
int z_spmGenRHS(spm_rhstype_t type, int nrhs, const spmatrix_t *spm, void *x, int ldx, void *b, int ldb );
int z_spmCheckAxb( spm_fixdbl_t eps, int nrhs, const spmatrix_t *spm, void *x0, int ldx0, void *b, int ldb, const void *x, int ldx );
spm_complex64_t *z_spmReduceRHS( const spmatrix_t *spm, int nrhs, const spm_complex64_t *x, spm_int_t ldx, int root );
@@ -88,4 +89,14 @@ void z_spmExpand( const spmatrix_t *spm_in, spmatrix_t *spm_out );
@@ -88,4 +89,14 @@ void z_spmExpand( const spmatrix_t *spm_in, spmatrix_t *spm_out );