Home
last modified time | relevance | path

Searched refs:RealMatrixArray (Results 1 – 25 of 27) sorted by relevance

12

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DNomadOptimizer.hpp153 RealMatrixArray discreteSetIntAdj, discreteSetRealAdj, discreteSetStrAdj;
154 RealMatrixArray categoricalAdjacency;
281 RealMatrixArray &adjacency_matrix;
287 Extended_Poll(NOMAD::Parameters &p, RealMatrixArray &categoricalAdjacency, in Extended_Poll()
303 RealMatrixArray::iterator rma_iter,
H A DDataVariables.hpp280 RealMatrixArray discreteDesignSetIntAdj;
284 RealMatrixArray discreteDesignSetStrAdj;
288 RealMatrixArray discreteDesignSetRealAdj;
H A DNonDSampling.hpp94 const RealMatrixArray& grad_samples,
290 const RealMatrixArray& grad_samples,
H A DNomadOptimizer.cpp577 NOMAD::Signature point_signature, RealMatrixArray::iterator in construct_multihop_neighbors()
582 RealMatrixArray::iterator pass_through_iter(rma_iter), tmp_iter; in construct_multihop_neighbors()
H A Ddakota_data_types.hpp100 typedef std::vector<RealMatrix> RealMatrixArray; typedef
H A DProblemDescDB.hpp199 const RealMatrixArray& get_rma(const String& entry_name) const;
H A DProblemDescDB.cpp1369 const RealMatrixArray& ProblemDescDB::get_rma(const String& entry_name) const in get_rma()
1379 static KW<RealMatrixArray, DataVariablesRep> RMAdv[] = { in get_rma()
1386 KW<RealMatrixArray, DataVariablesRep> *kw; in get_rma()
1387 if ((kw = (KW<RealMatrixArray, DataVariablesRep>*)Binsearch(RMAdv, L))) in get_rma()
1391 return abort_handler_t<const RealMatrixArray&>(PARSE_ERROR); in get_rma()
H A DNonDSampling.cpp1101 RealMatrixArray grad_samples(num_obs); in compute_moments()
1256 const RealMatrixArray& grad_samples, in compute_moment_gradients()
1375 const RealMatrixArray& grad_samples, size_t q, in accumulate_moment_gradients()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/pecos/src/
H A DProjectOrthogPolyApproximation.cpp123 RealMatrixArray& tp_exp_coeff_grads = tpExpansionCoeffGrads[key]; in compute_coefficients()
193 RealMatrixArray& tp_exp_coeff_grads = tpExpansionCoeffGrads[key]; in increment_coefficients()
256 RealMatrixArray& tp_exp_coeff_grads = tpExpansionCoeffGrads[key]; in pop_coefficients()
271 RealMatrixArray::iterator tp_ecg_it = tp_exp_coeff_grads.begin(); in pop_coefficients()
316 RealMatrixArray& tp_exp_coeff_grads = tpExpansionCoeffGrads[key]; in push_coefficients()
379 RealMatrixArray& tp_exp_coeff_grads = tpExpansionCoeffGrads[key]; in finalize_coefficients()
435 RealMatrixArray& tp_exp_coeff_grads = tpExpansionCoeffGrads[key]; in append_tensor_expansions()
H A DProjectOrthogPolyApproximation.hpp137 std::map<UShortArray, RealMatrixArray> tpExpansionCoeffGrads;
H A DRegressOrthogPolyApproximation.hpp236 RealMatrixArray &predictor_options_history,
237 RealMatrixArray &predictor_indicators_history,
238 RealMatrixArray &predictor_partition_indicators_history,
H A DHierarchSparseGridDriver.cpp657 RealMatrixArray& pts_l = pts[lev]; num_sets = pts_l.size(); in compute_grid()
685 RealMatrixArray& pts_l = pts[tr_lev]; in compute_trial_grid()
687 RealMatrixArray& t2_wts_l = t2_wts[tr_lev]; in compute_trial_grid()
744 RealMatrixArray& pts_l = pts[lev]; pts_l.resize(num_sets); in compute_increment()
746 RealMatrixArray& t2_wts_l = t2_wts[lev]; t2_wts_l.resize(num_sets); in compute_increment()
H A DIntegrationDriver.hpp260 RealMatrixArray reinterpVarSets;
H A DLinearSolverPecosSrc.cpp26 RealMatrixArray &solutions, in solve()
H A DSharedNodalInterpPolyApproxData.hpp121 RealMatrixArray& t2_accumulators,
H A DHierarchInterpPolyApproximation.cpp766 const RealMatrixArray& t2c_l = t2c[lev]; in combine_coefficients()
768 RealMatrixArray& comb_t2c_l = combinedExpT2Coeffs[lev]; in combine_coefficients()
788 const RealMatrixArray& t1g_l = t1g[lev]; in combine_coefficients()
1033 const RealMatrixArray& t2_coeffs_l = t2_coeffs[lev]; in value()
1071 const RealMatrixArray& t2_coeffs_l = t2_coeffs[lev]; in value()
1119 const RealMatrixArray& t2_coeffs_l = t2_coeffs[lev]; in gradient_basis_variables()
1167 const RealMatrixArray& t2_coeffs_l = t2_coeffs[lev]; in gradient_basis_variables()
1212 const RealMatrixArray& t2_coeffs_l = t2_coeffs[lev]; in gradient_basis_variables()
3162 const RealMatrixArray& t2c_l = t2_coeffs[lev]; in expectation()
3164 const RealMatrixArray& t2w_l = t2_wts[lev]; in expectation()
[all …]
H A DHierarchSparseGridDriver.hpp817 RealMatrixArray& pts_l = pts[lev]; pts_l.resize(num_sets); in compute_points_weights()
819 RealMatrixArray& t2_wts_l = t2_wts[lev]; t2_wts_l.resize(num_sets); in compute_points_weights()
H A DNodalInterpPolyApproximation.hpp236 const RealMatrixArray& t2_coeffs, const UShort3DArray& colloc_key,
274 const RealVectorArray& t1_coeffs, const RealMatrixArray& t2_coeffs,
H A Dpecos_data_types.hpp111 typedef std::vector<RealMatrix> RealMatrixArray; typedef
112 typedef std::vector<RealMatrixArray> RealMatrix2DArray;
H A DLinearSolverPecosSrc.hpp663 RealMatrixArray &solutions,
H A DNodalInterpPolyApproximation.cpp757 RealMatrixArray t2_accumulators(num_deriv_vars); in tensor_product_mean_gradient()
1578 RealMatrixArray t2_accumulators(num_deriv_vars); size_t v; in tensor_product_variance_gradient()
1919 RealMatrixArray t2_accumulators(num_deriv_vars); in tensor_product_variance_gradient()
2479 const RealMatrixArray& t2_coeffs, const UShort3DArray& colloc_key, in value()
2738 const RealMatrixArray& t2_coeffs, in gradient_basis_variables()
3777 RealMatrixArray member_t2_coeffs(num_smolyak_indices), in member_integral()
H A DRegressOrthogPolyApproximation.cpp2230 RealMatrixArray solutions; in compressed_sensing()
2942 …_predictor_indicators, RealMatrixArray &predictor_options_history, RealMatrixArray &predictor_indi… in estimate_compressed_sensing_options_via_cross_validation()
H A DSharedNodalInterpPolyApproxData.cpp497 RealMatrixArray& t2_accumulators, in accumulate_horners_gradient()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/pecos/util/src/
H A Dcsopts_toreview.hpp142 RealMatrixArray &solutions,
H A Dcsopts_toreview.cpp20 RealMatrixArray &solutions, in solve()

12