Home
last modified time | relevance | path

Searched defs:openmp_state (Results 1 – 1 of 1) sorted by relevance

/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/external/openmp/
Dopenmp_state.hpp39 struct openmp_state : public std::vector< std::vector< T > > struct
41 openmp_state() {} in openmp_state() function
43 openmp_state(size_t n, const std::vector<T>& val = std::vector<T>()) in openmp_state() argument
47 openmp_state(InputIterator first, InputIterator last) in openmp_state() argument
50 openmp_state(const std::vector< std::vector< T > > &orig) in openmp_state() argument