Searched defs:root_type (Results 1 – 4 of 4) sorted by relevance
131 …using root_type = typename get_root_type<RealType>::type; // RealType in the root fvar<RealType,O… typedef in boost::math::differentiation::autodiff_v1::detail::fvar1408 using root_type = typename fvar<RealType, Order>::root_type; in exp() typedef1417 using root_type = typename fvar<RealType, Order>::root_type; in pow() typedef1430 using root_type = typename fvar<RealType, Order>::root_type; in pow() typedef1446 using root_type = typename return_type::root_type; in pow() typedef1483 using root_type = typename fvar<RealType, Order>::root_type; in sqrt() typedef1515 using root_type = typename fvar<RealType, Order>::root_type; in log() typedef1530 using root_type = typename fvar<RealType, Order>::root_type; in frexp() typedef1545 using root_type = typename fvar<RealType, Order>::root_type; in cos() typedef1560 using root_type = typename fvar<RealType, Order>::root_type; in sin() typedef[all …]
87 struct root_type : struct
172 using root_type = typename T::root_type; in isNearZero() typedef
45 static int root_type; variable