Home
last modified time | relevance | path

Searched refs:R_square_root (Results 1 – 3 of 3) sorted by relevance

/dports/science/py-GPy/GPy-1.10.0/GPy/models/
H A Dstate_space_cython.pyx76 dict R_square_root
116 self.R_square_root = {}
152 if ind in self.R_square_root:
153 inv_square_root = self.R_square_root[ind]
160 self.R_square_root[ind] = inv_square_root
H A Dstate_space_main.py233 self.R_square_root = {}
263 if ind in self.R_square_root:
264 inv_square_root = self.R_square_root[ind]
273 self.R_square_root[ind] = inv_square_root
H A Dstate_space_cython.c1272 PyObject *R_square_root; member
6569 __Pyx_GOTREF(__pyx_v_self->R_square_root); in __pyx_pf_3GPy_6models_18state_space_cython_17R_handling_Cython___init__()
6570 __Pyx_DECREF(__pyx_v_self->R_square_root); in __pyx_pf_3GPy_6models_18state_space_cython_17R_handling_Cython___init__()
7969 __Pyx_INCREF(__pyx_v_self->R_square_root); in __pyx_pf_3GPy_6models_18state_space_cython_17R_handling_Cython_8__reduce_cython__()
7970 __Pyx_GIVEREF(__pyx_v_self->R_square_root); in __pyx_pf_3GPy_6models_18state_space_cython_17R_handling_Cython_8__reduce_cython__()
27304 __Pyx_GOTREF(__pyx_v___pyx_result->R_square_root); in __pyx_f_3GPy_6models_18state_space_cython___pyx_unpickle_R_handling_Cython__set_state()
27305 __Pyx_DECREF(__pyx_v___pyx_result->R_square_root); in __pyx_f_3GPy_6models_18state_space_cython___pyx_unpickle_R_handling_Cython__set_state()
30653 Py_CLEAR(p->R_square_root); in __pyx_tp_dealloc_3GPy_6models_18state_space_cython_R_handling_Cython()
30674 if (p->R_square_root) { in __pyx_tp_traverse_3GPy_6models_18state_space_cython_R_handling_Cython()
30675 e = (*v)(p->R_square_root, a); if (e) return e; in __pyx_tp_traverse_3GPy_6models_18state_space_cython_R_handling_Cython()
[all …]