32 #ifndef VSMC_INTERNAL_DEFINES_HPP 33 #define VSMC_INTERNAL_DEFINES_HPP 36 #include <type_traits> 78 #endif // VSMC_INTERNAL_DEFINES_HPP
Used to specify a dimension template parameter is dynamic.
ResampleScheme
Resampling schemes.
Stratified resampling on residuals.
Data are stored column by column in memory.
Systematic resampling on residuals.
Data are stored row by row in memory.
MatrixTrans
Matrix Transpose.
The matrix shall be transposed.
The matrix shall not be transposed.