Home
last modified time | relevance | path

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

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/pecos/src/
H A DHierarchSparseGridDriver.hpp233 RealMatrix2DArray& t2_wts);
236 RealMatrix& t2_wts);
254 void type2_hierarchical_weight_sets(const RealMatrix2DArray& t2_wts);
295 RealVector& t1_wts, RealMatrix& t2_wts);
797 compute_points_weights(RealMatrix& pts, RealVector& t1_wts, RealMatrix& t2_wts) in compute_points_weights() argument
802 pts, t1_wts, t2_wts); in compute_points_weights()
809 RealVector2DArray& t1_wts, RealMatrix2DArray& t2_wts) in compute_points_weights() argument
813 pts.resize(num_lev); t1_wts.resize(num_lev); t2_wts.resize(num_lev); in compute_points_weights()
819 RealMatrixArray& t2_wts_l = t2_wts[lev]; t2_wts_l.resize(num_sets); in compute_points_weights()
H A DHierarchSparseGridDriver.cpp681 RealMatrix2DArray& t2_wts = t2WtIter->second; in compute_trial_grid() local
687 RealMatrixArray& t2_wts_l = t2_wts[tr_lev]; in compute_trial_grid()
723 RealMatrix2DArray& t2_wts = t2WtIter->second; in compute_increment() local
746 RealMatrixArray& t2_wts_l = t2_wts[lev]; t2_wts_l.resize(num_sets); in compute_increment()
905 RealVector& t1_wts, RealMatrix& t2_wts) in compute_points_weights() argument
912 if (computeType2Weights && t2_wts.numCols() != num_tp_pts) in compute_points_weights()
913 t2_wts.shapeUninitialized(numVars, num_tp_pts); in compute_points_weights()
930 Real* t2_wt = t2_wts[k]; // column vector in compute_points_weights()
943 PCout << "type2:\n"; write_data(PCout, t2_wts, false, true, true); in compute_points_weights()
1163 RealMatrix2DArray& t2_wts = t2WtIter->second; in push_popped_points_weights() local
[all …]
H A DCombinedSparseGridDriver.cpp617 RealVector& t1_wts, RealMatrix& t2_wts) in compute_unique_points_weights() argument
626 t2_wts.shapeUninitialized(numVars, num_colloc_pts); in compute_unique_points_weights()
656 copy_row(t2_wt_set, t2_wts, i); in compute_unique_points_weights()
689 copy_row(t2_wt_set, t2_wts, i); in compute_unique_points_weights()
711 RealVector& t1_wts, RealMatrix& t2_wts) in compute_unique_points_weights() argument
752 a1_t1w, a1_t2w, t1_wts, t2_wts); in compute_unique_points_weights()
761 RealVector& t1_wts, RealMatrix& t2_wts) in compute_tensor_points_weights() argument
776 t2_wts.shapeUninitialized(numVars, num_colloc_pts); in compute_tensor_points_weights()
794 Real* t2_wt = t2_wts[cntr]; // column vector in compute_tensor_points_weights()
807 { PCout << "type2:\n"; write_data(PCout, t2_wts, false, true, true); } in compute_tensor_points_weights()
H A DCombinedSparseGridDriver.hpp193 RealMatrix& t2_wts);
202 RealMatrix& t2_wts);
210 RealMatrix& var_sets, RealVector& t1_wts, RealMatrix& t2_wts);
217 RealVector& t1_wts, RealMatrix& t2_wts);
624 RealVector& t1_wts, RealMatrix& t2_wts) in compute_unique_points_weights() argument
633 var_sets, t1_wts, t2_wts); in compute_unique_points_weights()
H A DPolynomialApproximation.cpp305 const RealVector& t1_wts, const RealMatrix& t2_wts, in integrate_moments() argument
323 if (t1_wts.length() != num_pts || t2_wts.numCols() != num_pts || in integrate_moments()
326 << "weights (" << t1_wts.length() << ", " << t2_wts.numCols() in integrate_moments()
338 const Real* t2_wt_i = t2_wts[i]; in integrate_moments()
349 const Real* t2_wt_i = t2_wts[i]; in integrate_moments()
H A DIncrementalSparseGridDriver.cpp480 RealMatrix& t2_wts) in increment_unique_points_weights() argument
544 a2_t2w, t1_wts, t2_wts); in increment_unique_points_weights()
558 RealVector& t1_wts, RealMatrix& t2_wts) in merge_unique_points_weights() argument
H A DIncrementalSparseGridDriver.hpp145 RealMatrix& t2_wts);
156 RealMatrix& pts, RealVector& t1_wts, RealMatrix& t2_wts);
H A DNodalInterpPolyApproximation.hpp149 const RealMatrix& t2_wts);
295 const RealVector& t1_wts, const RealMatrix& t2_wts);
H A DPolynomialApproximation.hpp387 const RealMatrix& t2_wts, RealVector& moments);
H A DHierarchInterpPolyApproximation.cpp2914 const RealMatrix2DArray& t2_wts, const UShort2DArray& ref_key, in delta_covariance() argument
2919 expectation(r1_t1_coeffs, r1_t2_coeffs, t1_wts, t2_wts, ref_key), in delta_covariance()
2921 expectation(r1_t1_coeffs, r1_t2_coeffs, t1_wts, t2_wts, incr_key), in delta_covariance()
2923 expectation(r2_t1_coeffs, r2_t2_coeffs, t1_wts, t2_wts, ref_key), in delta_covariance()
2925 expectation(r2_t1_coeffs, r2_t2_coeffs, t1_wts, t2_wts, incr_key), in delta_covariance()
2927 expectation(r1r2_t1_coeffs, r1r2_t2_coeffs, t1_wts, t2_wts, incr_key); in delta_covariance()
3150 const RealMatrix2DArray& t2_wts, const UShort2DArray& set_partition) in expectation() argument
3164 const RealMatrixArray& t2w_l = t2_wts[lev]; in expectation()
4595 const RealMatrix2DArray& t2_wts) in integrate_response_moments() argument
4615 mean = expectation(t1_coeffs, t2_coeffs, t1_wts, t2_wts); in integrate_response_moments()
[all …]
H A DHierarchInterpPolyApproximation.hpp282 const RealMatrix2DArray& t2_wts, const UShort2DArray& ref_key,
508 const RealMatrix2DArray& t2_wts,
630 const RealMatrix2DArray& t2_wts);
H A DNodalInterpPolyApproximation.cpp3048 const RealMatrix& t2_wts) in covariance() argument
3068 *t2_wt_i = t2_wts[i]; in covariance()
3410 const RealVector& t1_wts, const RealMatrix& t2_wts) in expectation() argument
3422 const Real *t2c_i = t2_coeffs[i], *t2_wt_i = t2_wts[i]; in expectation()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/pecos/src/inactive/
H A DLRDHierarchInterpPolyApproximation.cpp552 const RealMatrix& t2_wts = driverRep->type2_weight_sets(); in mean() local
556 const Real* t2_wt_i = t2_wts[i]; in mean()
648 const RealMatrix& t2_wts = driverRep->type2_weight_sets(); in covariance() local
657 const Real *coeff2_2i = t2_coeffs_2[i], *t2_wt_i = t2_wts[i]; in covariance()