Home
last modified time | relevance | path

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

/dports/science/py-scipy/scipy-1.7.1/scipy/interpolate/src/
H A D_fitpackmodule.c167 PyObject *x_py = NULL, *y_py = NULL, *c_py = NULL, *tx_py = NULL, *ty_py = NULL; in fitpack_bispev() local
170 &tx_py,&ty_py,&c_py,&kx,&ky,&x_py,&y_py,&nux,&nuy)) { in fitpack_bispev()
174 ap_y = (PyArrayObject *)PyArray_ContiguousFromObject(y_py, NPY_DOUBLE, 0, 1); in fitpack_bispev()
261 PyObject *x_py = NULL, *y_py = NULL, *z_py = NULL, *w_py = NULL; in fitpack_surfit() local
268 &x_py, &y_py, &z_py, &w_py, &xb, &xe, &yb, &ye, in fitpack_surfit()
274 ap_y = (PyArrayObject *)PyArray_ContiguousFromObject(y_py, NPY_DOUBLE, 0, 1); in fitpack_surfit()
551 PyObject *x_py = NULL, *y_py = NULL, *w_py = NULL, *t_py = NULL; in fitpack_curfit() local
556 &x_py, &y_py, &w_py, &xb, &xe, &k, &iopt, in fitpack_curfit()
561 ap_y = (PyArrayObject *)PyArray_ContiguousFromObject(y_py, NPY_DOUBLE, 0, 1); in fitpack_curfit()