Home
last modified time | relevance | path

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

/third_party/boost/libs/math/include_private/boost/math/tools/
Dremez.hpp32 struct remez_error_function struct
34 typedef boost::function1<T, T const &> function_type;
36 remez_error_function( in remez_error_function() argument
43 T operator()(const T& z)const in operator ()()
76 function_type f;
77 polynomial<T> numerator;
78 polynomial<T> denominator;
79 bool rel_error;