Home
last modified time | relevance | path

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

/third_party/boost/libs/math/dot_net_example/boost_math/
Dboost_math.h305 static double first_param_default(int i);
Dboost_math.cpp232 double any_distribution::first_param_default(int i) in first_param_default() function in boost_math::any_distribution
/third_party/boost/libs/math/dot_net_example/distribution_explorer/
DDistexForm.cs59 parameter1.Text = boost_math.any_distribution.first_param_default(0).ToString(); in Form_Load()
92 parameter1.Text = boost_math.any_distribution.first_param_default(i).ToString(); in distribution_SelectedIndexChanged()