Home
last modified time | relevance | path

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

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DPecosApproximation.hpp78 const Pecos::RealVector& total_sobol_indices() const;
388 inline const Pecos::RealVector& PecosApproximation::total_sobol_indices() const in total_sobol_indices() function in Dakota::PecosApproximation
389 { return polyApproxRep->total_sobol_indices(); } in total_sobol_indices()
H A DDakotaApproximation.cpp743 const RealVector& Approximation::total_sobol_indices() const in total_sobol_indices() function in Dakota::Approximation
751 return approxRep->total_sobol_indices(); in total_sobol_indices()
H A DDakotaApproximation.hpp189 virtual const RealVector& total_sobol_indices() const;
H A DNonDExpansion.cpp2557 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()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/pecos/src/
H A DPolynomialApproximation.hpp340 const RealVector& total_sobol_indices() const;
739 inline const RealVector& PolynomialApproximation::total_sobol_indices() const in total_sobol_indices() function in Pecos::PolynomialApproximation