Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/examples/
Dphase_oscillator_ensemble.cpp65 boost::cauchy_distribution<> cauchy( 0.0 , g ); in create_frequencies() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/examples/nt2/
Dphase_oscillator_ensemble.cpp71 boost::cauchy_distribution<> cauchy( 0.0 , g ); in create_frequencies() local
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/optimization/direct/
H A DBOBYQAOptimizer.java401 double cauchy = Double.NaN; in bobyqb() local
1448 double cauchy = Double.NaN; in altmov() local
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/optim/nonlinear/scalar/noderiv/
H A DBOBYQAOptimizer.java396 double cauchy = Double.NaN; in bobyqb() local
1443 double cauchy = Double.NaN; in altmov() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/examples/thrust/
Dphase_oscillator_ensemble.cu131 boost::cauchy_distribution< value_type > cauchy( 0.0 , g ); in create_frequencies() local
/aosp_15_r20/external/pytorch/torch/_refs/
H A D__init__.py5977 def cauchy(self, median=0, sigma=1, generator=None): function