Home
last modified time | relevance | path

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

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DActiveSubspaceModel.cpp1198 RealMatrix all_vars_y_ref(reducedRank, all_vars_x_ref.numCols()); in build_surrogate() local
1204 all_vars_y_ref.values(), m); in build_surrogate()
1206 surrogateModel.append_approximation(all_vars_y_ref, all_responses_ref,true); in build_surrogate()