Mentions légales du service

Skip to content
Snippets Groups Projects

5 - Dist/SPMM

Merged Tony Delarue requested to merge tdelarue/spm:dist/spmm into master
Compare and
20 files
+ 1091
265
Compare changes
  • Side-by-side
  • Inline
Files
20
+ 6
0
@@ -32,6 +32,12 @@ BEGIN_C_DECLS
#define CBLAS_SADDR( a_ ) (&(a_))
#endif
/**
* @brief Distribution of the matrix storage
*/
#define SpmDistByColumn (0x1 << 0) /**< Storage in column distributed */
#define SpmDistByRow (0x1 << 1) /**< Storage in row distributed */
/**
* @brief Verbose modes
*/
Loading