Searched refs:total_sobol_indices (Results 1 – 5 of 5) sorted by relevance
78 const Pecos::RealVector& total_sobol_indices() const;388 inline const Pecos::RealVector& PecosApproximation::total_sobol_indices() const in total_sobol_indices() function in Dakota::PecosApproximation389 { return polyApproxRep->total_sobol_indices(); } in total_sobol_indices()
743 const RealVector& Approximation::total_sobol_indices() const in total_sobol_indices() function in Dakota::Approximation751 return approxRep->total_sobol_indices(); in total_sobol_indices()
189 virtual const RealVector& total_sobol_indices() const;
2557 if (numFunctions > 1) avg_sobol += approx_i.total_sobol_indices(); in reduce_total_sobol_sets()2558 else avg_sobol = approx_i.total_sobol_indices(); in reduce_total_sobol_sets()3718 const RealVector& total_indices = approx_i.total_sobol_indices(); in archive_sobol_indices()4071 const RealVector& total_indices = approx_i.total_sobol_indices(); in print_sobol_indices()
340 const RealVector& total_sobol_indices() const;739 inline const RealVector& PolynomialApproximation::total_sobol_indices() const in total_sobol_indices() function in Pecos::PolynomialApproximation