Home
last modified time | relevance | path

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

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DSurrogateModel.hpp69 void trans_hess_X_to_U(const RealSymMatrix& fn_hess_x,
278 trans_hess_X_to_U(const RealSymMatrix& fn_hess_x, in trans_hess_X_to_U() function in Dakota::SurrogateModel
281 { truth_model().trans_hess_X_to_U(fn_hess_x, fn_hess_u, x_vars, fn_grad_x); } in trans_hess_X_to_U()
H A DProbabilityTransformModel.hpp97 void trans_hess_X_to_U(const RealSymMatrix& fn_hess_x,
433 trans_hess_X_to_U(const RealSymMatrix& fn_hess_x, RealSymMatrix& fn_hess_u, in trans_hess_X_to_U() function in Dakota::ProbabilityTransformModel
438 natafTransform.trans_hess_X_to_U(fn_hess_x, fn_hess_u, x_vars, fn_grad_x, in trans_hess_X_to_U()
H A DRecastModel.hpp221 void trans_hess_X_to_U(const RealSymMatrix& fn_hess_x,
695 trans_hess_X_to_U(const RealSymMatrix& fn_hess_x, in trans_hess_X_to_U() function in Dakota::RecastModel
698 { subModel.trans_hess_X_to_U(fn_hess_x, fn_hess_u, x_vars, fn_grad_x); } in trans_hess_X_to_U()
H A DProbabilityTransformModel.cpp832 ptmInstance->natafTransform.trans_hess_X_to_U(fn_hess_x, fn_hess_us, in resp_x_to_u_mapping()
H A DNonDLocalReliability.cpp1660 uSpaceModel.trans_hess_X_to_U(fnHessX, fnHessU, mostProbPointX,fnGradX); in update_mpp_search_data()
1866 uSpaceModel.trans_hess_X_to_U(fnHessX, fnHessU, ranVarMeansX, fnGradX); in assign_mean_data()
H A DDakotaModel.hpp208 virtual void trans_hess_X_to_U(const RealSymMatrix& fn_hess_x,
H A DDakotaModel.cpp4743 trans_hess_X_to_U(const RealSymMatrix& fn_hess_x, RealSymMatrix& fn_hess_u, in trans_hess_X_to_U() function in Dakota::Model
4747 modelRep->trans_hess_X_to_U(fn_hess_x, fn_hess_u, x_vars, fn_grad_x); in trans_hess_X_to_U()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/pecos/src/
H A DNatafTransformation.hpp93 void trans_hess_X_to_U(const RealSymMatrix& fn_hess_x,
98 void trans_hess_X_to_U(const RealSymMatrix& fn_hess_x,
H A DProbabilityTransformation.hpp105 virtual void trans_hess_X_to_U(const RealSymMatrix& fn_hess_x,
112 virtual void trans_hess_X_to_U(const RealSymMatrix& fn_hess_x,
H A DProbabilityTransformation.cpp267 trans_hess_X_to_U(const RealSymMatrix& fn_hess_x, RealSymMatrix& fn_hess_u, in trans_hess_X_to_U() function in Pecos::ProbabilityTransformation
272 probTransRep->trans_hess_X_to_U(fn_hess_x, fn_hess_u, x_vars, fn_grad_x, in trans_hess_X_to_U()
284 trans_hess_X_to_U(const RealSymMatrix& fn_hess_x, RealSymMatrix& fn_hess_u, in trans_hess_X_to_U() function in Pecos::ProbabilityTransformation
291 probTransRep->trans_hess_X_to_U(fn_hess_x, fn_hess_u, jacobian_xu, in trans_hess_X_to_U()
H A DNatafTransformation.cpp646 trans_hess_X_to_U(const RealSymMatrix& fn_hess_x, RealSymMatrix& fn_hess_u, in trans_hess_X_to_U() function in Pecos::NatafTransformation
679 trans_hess_X_to_U(fn_hess_x, fn_hess_u, jacobian_xu, hessian_xu, in trans_hess_X_to_U()
691 trans_hess_X_to_U(const RealSymMatrix& fn_hess_x, RealSymMatrix& fn_hess_u, in trans_hess_X_to_U() function in Pecos::NatafTransformation