Home
last modified time | relevance | path

Searched refs:wm1s (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/math/tools/
Dlambert_w_errors_graph.cpp160 std::map<const double, double> wm1s; // Lambert W-1 branch values. in main() local
184 wm1s[zd] = float_distance<double>(wm1d, wm1_best_d); // difference in bits. in main()
242 …data_plot_m1.plot(wm1s, "W-1 branch").line_color(darkblue).shape(none).line_on(true).bezier_on(fal… in main()
/third_party/boost/libs/math/example/
Dlambert_w_graph.cpp63 std::map<const double, double> wm1s; // Lambert W-1 branch values. in main() local
82 wm1s[z] = wm1; in main()
113 …data_plot.plot(wm1s, "W-1 branch").line_color(blue).shape(none).line_on(true).bezier_on(false).lin… in main()