Searched defs:is_variable (Results 1 – 2 of 2) sorted by relevance
| /third_party/boost/boost/math/differentiation/ |
| D | autodiff_cpp11.hpp | 31 fvar<RealType, Order>::fvar(root_type const& ca, bool const is_variable) { in fvar() 37 void fvar<RealType, Order>::fvar_cpp11(std::true_type, RootType const& ca, bool const is_variable) { in fvar_cpp11() 45 void fvar<RealType, Order>::fvar_cpp11(std::false_type, RootType const& ca, bool const is_variable)… in fvar_cpp11()
|
| D | autodiff.hpp | 659 fvar<RealType, Order>::fvar(root_type const& ca, bool const is_variable) { in fvar()
|