Home
last modified time | relevance | path

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

/third_party/boost/libs/math/example/
Droot_finding_start_locations.cpp148 struct elliptic_root_functor_noderiv struct
150 elliptic_root_functor_noderiv(T const& arc, T const& radius) : m_arc(arc), m_radius(radius) in elliptic_root_functor_noderiv() function
165 }; // template <class T> struct elliptic_root_functor_noderiv argument
Droot_elliptic_finding.cpp177 struct elliptic_root_functor_noderiv struct
179 elliptic_root_functor_noderiv(T const& arc, T const& radius) : m_arc(arc), m_radius(radius) in elliptic_root_functor_noderiv() function
195 }; // template <class T> struct elliptic_root_functor_noderiv argument