Home
last modified time | relevance | path

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

/third_party/boost/boost/math/differentiation/
Dautodiff_cpp11.hpp31 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()
Dautodiff.hpp659 fvar<RealType, Order>::fvar(root_type const& ca, bool const is_variable) { in fvar()