Home
last modified time | relevance | path

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

/third_party/boost/boost/numeric/odeint/util/
Dmulti_array_adaption.hpp44 struct is_resizeable_multi_array struct
46 typedef boost::false_type type;
47 const static bool value = type::value;
60 struct is_resizeable_multi_array< boost::multi_array< V , Dim , A > > struct
62 typedef boost::true_type type;
63 const static bool value = type::value;