Mentions légales du service

Skip to content
Snippets Groups Projects

WIP: SPM permutations

Closed Tony Delarue requested to merge tdelarue/spm:spm_perm into master
Files
7
+ 1
0
@@ -143,6 +143,7 @@ int spmMatMat( spm_trans_t trans, spm_int_t n,
@@ -143,6 +143,7 @@ int spmMatMat( spm_trans_t trans, spm_int_t n,
double beta, void *C, spm_int_t ldc );
double beta, void *C, spm_int_t ldc );
void spmScalMatrix( double alpha, spmatrix_t *spm );
void spmScalMatrix( double alpha, spmatrix_t *spm );
void spmScalVector( spm_coeftype_t flt, double alpha, spm_int_t n, void *x, spm_int_t incx );
void spmScalVector( spm_coeftype_t flt, double alpha, spm_int_t n, void *x, spm_int_t incx );
 
spmatrix_t *spmApplyPerm( spm_dir_t forward, const spmatrix_t *spm, const spm_int_t *permtab );
/**
/**
* @}
* @}
Loading