Home
last modified time | relevance | path

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

/third_party/boost/libs/math/test/
Dtest_root_iterations.cpp73 struct ibeta_roots_1 // for first order algorithms struct
75 ibeta_roots_1(T _a, T _b, T t, bool inv = false) in ibeta_roots_1() function
78 T operator()(const T& x) in operator ()()
83 T a, b, target;
84 bool invert;
Dtest_roots.cpp50 struct ibeta_roots_1 // for first order algorithms struct
52 ibeta_roots_1(T _a, T _b, T t, bool inv = false, bool neg = false) in ibeta_roots_1() function
55 T operator()(const T& x) in operator ()()
60 T a, b, target;
61 bool invert, neg;