Searched defs:root_type (Results 1 – 7 of 7) 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
318 auto root_type = root_input->Type() == nullptr ? nullptr : dyn_cast<Type>(root_input->Type()); in CheckRootInputShapeAndType() local
585 std::string root_type; member
3372 auto root_type = attribute_; in DoParse() local