Home
last modified time | relevance | path

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

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DExperimentData.cpp798 gradients_view(const RealMatrix &gradients, size_t experiment) const in gradients_view() function in Dakota::ExperimentData
858 RealMatrix exp_grads = gradients_view( gradients, experiment ); in apply_covariance_inv_sqrt()
1016 (gradients_view(residual_resp.function_gradients(), exp_ind)); in form_residuals()
1249 gradients_view(residual_response.function_gradients(), exp_ind); in scale_residuals()
1311 gradients_view(resp.function_gradients(), exp_ind); in build_gradient_of_sum_square_residuals_from_response()
1368 gradients_view(resp.function_gradients(), exp_ind ); in build_hessian_of_sum_square_residuals_from_response()
H A DExperimentData.hpp393 RealMatrix gradients_view( const RealMatrix &gradients, size_t experiment) const;