Home
last modified time | relevance | path

Searched refs:separable_combine (Results 1 – 2 of 2) sorted by relevance

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DTestDriverInterface.hpp154 void separable_combine(Real mult_scale_factor, std::vector<Real> & w,
H A DTestDriverInterface.cpp4393 separable_combine(-1.0,w,d1w,d2w); in herbie()
4422 separable_combine(-1.0,w,d1w,d2w); in smooth_herbie()
4450 separable_combine(1.0,w,d1w,d2w); in shubert()
4624 void TestDriverInterface::separable_combine(Real mult_scale_factor, std::vector<Real>& w, std::vect… in separable_combine() function in Dakota::TestDriverInterface