Home
last modified time | relevance | path

Searched refs:gretl_bundle (Results 1 – 25 of 79) sorted by relevance

1234

/dports/math/gretl/gretl-2021d/lib/src/
H A Dgretl_bundle.h39 gretl_bundle *gretl_bundle_new (void);
51 int gretl_bundles_swap_content (gretl_bundle *b1, gretl_bundle *b2);
65 int gretl_bundle_has_key (gretl_bundle *bundle,
108 gretl_bundle *gretl_bundle_get_bundle (gretl_bundle *bundle,
160 gretl_bundle *gretl_bundle_copy (const gretl_bundle *bundle, int *err);
183 gretl_bundle *gretl_bundle_union (const gretl_bundle *bundle1,
184 const gretl_bundle *bundle2,
188 const gretl_bundle *bundle2);
221 gretl_bundle *get_sysinfo_bundle (int *err);
231 gretl_bundle *bundle_from_system (void *ptr,
[all …]
H A Dgretl_bundle.c444 gretl_bundle *b = NULL; in get_bundle_by_name()
762 gretl_bundle *gretl_bundle_get_bundle (gretl_bundle *bundle, in gretl_bundle_get_bundle()
1256 int gretl_bundles_swap_content (gretl_bundle *b1, gretl_bundle *b2) in gretl_bundles_swap_content()
1678 gretl_bundle *targ = (gretl_bundle *) p; in copy_new_bundled_item()
1693 gretl_bundle *targ = (gretl_bundle *) p; in copy_bundled_item()
1707 gretl_bundle *gretl_bundle_union (const gretl_bundle *bundle1, in gretl_bundle_union()
1731 gretl_bundle *b;
1870 gretl_bundle *gretl_bundle_copy (const gretl_bundle *bundle, int *err) in gretl_bundle_copy()
2117 gretl_bundle *bj; in print_bundle_tree()
2317 gretl_bundle *b = (gretl_bundle *) item->data; in xml_put_bundled_item()
[all …]
H A Dkalman.h84 int kalman_bundle_run (gretl_bundle *b, PRN *prn, int *errp);
86 int kalman_bundle_smooth (gretl_bundle *b, int dist, PRN *prn);
88 gretl_matrix *kalman_bundle_simulate (gretl_bundle *b,
93 gretl_matrix *kalman_bundle_simdata (gretl_bundle *b,
118 gretl_bundle *kalman_bundle_copy (const gretl_bundle *src,
123 gretl_bundle *kalman_deserialize (void *p1, void *p2,
130 int kalman_bundle_n_members (gretl_bundle *b);
H A Dgenfuncs.h150 gretl_matrix *midas_multipliers (gretl_bundle *mb, int cumulate,
213 int f, gretl_bundle *b,
214 gretl_bundle *res,
273 gretl_bundle *map,
276 gretl_bundle *ops);
H A Dgretl_array.h98 gretl_bundle *b,
102 gretl_bundle *b,
113 gretl_bundle *gretl_array_get_bundle (gretl_array *A,
H A Ddbnread.c7 static gretl_bundle *get_dbn_series_bundle (const char *datacode, in get_dbn_series_bundle()
10 gretl_bundle *b = NULL; in get_dbn_series_bundle()
182 gretl_bundle *b; in get_dbnomics_series_info()
H A Dvar.h126 gretl_matrix *gretl_FEVD_from_bundle (gretl_bundle *b,
131 gretl_matrix *gretl_IRF_from_bundle (gretl_bundle *b,
271 gretl_bundle *b);
H A Dgretl_mpi.c121 static int gretl_bundle_send (gretl_bundle *b, int dest);
987 static int gretl_bundle_bcast (gretl_bundle **pb, in gretl_bundle_bcast()
990 gretl_bundle *b = NULL; in gretl_bundle_bcast()
993 gretl_bundle *bsub = NULL; in gretl_bundle_bcast()
1048 bsub = (gretl_bundle *) data; in gretl_bundle_bcast()
1161 data = *(gretl_bundle **) ptr; in gretl_array_bcast()
1230 return gretl_bundle_bcast((gretl_bundle **) p, id, root); in gretl_mpi_bcast()
1406 return gretl_bundle_send((gretl_bundle *) p, dest); in gretl_mpi_send()
1761 static int gretl_bundle_send (gretl_bundle *b, int dest) in gretl_bundle_send()
1831 gretl_bundle *gretl_bundle_receive (int source, int *err) in gretl_bundle_receive()
[all …]
H A Dgretl_paths.h232 gretl_bundle *foreign_info (void);
H A Ddataset.h611 gretl_bundle *series_info_bundle (const DATASET *dset, int i,
619 gretl_bundle *get_current_map (const DATASET *dset,
H A Dlibgretl.h286 typedef struct gretl_bundle_ gretl_bundle; typedef
H A Dsystem.h235 gretl_bundle *b);
H A Dkalman.c150 gretl_bundle *b; /* the bundle of which this struct is a member */
2188 int kalman_bundle_run (gretl_bundle *b, PRN *prn, int *errp) in kalman_bundle_run()
3129 int kalman_bundle_smooth (gretl_bundle *b, int dist, PRN *prn) in kalman_bundle_smooth()
3476 gretl_matrix *kalman_bundle_simulate (gretl_bundle *b, in kalman_bundle_simulate()
3591 gretl_matrix *kalman_bundle_simdata (gretl_bundle *b, in kalman_bundle_simdata()
4428 gretl_bundle *kalman_deserialize (void *p1, void *p2, int *err) in kalman_deserialize()
4444 gretl_bundle *b = NULL; in kalman_deserialize()
4550 gretl_bundle *kalman_bundle_copy (const gretl_bundle *src, int *err) in kalman_bundle_copy()
4553 gretl_bundle *b = NULL; in kalman_bundle_copy()
4560 K = gretl_bundle_get_private_data((gretl_bundle *) src); in kalman_bundle_copy()
[all …]
H A Dgretl_func.h281 int bundle_function_package_info (const char *fname, gretl_bundle *b);
H A Dgretl_array.c659 gretl_bundle *gretl_array_get_bundle (gretl_array *A, int i) in gretl_array_get_bundle()
661 gretl_bundle *b = NULL; in gretl_array_get_bundle()
1143 gretl_bundle *b, int copy) in set_bundle()
1304 gretl_bundle *b, in gretl_array_set_bundle()
1350 gretl_bundle *b, in gretl_array_append_bundle()
H A Dgraphing.h369 gretl_bundle *opts,
/dports/math/gretl/gretl-2021d/plugin/
H A Dgeoplot.c251 gretl_bundle *props; in crs_is_nonstandard()
297 gretl_bundle *b = NULL; in geojson_get_features()
298 gretl_bundle *c = NULL; in geojson_get_features()
335 gretl_bundle *c = NULL; in features_from_bundle()
440 gretl_bundle *fi, *geom; in geo2dat()
768 gretl_bundle *bfi = NULL; in shp_get_bundle()
769 gretl_bundle *bgi = NULL; in shp_get_bundle()
1343 gretl_bundle *prop; in payload_from_prop()
1456 gretl_bundle *opts, in get_zrange()
1530 gretl_bundle *map, in geoplot()
[all …]
H A Dlpsolve.c251 static int *get_constraint_types (gretl_bundle *b, in get_constraint_types()
305 static lprec *lp_model_from_bundle (gretl_bundle *b, in lp_model_from_bundle()
541 static int get_lp_model_data (lprec *lp, gretl_bundle *ret, in get_lp_model_data()
637 static gretlopt lp_options_from_bundle (gretl_bundle *b, in lp_options_from_bundle()
640 gretl_bundle **pb, in lp_options_from_bundle()
706 gretl_bundle *gretl_lpsolve (gretl_bundle *b, PRN *prn, int *err) in gretl_lpsolve()
708 gretl_bundle *ret = NULL; in gretl_lpsolve()
709 gretl_bundle *lpb = NULL; in gretl_lpsolve()
H A Djson_get.c421 gretl_bundle *b0;
422 gretl_bundle *bcurr;
575 gretl_bundle *b = gretl_bundle_new(); in jb_add_bundle()
960 gretl_bundle *bsave = jb->bcurr; in jb_do_object()
1081 gretl_bundle *bsave = jb->bcurr; in jb_do_array()
1258 gretl_bundle *json_get_bundle (const char *data, in json_get_bundle()
1262 gretl_bundle *ret = NULL; in json_get_bundle()
1335 gretl_bundle *bj; in filter_bundle_tree()
1363 filter_bundle_tree((gretl_bundle *) child, A); in filter_bundle_tree()
1645 static JsonBuilder *real_bundle_to_json (gretl_bundle *b) in real_bundle_to_json()
[all …]
H A Dsvm.c513 gretl_bundle *b) in svm_model_save_to_bundle()
633 gretl_bundle *b) in save_results_to_bundle()
666 gretl_bundle *b) in save_probs_to_bundle()
2665 gretl_bundle *bmod, in read_params_bundle()
2916 gretl_bundle *bmodel, in peek_use_mpi()
2917 gretl_bundle *bprob, in peek_use_mpi()
3032 gretl_bundle *b, in do_load_model()
3139 gretl_bundle *bmodel, in svm_predict_main()
3355 gretl_bundle *bparams, in forward_to_gretlmpi()
3422 gretl_bundle *bmodel, in gretl_svm_driver()
[all …]
H A Dinterpolate.c1011 gretl_bundle *b) in fill_chowlin_bundle()
1070 gretl_bundle *res, in chow_lin_disagg()
1416 gretl_bundle *r, in real_tdisagg()
1504 static int tdisagg_get_options (gretl_bundle *b, in tdisagg_get_options()
1608 int s, gretl_bundle *b, in time_disaggregate()
1609 gretl_bundle *res, in time_disaggregate()
/dports/math/gretl/gretl-2021d/gui/
H A Dfncall.h37 gchar *get_bundle_special_function (gretl_bundle *b,
40 int exec_bundle_special_function (gretl_bundle *b,
45 int try_exec_bundle_print_function (gretl_bundle *b, PRN *prn);
H A Ddialogs.h220 int map_options_dialog (GList *plist, int selpos, gretl_bundle *b,
227 void regls_advanced_dialog (gretl_bundle *b, GtkWidget *parent);
H A Dgpt_control.h89 int gnuplot_show_map (gretl_bundle *b);
H A Dfncall.c2003 gretl_bundle *bundle = NULL; in real_GUI_function_call()
2636 int exec_bundle_special_function (gretl_bundle *b, in exec_bundle_special_function()
2736 gretl_bundle *retb = NULL; in exec_bundle_special_function()
2776 gchar *get_bundle_special_function (gretl_bundle *b, in get_bundle_special_function()
2810 int try_exec_bundle_print_function (gretl_bundle *b, PRN *prn) in try_exec_bundle_print_function()
4360 gretl_bundle *b, in dbnomics_report_error()
4393 gretl_bundle *b = NULL; in dbnomics_get_series_call()
4593 gretl_bundle *b = NULL; in dbnomics_dataset_list()
4656 gretl_bundle *parms = selector_get_regls_bundle(); in real_do_regls()
4657 gretl_bundle *rb = NULL; in real_do_regls()
[all …]

1234