|
vSMC
v3.0.0
Scalable Monte Carlo
|
Enumerator, placeholder and macro definitions. More...
Typedefs | |
| using | vsmc::MatrixOrder = MatrixLayout |
| Alias to MatrixOrder. More... | |
Enumerations | |
| enum | { vsmc::Dynamic = 0 } |
| Dynamic dimension. More... | |
| enum | vsmc::MatrixLayout { vsmc::RowMajor = 101, vsmc::ColMajor = 102 } |
| Matrix layout. More... | |
| enum | vsmc::MonitorStage { vsmc::MonitorMove, vsmc::MonitorResample, vsmc::MonitorMCMC } |
| Monitor stage. More... | |
| enum | vsmc::ResampleScheme { vsmc::Multinomial, vsmc::Stratified, vsmc::Systematic, vsmc::Residual, vsmc::ResidualStratified, vsmc::ResidualSystematic } |
| Resampling schemes. More... | |
Enumerator, placeholder and macro definitions.
| using vsmc::MatrixOrder = typedef MatrixLayout |
Alias to MatrixOrder.
Definition at line 55 of file defines.hpp.
| anonymous enum |
| enum vsmc::MatrixLayout |
| enum vsmc::MonitorStage |
| enum vsmc::ResampleScheme |
Resampling schemes.
Definition at line 59 of file defines.hpp.
1.8.11