vSMC  v3.0.0
Scalable Monte Carlo
Namespaces | Typedefs
internal/common.hpp File Reference
#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