|
vSMC
v3.0.0
Scalable Monte Carlo
|
#include <vsmc/internal/basic.hpp>#include <vsmc/math/math.hpp>#include <vsmc/utility/aligned_memory.hpp>Go to the source code of this file.
Namespaces | |
| vsmc | |
| vsmc::internal | |
Typedefs | |
| template<typename T , std::size_t N> | |
| using | vsmc::internal::StaticVector = typename std::conditional< N==Dynamic, Vector< T >, std::array< T, N >>::type |
1.8.11