Home
last modified time | relevance | path

Searched refs:third_param_default (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/math/dot_net_example/boost_math/
Dboost_math.h309 static double third_param_default(int i);
Dboost_math.cpp246 double any_distribution::third_param_default(int i) in third_param_default() function in boost_math::any_distribution
/third_party/boost/libs/math/dot_net_example/distribution_explorer/
DDistexForm.cs61 parameter3.Text = boost_math.any_distribution.third_param_default(0).ToString(); in Form_Load()
120 parameter3.Text = boost_math.any_distribution.third_param_default(i).ToString(); in distribution_SelectedIndexChanged()