Home
last modified time | relevance | path

Searched defs:model_output (Results 1 – 12 of 12) sorted by relevance

/dports/math/stan/stan-2.28.2/src/test/unit/mcmc/hmc/integrators/
H A Dimpl_leapfrog2_test.cpp24 std::stringstream model_output; in TEST() local
75 std::stringstream model_output; in TEST() local
164 std::stringstream model_output; in TEST() local
215 std::stringstream model_output; in TEST() local
H A Dexpl_leapfrog2_test.cpp21 std::stringstream model_output; in TEST() local
72 std::stringstream model_output; in TEST() local
/dports/misc/libpredict/libpredict-2.0.0/src/
H A Dsdp4.h6 struct model_output { struct
7 double xinck; //inclination?
8 double omgadf; //argument of perigee?
9 double xnodek; //RAAN?
11 double pos[3];
12 double vel[3];
14 double phase;
/dports/math/stan/stan-2.28.2/src/test/unit/mcmc/hmc/hamiltonians/
H A Dsoftabs_metric_test.cpp31 std::stringstream model_output; in TEST() local
75 std::stringstream model_output; in TEST() local
H A Dbase_hamiltonian_test.cpp16 std::stringstream model_output; in TEST() local
H A Ddense_e_metric_test.cpp77 std::stringstream model_output; in TEST() local
H A Dunit_e_metric_test.cpp59 std::stringstream model_output; in TEST() local
H A Ddiag_e_metric_test.cpp59 std::stringstream model_output; in TEST() local
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/apps/onnx/
H A Donnx_converter_generator.cc53 auto model_output = converted_model_.outputs.find(output.first); in generate() local
/dports/science/dynare/dynare-4.6.4/preprocessor/src/
H A DStaticModel.cc2858 ostringstream model_output; // Used for storing model temp vars and equations in writeJsonParamsDerivativesFile() local
H A DDynamicModel.cc7131 ostringstream model_output; // Used for storing model temp vars and equations in writeJsonParamsDerivativesFile() local
/dports/math/gretl/gretl-2021d/gui/
H A Dlibrary.c3381 static int model_output (MODEL *pmod, PRN *prn) in model_output() function