Home
last modified time | relevance | path

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

/third_party/boost/boost/numeric/odeint/util/
Dmulti_array_adaption.hpp37 struct is_multi_array struct
39 typedef boost::false_type type;
40 const static bool value = type::value;
53 struct is_multi_array< boost::multi_array< V , Dim , A > > struct
55 typedef boost::true_type type;
56 const static bool value = type::value;