Home
last modified time | relevance | path

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

/dports/math/py-pygsl/pygsl-2.3.0/testing/src/solvers/
H A Dmultimin.c132 xa = PyGSL_vector_check(x, n, PyGSL_DARRAY_INPUT(4), &stride_recalc, NULL); in PyGSL_multimin_set_f()
139 stepsa = PyGSL_vector_check(steps, n, PyGSL_DARRAY_INPUT(5), &stride_recalc, NULL); in PyGSL_multimin_set_f()
228 xa = PyGSL_vector_check(x, n, PyGSL_DARRAY_INPUT(4), &stride_recalc, NULL); in PyGSL_multimin_set_fdf()
H A Dsolvermodule.c675 xa = PyGSL_vector_check(x, n, PyGSL_DARRAY_INPUT(2), &stride, NULL); in PyGSL_solver_n_set()
791 ga = PyGSL_vector_check(g, -1, PyGSL_DARRAY_INPUT(1), &stride_recalc, NULL); in PyGSL_solver_vd_i()
819 dx_a = PyGSL_vector_check(dx_o, -1, PyGSL_DARRAY_INPUT(1), &stride, NULL); in PyGSL_solver_vvdd_i()
H A Dmultifit_nlin.c230 f_a = PyGSL_vector_check(f_o, dimension, PyGSL_DARRAY_INPUT(2), &stride_recalc, NULL); in AMFIT_FDF()
/dports/math/py-pygsl/pygsl-2.3.0/Include/pygsl/
H A Dblock_helpers.h142 #define PyGSL_DARRAY_INPUT(argnum) PyGSL_DARRAY_INFO(PyGSL_NON_CONTIGUOUS | PyGSL_INPUT_ARRAY, ar… macro
/dports/math/py-pygsl/pygsl-2.3.0/src/init/
H A Dinittestmodule.c23 a = PyGSL_matrix_check(tmp1, -1, -1, PyGSL_DARRAY_INPUT(1), NULL, NULL, NULL); in PyGSL_test_GetPTR1()
H A Dblock_helpers.c443 a_array = PyGSL_vector_check(object, n, PyGSL_DARRAY_INPUT(argnum), NULL, info);
/dports/math/py-pygsl/pygsl-2.3.0/src/rng/
H A Drng_helpers.c819 array_x = PyGSL_vector_check(tmp1, -1, PyGSL_DARRAY_INPUT(1), NULL, NULL); in PyGSL_pdf_ddd_to_dd()
827 array_y = PyGSL_vector_check(tmp2, -1, PyGSL_DARRAY_INPUT(1), NULL, NULL); in PyGSL_pdf_ddd_to_dd()
1201 array_p = PyGSL_vector_check(tmp, -1, PyGSL_DARRAY_INPUT(1), NULL, NULL); in PyGSL_pdf_dA_to_uint_or_dA()
/dports/math/py-pygsl/pygsl-2.3.0/src/bspline/
H A Dbspline.i93 … knots_a = PyGSL_vector_check(knots_o, self->w->knots->size, PyGSL_DARRAY_INPUT(1), &stride, NULL);
H A Dbspline2.i133 … knots_a = PyGSL_vector_check(knots_o, self->w->knots->size, PyGSL_DARRAY_INPUT(1), &stride, NULL); in knots()
/dports/math/py-pygsl/pygsl-2.3.0/src/callback/
H A Dgsl_multifit.i174 … _PyVector$argnum = PyGSL_vector_check($input, size, PyGSL_DARRAY_INPUT($argnum), &strides, NULL);
/dports/math/py-pygsl/pygsl-2.3.0/swig_src/
H A Dcallback_wrap.c15915 _PyVector1 = PyGSL_vector_check(obj0, size, PyGSL_DARRAY_INPUT(1), &strides, NULL); in _wrap_gsl_fit_linear()
15930 _PyVector3 = PyGSL_vector_check(obj1, size, PyGSL_DARRAY_INPUT(3), &strides, NULL); in _wrap_gsl_fit_linear()
16064 _PyVector1 = PyGSL_vector_check(obj0, size, PyGSL_DARRAY_INPUT(1), &strides, NULL); in _wrap_gsl_fit_wlinear()
16079 _PyVector3 = PyGSL_vector_check(obj1, size, PyGSL_DARRAY_INPUT(3), &strides, NULL); in _wrap_gsl_fit_wlinear()
16094 _PyVector5 = PyGSL_vector_check(obj2, size, PyGSL_DARRAY_INPUT(5), &strides, NULL); in _wrap_gsl_fit_wlinear()
16311 _PyVector1 = PyGSL_vector_check(obj0, size, PyGSL_DARRAY_INPUT(1), &strides, NULL); in _wrap_gsl_fit_mul()
16326 _PyVector3 = PyGSL_vector_check(obj1, size, PyGSL_DARRAY_INPUT(3), &strides, NULL); in _wrap_gsl_fit_mul()
16430 _PyVector1 = PyGSL_vector_check(obj0, size, PyGSL_DARRAY_INPUT(1), &strides, NULL); in _wrap_gsl_fit_wmul()
16445 _PyVector3 = PyGSL_vector_check(obj1, size, PyGSL_DARRAY_INPUT(3), &strides, NULL); in _wrap_gsl_fit_wmul()
16460 _PyVector5 = PyGSL_vector_check(obj2, size, PyGSL_DARRAY_INPUT(5), &strides, NULL); in _wrap_gsl_fit_wmul()
H A Dbspline_wrap.c4046 … knots_a = PyGSL_vector_check(knots_o, self->w->knots->size, PyGSL_DARRAY_INPUT(1), &stride, NULL); in pygsl_bspline_knots()