Home
last modified time | relevance | path

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

/third_party/boost/libs/numeric/odeint/examples/
Dphase_oscillator_ensemble.cpp65 boost::cauchy_distribution<> cauchy( 0.0 , g ); in create_frequencies() local
/third_party/boost/libs/numeric/odeint/examples/nt2/
Dphase_oscillator_ensemble.cpp71 boost::cauchy_distribution<> cauchy( 0.0 , g ); in create_frequencies() local
/third_party/boost/boost/math/distributions/
Dcauchy.hpp178 typedef cauchy_distribution<double> cauchy; typedef
/third_party/boost/libs/numeric/odeint/examples/thrust/
Dphase_oscillator_ensemble.cu131 boost::cauchy_distribution< value_type > cauchy( 0.0 , g ); in create_frequencies() local
/third_party/boost/libs/math/reporting/performance/
Dtest_distributions.cpp337 distribution_tester cauchy("Cauchy"); in main() local