Home
last modified time | relevance | path

Searched refs:equation_system (Results 1 – 23 of 23) sorted by relevance

/dports/math/gretl/gretl-2021d/lib/src/
H A Dsystem.h117 int system_parse_line (equation_system *sys,
121 int equation_system_finalize (equation_system *sys,
126 equation_system_estimate (equation_system *sys,
135 void equation_system_destroy (equation_system *sys);
177 int system_vcv_geomean (const equation_system *sys);
195 system_normality_test (const equation_system *sys,
205 int system_wald_test (const equation_system *sys,
211 int system_diag_test (const equation_system *sys,
234 int equation_system_bundlize (equation_system *sys,
237 int gretl_system_print (equation_system *sys,
[all …]
H A Dsystem.c129 equation_system *sys; in get_anon_system_at_depth()
161 static void push_anon_system (equation_system *sys) in push_anon_system()
368 static equation_system *
371 equation_system *sys; in equation_system_new()
1129 equation_system *sys = NULL; in equation_system_start()
1387 static int sys_test_type (equation_system *sys) in sys_test_type()
2282 equation_system *sys = NULL; in estimate_named_system()
3277 equation_system *
3280 equation_system *sys; in equation_system_from_XML()
4303 static int sys_F_trim (equation_system *sys) in sys_F_trim()
[all …]
H A Dobjstack.c81 equation_system *sys = (equation_system *) ptr; in object_get_refcount()
143 equation_system *sys = (equation_system *) ptr; in gretl_object_ref()
356 equation_system *sys = (equation_system *) ptr; in gretl_object_unref()
488 equation_system *sys = p; in gretl_object_get_name()
673 equation_system *get_equation_system_by_name (const char *sname) in get_equation_system_by_name()
698 equation_system *sys = (equation_system *) p; in gretl_object_compose_name()
751 equation_system *sys = (equation_system *) p; in gretl_object_compose_unique_name()
775 equation_system_set_name((equation_system *) p, oname); in gretl_object_rename()
1015 equation_system *sys = (equation_system *) p; in real_get_obj_scalar()
1072 equation_system *sys = (equation_system *) p; in real_get_obj_matrix()
[all …]
H A Dgretl_restrict.h29 cross_restriction_set_start (const char *line, equation_system *sys);
H A Dcmd_private.h57 equation_system *sys;
H A Dobjstack.h89 equation_system *get_equation_system_by_name (const char *sname);
H A Dlibgretl.h284 typedef struct equation_system_ equation_system; typedef
H A Dgretl_restrict.c263 equation_system *sys = rset->obj; in get_R_sys_column()
1578 equation_system *sys = rset->obj; in bnum_out_of_bounds()
1994 cross_restriction_set_start (const char *line, equation_system *sys) in cross_restriction_set_start()
2772 equation_system *sys = rset->obj; in nonlinear_wald_test()
2913 equation_system *sys = rset->obj; in gretl_restriction_finalize_full()
H A Dforecast.c3699 GRETL_VAR *var, equation_system *sys, in fill_system_forecast()
3760 equation_system *sys = NULL; in system_do_forecast()
3778 sys = (equation_system *) ptr; in system_do_forecast()
3987 equation_system *sys = NULL; in get_system_forecast()
4003 sys = (equation_system *) p; in get_system_forecast()
H A Dgretl_bundle.c3045 equation_system *sys = NULL; in bundle_from_system()
3061 sys = (equation_system *) ptr; in bundle_from_system()
H A Dgraphing.c8215 equation_system *sys = NULL; in gretl_system_residual_plot()
8230 sys = (equation_system *) p; in gretl_system_residual_plot()
8392 equation_system *sys = NULL; in gretl_system_residual_mplot()
8405 sys = (equation_system *) p; in gretl_system_residual_mplot()
H A Dinteract.c1428 equation_system *sys = s->sys; in gui_save_system()
/dports/math/libmesh/libmesh-1.6.2/examples/miscellaneous/miscellaneous_ex5/
H A Dmiscellaneous_ex5.C551 EquationSystems equation_system (mesh); in main()
554 equation_system.parameters.set<Real>("linear solver tolerance") = TOLERANCE * TOLERANCE; in main()
555 equation_system.parameters.set<unsigned int>("linear solver maximum iterations") = 1000; in main()
556 equation_system.parameters.set<Real>("penalty") = penalty; in main()
557 equation_system.parameters.set<bool>("singularity") = singularity; in main()
558 equation_system.parameters.set<std::string>("refinement") = refinement_type; in main()
582 equation_system.init(); in main()
585 ExactSolution exact_sol(equation_system); in main()
599 << equation_system.n_active_dofs() in main()
639 equation_system.reinit(); in main()
[all …]
/dports/math/gretl/gretl-2021d/plugin/
H A Dsysest.c172 gls_sigma_from_uhat (equation_system *sys, gretl_matrix *S, in gls_sigma_from_uhat()
262 static void maybe_correct_model_dfd (equation_system *sys, in maybe_correct_model_dfd()
350 static void transcribe_sys_results (equation_system *sys, in transcribe_sys_results()
505 static int hansen_sargan_test (equation_system *sys, in hansen_sargan_test()
609 static int basic_system_allocate (equation_system *sys, in basic_system_allocate()
653 double sur_loglik (equation_system *sys) in sur_loglik()
687 equation_system *sys) in augment_X_with_restrictions()
708 equation_system *sys) in augment_y_with_restrictions()
778 static void clean_up_models (equation_system *sys) in clean_up_models()
902 static gretlopt sys_tsls_opt (const equation_system *sys) in sys_tsls_opt()
[all …]
H A Dsysml.h6 int fiml_driver (equation_system *sys, DATASET *dset,
9 int liml_driver (equation_system *sys, DATASET *dset,
H A Dliml.c96 liml_make_reglist (const equation_system *sys, const int *list, in liml_make_reglist()
200 static int liml_do_equation (equation_system *sys, int eq, in liml_do_equation()
374 int liml_driver (equation_system *sys, DATASET *dset, PRN *prn) in liml_driver()
H A Dfiml.c57 equation_system *sys; /* pointer to "parent" equation system */
82 static fiml_system *fiml_system_new (equation_system *sys, int *err) in fiml_system_new()
910 int fiml_driver (equation_system *sys, DATASET *dset, in fiml_driver()
/dports/math/gretl/gretl-2021d/gui/
H A Ddlgutils.c697 static void dlg_text_set_from_sys (equation_system *sys, in dlg_text_set_from_sys()
1147 equation_system *sys = NULL; in system_estimator_list()
1154 sys = (equation_system *) d->data; in system_estimator_list()
1194 equation_system *sys = d->data; in dlg_display_sys()
H A Dcallbacks.c725 equation_system *sys = (equation_system *) ptr; in revise_system_model()
H A Dtextutil.c446 equation_system *sys = (equation_system *) vwin->data; in special_text_handler()
H A Dgui_utils.c150 equation_system *sys = ptr; in model_get_t1_t2()
3720 equation_system *sys = NULL; in system_data_callback()
3728 sys = (equation_system *) vwin->data; in system_data_callback()
4405 equation_system *sys = NULL; in system_forecast_callback()
4421 sys = (equation_system *) vwin->data; in system_forecast_callback()
4534 equation_system *sys = NULL; in system_test_call()
4548 sys = (equation_system *) vwin->data; in system_test_call()
4744 equation_system *sys = NULL; in add_system_menu_items()
4752 sys = (equation_system *) vwin->data; in add_system_menu_items()
H A Dsession.c1123 equation_system *sys = (equation_system *) ptr; in show_model_in_window()
1704 mvm = highest_numbered_var_in_system((equation_system *) ptr, in highest_numbered_variable_in_session()
2287 equation_system *sys = (equation_system *) sm->ptr; in display_session_model()
H A Dlibrary.c3440 equation_system *sys = NULL; in do_restrict()
3458 sys = (equation_system *) vwin->data; in do_restrict()
3607 static int gui_handle_equations_line (equation_system *sys, in gui_handle_equations_line()
3630 equation_system *my_sys = NULL; in do_eqn_system()
3742 equation_system *my_sys; in do_saved_eqn_system()
3747 my_sys = (equation_system *) edit_dialog_get_data(dlg); in do_saved_eqn_system()
6750 equation_system *sys = vwin->data; in add_system_resid()