Home
last modified time | relevance | path

Searched defs:SampleBox (Results 1 – 3 of 3) sorted by relevance

/dports/math/R-cran-nloptr/nloptr/src/nlopt_src/stogo/
H A Dglobal.cc67 void Global::FillRegular(RTBox SampleBox, RTBox box) { in FillRegular()
98 void Global::FillRandom(RTBox SampleBox, RTBox box) { in FillRandom()
115 TBox SampleBox(dim) ; in NewtonTest() local
/dports/math/nlopt/nlopt-2.7.1/src/algs/stogo/
H A Dglobal.cc45 void Global::FillRegular(RTBox SampleBox, RTBox box) { in FillRegular()
76 void Global::FillRandom(RTBox SampleBox, RTBox box) { in FillRandom()
93 TBox SampleBox(dim) ; in NewtonTest() local
/dports/science/chrono/chrono-7.0.1/src/chrono/utils/
H A DChUtilsSamplers.h112 PointVector SampleBox(const ChVector<T>& center, const ChVector<T>& halfDim) { in SampleBox() function