Home
last modified time | relevance | path

Searched refs:gretl_bundle_set_matrix (Results 1 – 6 of 6) sorted by relevance

/dports/math/gretl/gretl-2021d/lib/src/
H A Dvar.c4723 gretl_bundle_set_matrix(b, "u", j->R0); in johansen_bundlize()
4724 gretl_bundle_set_matrix(b, "v", j->R1); in johansen_bundlize()
4725 gretl_bundle_set_matrix(b, "Suu", j->S00); in johansen_bundlize()
4726 gretl_bundle_set_matrix(b, "Svv", j->S11); in johansen_bundlize()
4727 gretl_bundle_set_matrix(b, "Suv", j->S01); in johansen_bundlize()
4729 gretl_bundle_set_matrix(b, "Beta", j->Beta); in johansen_bundlize()
4731 gretl_bundle_set_matrix(b, "Bvar", j->Bvar); in johansen_bundlize()
4732 gretl_bundle_set_matrix(b, "Bse", j->Bse); in johansen_bundlize()
4735 gretl_bundle_set_matrix(b, "R", j->R); in johansen_bundlize()
4738 gretl_bundle_set_matrix(b, "q", j->q); in johansen_bundlize()
[all …]
H A Dgretl_bundle.h147 int gretl_bundle_set_matrix (gretl_bundle *bundle, const char *key,
H A Dsystem.c3475 gretl_bundle_set_matrix(b, "coeff", sys->b); in equation_system_bundlize()
3476 gretl_bundle_set_matrix(b, "vcv", sys->vcv); in equation_system_bundlize()
3477 gretl_bundle_set_matrix(b, "sigma", sys->S); in equation_system_bundlize()
3478 gretl_bundle_set_matrix(b, "uhat", sys->E); in equation_system_bundlize()
3479 gretl_bundle_set_matrix(b, "yhat", sys->yhat); in equation_system_bundlize()
3482 gretl_bundle_set_matrix(b, "Gamma", sys->Gamma); in equation_system_bundlize()
3485 gretl_bundle_set_matrix(b, "A", sys->A); in equation_system_bundlize()
3488 gretl_bundle_set_matrix(b, "B", sys->B); in equation_system_bundlize()
3526 gretl_bundle_set_matrix(b, "R", sys->R); in equation_system_bundlize()
3529 gretl_bundle_set_matrix(b, "q", sys->q); in equation_system_bundlize()
H A Dgretl_bundle.c1524 int gretl_bundle_set_matrix (gretl_bundle *bundle, const char *key, in gretl_bundle_set_matrix() function
H A Dgretl_model.c5022 err = gretl_bundle_set_matrix(b, bkey, item->ptr); in bundlize_model_data_items()
H A Dgraphing.c10054 gretl_bundle_set_matrix(opts, "dims", dims); in write_map_gp_file()