Home
last modified time | relevance | path

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

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DExperimentData.cpp789 RealVector exp_resid(Teuchos::View, residuals.values()+exp_offset, in residuals_view() local
791 return exp_resid; in residuals_view()
826 RealVector exp_resid = residuals_view( residuals, experiment ); in apply_covariance() local
828 return(allExperiments[experiment].apply_covariance(exp_resid)); in apply_covariance()
830 return exp_resid.dot( exp_resid ); in apply_covariance()
840 RealVector exp_resid = residuals_view( residuals, experiment ); in apply_covariance_inv_sqrt() local
842 allExperiments[experiment].apply_covariance_inv_sqrt(exp_resid, in apply_covariance_inv_sqrt()
846 weighted_residuals.sizeUninitialized( exp_resid.length() ); in apply_covariance_inv_sqrt()
847 weighted_residuals.assign( exp_resid ); in apply_covariance_inv_sqrt()