|
PaCO++
0.05
|


Go to the source code of this file.
Classes | |
| class | BasicBC |
| class | BasicBC_fab |
| struct | BasicBC_param_t |
| struct | BasicBC::info_t |
Enumerations | |
| enum | BasicBC_distri_type_t { BASICBC_BLOC = 1, BASICBC_CYCLIC, BASICBC_BLOCCYCLIC } |
Definition at line 15 of file BasicBC.h.
{ BASICBC_BLOC=1, // no parameter: all bloc same size but last one: bc(n+p-1/p)
BASICBC_CYCLIC, // no parameter: bc(1)
BASICBC_BLOCCYCLIC // parameter
} BasicBC_distri_type_t;