Home
last modified time | relevance | path

Searched refs:PyArray_ZEROS (Results 1 – 25 of 51) sorted by relevance

123

/dports/audio/aubio/aubio-0.4.9/python/ext/
H A Dpy-cvec.c59 vec->norm = PyArray_ZEROS(1, dims, AUBIO_NPY_SMPL, 0); in new_py_cvec()
60 vec->phas = PyArray_ZEROS(1, dims, AUBIO_NPY_SMPL, 0); in new_py_cvec()
114 self->phas = PyArray_ZEROS(1, dims, AUBIO_NPY_SMPL, 0); in Py_cvec_init()
115 self->norm = PyArray_ZEROS(1, dims, AUBIO_NPY_SMPL, 0); in Py_cvec_init()
H A Daubioproxy.c6 return PyArray_ZEROS(1, dims, AUBIO_NPY_SMPL, 0); in new_py_fvec()
12 return PyArray_ZEROS(2, dims, AUBIO_NPY_SMPL, 0); in new_py_fmat()
/dports/audio/py-aubio/aubio-0.4.9/python/ext/
H A Dpy-cvec.c59 vec->norm = PyArray_ZEROS(1, dims, AUBIO_NPY_SMPL, 0); in new_py_cvec()
60 vec->phas = PyArray_ZEROS(1, dims, AUBIO_NPY_SMPL, 0); in new_py_cvec()
114 self->phas = PyArray_ZEROS(1, dims, AUBIO_NPY_SMPL, 0); in Py_cvec_init()
115 self->norm = PyArray_ZEROS(1, dims, AUBIO_NPY_SMPL, 0); in Py_cvec_init()
H A Daubioproxy.c6 return PyArray_ZEROS(1, dims, AUBIO_NPY_SMPL, 0); in new_py_fvec()
12 return PyArray_ZEROS(2, dims, AUBIO_NPY_SMPL, 0); in new_py_fmat()
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/tsa/statespace/
H A D_kalman_filter.pyx677 self.M = np.PyArray_ZEROS(3, dim3, np.NPY_FLOAT32, FORTRAN)
741 self.tmp0 = np.PyArray_ZEROS(2, dim2, np.NPY_FLOAT32, FORTRAN)
759 self.tmp1 = np.PyArray_ZEROS(3, dim3, np.NPY_FLOAT32, FORTRAN)
764 self.tmp2 = np.PyArray_ZEROS(2, dim2, np.NPY_FLOAT32, FORTRAN)
769 self.tmp3 = np.PyArray_ZEROS(3, dim3, np.NPY_FLOAT32, FORTRAN)
779 self.CW = np.PyArray_ZEROS(2, dim2, np.NPY_FLOAT32, FORTRAN)
789 self.CMW = np.PyArray_ZEROS(2, dim2, np.NPY_FLOAT32, FORTRAN)
798 self.CM = np.PyArray_ZEROS(2, dim2, np.NPY_FLOAT32, FORTRAN)
1913 self.M = np.PyArray_ZEROS(3, dim3, np.NPY_FLOAT64, FORTRAN)
2015 self.CW = np.PyArray_ZEROS(2, dim2, np.NPY_FLOAT64, FORTRAN)
[all …]
H A D_cfa_simulation_smoother.pyx91 self.K = np.PyArray_ZEROS(2, dim2, np.NPY_FLOAT32, FORTRAN)
103 self.QiT = np.PyArray_ZEROS(2, dim2, np.NPY_FLOAT32, FORTRAN)
104 self.TQiT = np.PyArray_ZEROS(2, dim2, np.NPY_FLOAT32, FORTRAN)
105 self.TQiTpQ = np.PyArray_ZEROS(2, dim2, np.NPY_FLOAT32, FORTRAN)
106 self.ZHiZ = np.PyArray_ZEROS(2, dim2, np.NPY_FLOAT32, FORTRAN)
108 self.HiZ = np.PyArray_ZEROS(2, dim2, np.NPY_FLOAT32, FORTRAN)
110 self.ymd = np.PyArray_ZEROS(1, dim1, np.NPY_FLOAT32, FORTRAN)
442 self.K = np.PyArray_ZEROS(2, dim2, np.NPY_FLOAT64, FORTRAN)
454 self.QiT = np.PyArray_ZEROS(2, dim2, np.NPY_FLOAT64, FORTRAN)
459 self.HiZ = np.PyArray_ZEROS(2, dim2, np.NPY_FLOAT64, FORTRAN)
[all …]
H A D_kalman_filter.pyx.in593 self.M = np.PyArray_ZEROS(3, dim3, {{typenum}}, FORTRAN)
594 self.M_inf = np.PyArray_ZEROS(3, dim3, {{typenum}}, FORTRAN)
657 self.tmp0 = np.PyArray_ZEROS(2, dim2, {{typenum}}, FORTRAN)
675 self.tmp1 = np.PyArray_ZEROS(3, dim3, {{typenum}}, FORTRAN)
680 self.tmp2 = np.PyArray_ZEROS(2, dim2, {{typenum}}, FORTRAN)
685 self.tmp3 = np.PyArray_ZEROS(3, dim3, {{typenum}}, FORTRAN)
690 self.tmp4 = np.PyArray_ZEROS(3, dim3, {{typenum}}, FORTRAN)
695 self.CW = np.PyArray_ZEROS(2, dim2, {{typenum}}, FORTRAN)
705 self.CMW = np.PyArray_ZEROS(2, dim2, {{typenum}}, FORTRAN)
710 self.CMWZ = np.PyArray_ZEROS(2, dim2, {{typenum}}, FORTRAN)
[all …]
H A D_kalman_smoother.pyx300 self.tmpL = np.PyArray_ZEROS(2, dim2, np.NPY_FLOAT32, FORTRAN)
302 self.tmpL2 = np.PyArray_ZEROS(2, dim2, np.NPY_FLOAT32, FORTRAN)
307 self.tmp0 = np.PyArray_ZEROS(2, dim2, np.NPY_FLOAT32, FORTRAN)
312 self.tmp00 = np.PyArray_ZEROS(2, dim2, np.NPY_FLOAT32, FORTRAN)
317 self.tmp000 = np.PyArray_ZEROS(2, dim2, np.NPY_FLOAT32, FORTRAN)
1023 self.tmpL = np.PyArray_ZEROS(2, dim2, np.NPY_FLOAT64, FORTRAN)
1025 self.tmpL2 = np.PyArray_ZEROS(2, dim2, np.NPY_FLOAT64, FORTRAN)
1030 self.tmp0 = np.PyArray_ZEROS(2, dim2, np.NPY_FLOAT64, FORTRAN)
1035 self.tmp00 = np.PyArray_ZEROS(2, dim2, np.NPY_FLOAT64, FORTRAN)
1040 self.tmp000 = np.PyArray_ZEROS(2, dim2, np.NPY_FLOAT64, FORTRAN)
[all …]
H A D_kalman_smoother.pyx.in285 self.smoothing_error = np.PyArray_ZEROS(2, dim2, {{typenum}}, FORTRAN)
287 self.smoothed_state = np.PyArray_ZEROS(2, dim2, {{typenum}}, FORTRAN)
289 self.smoothed_state_cov = np.PyArray_ZEROS(3, dim3, {{typenum}}, FORTRAN)
308 self.tmp_autocov = np.PyArray_ZEROS(2, dim2, {{typenum}}, FORTRAN)
324 self.tmpL = np.PyArray_ZEROS(2, dim2, {{typenum}}, FORTRAN)
326 self.tmpL2 = np.PyArray_ZEROS(2, dim2, {{typenum}}, FORTRAN)
331 self.tmp0 = np.PyArray_ZEROS(2, dim2, {{typenum}}, FORTRAN)
336 self.tmp00 = np.PyArray_ZEROS(2, dim2, {{typenum}}, FORTRAN)
341 self.tmp000 = np.PyArray_ZEROS(2, dim2, {{typenum}}, FORTRAN)
346 # self.selected_design = np.PyArray_ZEROS(1, dim1, {{typenum}}, FORTRAN)
[all …]
H A D_tools.pyx162 apI = np.PyArray_ZEROS(2, dim, np.NPY_FLOAT32, FORTRAN)
163 capI = np.PyArray_ZEROS(2, dim, np.NPY_FLOAT32, FORTRAN)
164 u = np.PyArray_ZEROS(2, dim, np.NPY_FLOAT32, FORTRAN)
165 v = np.PyArray_ZEROS(2, dim, np.NPY_FLOAT32, FORTRAN)
166 ipiv = np.PyArray_ZEROS(2, dim, np.NPY_INT32, FORTRAN)
169 wr = np.PyArray_ZEROS(1, dim1, np.NPY_FLOAT32, FORTRAN)
170 wi = np.PyArray_ZEROS(1, dim1, np.NPY_FLOAT32, FORTRAN)
171 #vs = np.PyArray_ZEROS(2, dim, np.NPY_FLOAT32, FORTRAN)
173 work = np.PyArray_ZEROS(2, dim, np.NPY_FLOAT32, FORTRAN)
699 v = np.PyArray_ZEROS(1, dim, np.NPY_FLOAT32, FORTRAN)
[all …]
H A D_cfa_simulation_smoother.pyx.in109 self.prior_mean = np.PyArray_ZEROS(2, dim2, {{typenum}}, FORTRAN)
110 self.posterior_mean = np.PyArray_ZEROS(2, dim2, {{typenum}}, FORTRAN)
115 self.K = np.PyArray_ZEROS(2, dim2, {{typenum}}, FORTRAN)
119 self.initial_state_cov_inv = np.PyArray_ZEROS(2, dim2, {{typenum}}, FORTRAN)
121 self.obs_cov_fac = np.PyArray_ZEROS(2, dim2, {{typenum}}, FORTRAN)
127 self.QiT = np.PyArray_ZEROS(2, dim2, {{typenum}}, FORTRAN)
128 self.TQiT = np.PyArray_ZEROS(2, dim2, {{typenum}}, FORTRAN)
129 self.TQiTpQ = np.PyArray_ZEROS(2, dim2, {{typenum}}, FORTRAN)
130 self.ZHiZ = np.PyArray_ZEROS(2, dim2, {{typenum}}, FORTRAN)
132 self.HiZ = np.PyArray_ZEROS(2, dim2, {{typenum}}, FORTRAN)
[all …]
H A D_simulation_smoother.pyx147 obs = np.PyArray_ZEROS(2, dim2, np.NPY_FLOAT32, FORTRAN)
171 secondary_obs = np.PyArray_ZEROS(2, dim2, np.NPY_FLOAT32, FORTRAN)
225 self.simulated_state = np.PyArray_ZEROS(2, dim2, np.NPY_FLOAT32, FORTRAN)
229 self.generated_obs = np.PyArray_ZEROS(2, dim2, np.NPY_FLOAT32, FORTRAN)
231 self.generated_state = np.PyArray_ZEROS(2, dim2, np.NPY_FLOAT32, FORTRAN)
235 self.tmp0 = np.PyArray_ZEROS(2, dim2, np.NPY_FLOAT32, FORTRAN) # chol(P_1)
736 obs = np.PyArray_ZEROS(2, dim2, np.NPY_FLOAT64, FORTRAN)
760 secondary_obs = np.PyArray_ZEROS(2, dim2, np.NPY_FLOAT64, FORTRAN)
818 self.generated_obs = np.PyArray_ZEROS(2, dim2, np.NPY_FLOAT64, FORTRAN)
1325 obs = np.PyArray_ZEROS(2, dim2, np.NPY_COMPLEX64, FORTRAN)
[all …]
H A D_tools.pyx.in194 apI = np.PyArray_ZEROS(2, dim, {{typenum}}, FORTRAN)
195 capI = np.PyArray_ZEROS(2, dim, {{typenum}}, FORTRAN)
196 u = np.PyArray_ZEROS(2, dim, {{typenum}}, FORTRAN)
197 v = np.PyArray_ZEROS(2, dim, {{typenum}}, FORTRAN)
198 ipiv = np.PyArray_ZEROS(2, dim, np.NPY_INT32, FORTRAN)
201 wr = np.PyArray_ZEROS(1, dim1, {{typenum}}, FORTRAN)
203 wi = np.PyArray_ZEROS(1, dim1, {{typenum}}, FORTRAN)
207 #vs = np.PyArray_ZEROS(2, dim, {{typenum}}, FORTRAN)
209 work = np.PyArray_ZEROS(2, dim, {{typenum}}, FORTRAN)
461 tmp = np.PyArray_ZEROS(2, dim2, {{typenum}}, FORTRAN)
[all …]
H A D_simulation_smoother.pyx.in171 obs = np.PyArray_ZEROS(2, dim2, {{typenum}}, FORTRAN)
195 secondary_obs = np.PyArray_ZEROS(2, dim2, {{typenum}}, FORTRAN)
235 self.disturbance_variates = np.PyArray_ZEROS(1, dim1, {{typenum}}, FORTRAN)
237 self.initial_state_variates = np.PyArray_ZEROS(1, dim1, {{typenum}}, FORTRAN)
249 self.simulated_state = np.PyArray_ZEROS(2, dim2, {{typenum}}, FORTRAN)
253 self.generated_obs = np.PyArray_ZEROS(2, dim2, {{typenum}}, FORTRAN)
255 self.generated_state = np.PyArray_ZEROS(2, dim2, {{typenum}}, FORTRAN)
259 self.tmp0 = np.PyArray_ZEROS(2, dim2, {{typenum}}, FORTRAN) # chol(P_1)
261 self.tmp2 = np.PyArray_ZEROS(2, dim2, {{typenum}}, FORTRAN) # chol(Q_t)
263 self.tmp1 = np.PyArray_ZEROS(2, dim2, {{typenum}}, FORTRAN) # chol(H_t)
[all …]
H A D_representation.pyx237 self.tmp = np.PyArray_ZEROS(2, dim2, np.NPY_FLOAT32, FORTRAN)
241 self.initial_state = np.PyArray_ZEROS(1, dim1, np.NPY_FLOAT32, FORTRAN)
249 self.selected_obs = np.PyArray_ZEROS(1, dim1, np.NPY_FLOAT32, FORTRAN)
267 self.collapse_obs = np.PyArray_ZEROS(1, dim1, np.NPY_FLOAT32, FORTRAN)
448 ipiv = np.PyArray_ZEROS(2, dim2, np.NPY_INT32, FORTRAN)
1234 self.tmp = np.PyArray_ZEROS(2, dim2, np.NPY_FLOAT64, FORTRAN)
1445 ipiv = np.PyArray_ZEROS(2, dim2, np.NPY_INT32, FORTRAN)
2231 self.tmp = np.PyArray_ZEROS(2, dim2, np.NPY_COMPLEX64, FORTRAN)
2442 ipiv = np.PyArray_ZEROS(2, dim2, np.NPY_INT32, FORTRAN)
3228 self.tmp = np.PyArray_ZEROS(2, dim2, np.NPY_COMPLEX128, FORTRAN)
[all …]
H A D_representation.pyx.in261 self.tmp = np.PyArray_ZEROS(2, dim2, {{typenum}}, FORTRAN)
265 self.initial_state = np.PyArray_ZEROS(1, dim1, {{typenum}}, FORTRAN)
273 self.selected_obs = np.PyArray_ZEROS(1, dim1, {{typenum}}, FORTRAN)
277 self.selected_design = np.PyArray_ZEROS(1, dim1, {{typenum}}, FORTRAN)
279 self.selected_obs_cov = np.PyArray_ZEROS(1, dim1, {{typenum}}, FORTRAN)
286 self.transform_design = np.PyArray_ZEROS(2, dim2, {{typenum}}, FORTRAN)
291 self.collapse_obs = np.PyArray_ZEROS(1, dim1, {{typenum}}, FORTRAN)
294 self.collapse_design = np.PyArray_ZEROS(2, dim2, {{typenum}}, FORTRAN)
437 self.initial_state = np.PyArray_ZEROS(1, dim, {{typenum}}, FORTRAN)
474 self.initial_state = np.PyArray_ZEROS(1, dim1, {{typenum}}, FORTRAN)
[all …]
H A D_initialization.pyx52 self._tmp_transition = np.PyArray_ZEROS(2, dim2, np.NPY_FLOAT32, FORTRAN)
54 self._tmp_selected_state_cov = np.PyArray_ZEROS(2, dim2, np.NPY_FLOAT32, FORTRAN)
166 ipiv = np.PyArray_ZEROS(2, dim2, np.NPY_INT32, FORTRAN)
246 self._tmp_transition = np.PyArray_ZEROS(2, dim2, np.NPY_FLOAT64, FORTRAN)
248 self._tmp_selected_state_cov = np.PyArray_ZEROS(2, dim2, np.NPY_FLOAT64, FORTRAN)
360 ipiv = np.PyArray_ZEROS(2, dim2, np.NPY_INT32, FORTRAN)
440 self._tmp_transition = np.PyArray_ZEROS(2, dim2, np.NPY_COMPLEX64, FORTRAN)
442 self._tmp_selected_state_cov = np.PyArray_ZEROS(2, dim2, np.NPY_COMPLEX64, FORTRAN)
554 ipiv = np.PyArray_ZEROS(2, dim2, np.NPY_INT32, FORTRAN)
634 self._tmp_transition = np.PyArray_ZEROS(2, dim2, np.NPY_COMPLEX128, FORTRAN)
[all …]
H A D_initialization.pyx.in76 self._tmp_transition = np.PyArray_ZEROS(2, dim2, {{typenum}}, FORTRAN)
78 self._tmp_selected_state_cov = np.PyArray_ZEROS(2, dim2, {{typenum}}, FORTRAN)
196 ipiv = np.PyArray_ZEROS(2, dim2, np.NPY_INT32, FORTRAN)
H A D_tools.c4334 …__pyx_t_2 = PyArray_ZEROS(2, __pyx_v_dim, NPY_FLOAT32, __pyx_t_1); if (unlikely(!__pyx_t_2)) __PYX… in __pyx_f_11statsmodels_3tsa_10statespace_6_tools__ssolve_discrete_lyapunov()
4350 …__pyx_t_2 = PyArray_ZEROS(2, __pyx_v_dim, NPY_FLOAT32, __pyx_t_1); if (unlikely(!__pyx_t_2)) __PYX… in __pyx_f_11statsmodels_3tsa_10statespace_6_tools__ssolve_discrete_lyapunov()
4366 …__pyx_t_2 = PyArray_ZEROS(2, __pyx_v_dim, NPY_FLOAT32, __pyx_t_1); if (unlikely(!__pyx_t_2)) __PYX… in __pyx_f_11statsmodels_3tsa_10statespace_6_tools__ssolve_discrete_lyapunov()
4382 …__pyx_t_2 = PyArray_ZEROS(2, __pyx_v_dim, NPY_FLOAT32, __pyx_t_1); if (unlikely(!__pyx_t_2)) __PYX… in __pyx_f_11statsmodels_3tsa_10statespace_6_tools__ssolve_discrete_lyapunov()
4398 …__pyx_t_2 = PyArray_ZEROS(2, __pyx_v_dim, NPY_INT32, __pyx_t_1); if (unlikely(!__pyx_t_2)) __PYX_E… in __pyx_f_11statsmodels_3tsa_10statespace_6_tools__ssolve_discrete_lyapunov()
4423 …__pyx_t_2 = PyArray_ZEROS(1, __pyx_v_dim1, NPY_FLOAT32, __pyx_t_1); if (unlikely(!__pyx_t_2)) __PY… in __pyx_f_11statsmodels_3tsa_10statespace_6_tools__ssolve_discrete_lyapunov()
4439 …__pyx_t_2 = PyArray_ZEROS(1, __pyx_v_dim1, NPY_FLOAT32, __pyx_t_1); if (unlikely(!__pyx_t_2)) __PY… in __pyx_f_11statsmodels_3tsa_10statespace_6_tools__ssolve_discrete_lyapunov()
4465 …__pyx_t_2 = PyArray_ZEROS(2, __pyx_v_dim, NPY_FLOAT32, __pyx_t_1); if (unlikely(!__pyx_t_2)) __PYX… in __pyx_f_11statsmodels_3tsa_10statespace_6_tools__ssolve_discrete_lyapunov()
7444 …__pyx_t_2 = PyArray_ZEROS(1, __pyx_v_dim, NPY_FLOAT32, __pyx_t_1); if (unlikely(!__pyx_t_2)) __PYX… in __pyx_f_11statsmodels_3tsa_10statespace_6_tools__sldl()
11810 …__pyx_t_2 = PyArray_ZEROS(2, __pyx_v_dim, NPY_INT32, __pyx_t_1); if (unlikely(!__pyx_t_2)) __PYX_E… in __pyx_f_11statsmodels_3tsa_10statespace_6_tools__dsolve_discrete_lyapunov()
[all …]
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/tsa/innovations/
H A D_arma_innovations.pyx146 acovf = cnp.PyArray_ZEROS(2, dim2, cnp.NPY_FLOAT32, C)
148 acovf2 = cnp.PyArray_ZEROS(1, dim1, cnp.NPY_FLOAT32, C)
233 v = cnp.PyArray_ZEROS(1, dim1, cnp.NPY_FLOAT32, C)
236 theta = cnp.PyArray_ZEROS(2, dim2, cnp.NPY_FLOAT32, C)
330 u = cnp.PyArray_ZEROS(1, dim1, cnp.NPY_FLOAT32, C)
393 ar = cnp.PyArray_ZEROS(1, dim1, cnp.NPY_FLOAT32, C)
395 ma = cnp.PyArray_ZEROS(1, dim1, cnp.NPY_FLOAT32, C)
673 v = cnp.PyArray_ZEROS(1, dim1, cnp.NPY_FLOAT64, C)
770 u = cnp.PyArray_ZEROS(1, dim1, cnp.NPY_FLOAT64, C)
833 ar = cnp.PyArray_ZEROS(1, dim1, cnp.NPY_FLOAT64, C)
[all …]
H A D_arma_innovations.pyx.in170 acovf = cnp.PyArray_ZEROS(2, dim2, {{typenum}}, C)
172 acovf2 = cnp.PyArray_ZEROS(1, dim1, {{typenum}}, C)
257 v = cnp.PyArray_ZEROS(1, dim1, {{typenum}}, C)
260 theta = cnp.PyArray_ZEROS(2, dim2, {{typenum}}, C)
354 u = cnp.PyArray_ZEROS(1, dim1, {{typenum}}, C)
417 ar = cnp.PyArray_ZEROS(1, dim1, {{typenum}}, C)
419 ma = cnp.PyArray_ZEROS(1, dim1, {{typenum}}, C)
480 llf_obs = cnp.PyArray_ZEROS(1, dim1, {{typenum}}, C)
/dports/math/py-theano/Theano-1.0.5/theano/tensor/nnet/c_code/
H A Dctc_wrapper.c163 *out_costs = (PyArrayObject *) PyArray_ZEROS( 1, &cost_size, NPY_FLOAT32, 0 ); in APPLY_SPECIFIC()
192 *out_gradients = (PyArrayObject *) PyArray_ZEROS(3, PyArray_DIMS( in_activations ), in APPLY_SPECIFIC()
H A Dcorr3d_gemm.c237 PyArrayObject* col = (PyArrayObject*)PyArray_ZEROS(3,
317 PyArrayObject* local_weight = (PyArrayObject*)PyArray_ZEROS(2,
H A Dcorr_gemm.c250 PyArrayObject* col = (PyArrayObject*)PyArray_ZEROS(3,
380 PyArrayObject* local_weight = (PyArrayObject*)PyArray_ZEROS(2,
/dports/graphics/mypaint/mypaint-2.0.1/lib/fill/
H A Dfill_constants.cpp19 PyObject* empty = PyArray_ZEROS(2, dims, NPY_USHORT, false); in init()

123