Home
last modified time | relevance | path

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

/dports/math/py-uncertainties/uncertainties-3.1.6/uncertainties/
H A Dtest_uncertainties.py852 f_wrapped = uncert_core.wrap(f)
909 f_wrapped = uncert_core.wrap(f)
958 f_wrapped = uncert_core.wrap(f)
971 f_wrapped = uncert_core.wrap(f, [None])
991 f_wrapped = uncert_core.wrap(f, [None],
1003 f_wrapped = uncert_core.wrap(
1052 f_wrapped = uncert_core.wrap(f)
1083 f_wrapped = uncert_core.wrap(
1120 f_wrapped = uncert_core.wrap(f)
1151 f_wrapped = uncert_core.wrap(
[all …]
/dports/math/py-autograd/autograd-1.3/autograd/
H A Dtracer.py36 def f_wrapped(*args, **kwargs): function
40 if f_wrapped in notrace_primitives[node_constructor]:
41 return f_wrapped(*argvals, **kwargs)
44 ans = f_wrapped(*argvals, **kwargs)
45 node = node_constructor(ans, f_wrapped, argvals, kwargs, argnums, parents)
49 f_wrapped.fun = f_raw
50 f_wrapped._is_autograd_primitive = True
51 return f_wrapped
59 def f_wrapped(*args, **kwargs): function
62 f_wrapped._is_primitive = True
[all …]
H A Dcore.py326 f_wrapped = primitive_(f_raw)
327 f_wrapped.defvjp = deprecated_defvjp(f_wrapped)
328 f_wrapped.defvjp_is_zero = deprecated_defvjp_is_zero(f_wrapped)
329 f_wrapped.defgrad = deprecated_defgrad(f_wrapped)
330 return f_wrapped
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/ffsubsync/
H A Dgolden_section_search.py40 def f_wrapped(x, is_last_iter): function
48 yc = f_wrapped(c, n==1)
49 yd = f_wrapped(d, n==1)
58 yc = f_wrapped(c, k==n-2)
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/src/elementwise/
H A DROL_Elementwise_Function.hpp84 UnaryFunctionWrapper<Real,Func> f_wrapped(f); in applyUnaryInPlace() local
85 x.applyUnary(f_wrapped); in applyUnaryInPlace()
122 BinaryFunctionWrapper<Real,Func> f_wrapped(f); in applyBinaryInPlace() local
123 x.applyBinary(f_wrapped,y); in applyBinaryInPlace()
/dports/math/py-mpmath/mpmath-1.2.1/mpmath/
H A Dctx_fp.py54 def f_wrapped(ctx, *args, **kwargs): function
59 f_wrapped = f
60 f_wrapped.__doc__ = function_docs.__dict__.get(name, f.__doc__)
61 setattr(cls, name, f_wrapped)
H A Dctx_mp_python.py1015 def f_wrapped(ctx, *args, **kwargs): function
1026 f_wrapped = f
1027 f_wrapped.__doc__ = function_docs.__dict__.get(name, f.__doc__)
1028 setattr(cls, name, f_wrapped)
H A Dctx_iv.py372 def f_wrapped(ctx, *args, **kwargs): function
383 f_wrapped = f
384 setattr(cls, name, f_wrapped)
/dports/devel/py-positional/positional-1.2.1/positional/tests/
H A Dtest_positional.py89 def f_wrapped(my_arg=False): function
96 inspect.getargspec(f_wrapped))
/dports/math/py-uncertainties/uncertainties-3.1.6/uncertainties/unumpy/
H A Dtest_unumpy.py203 f_wrapped = core.wrap_array_func(f)
213 m_f_wrapped = f_wrapped(m, 2, factor=10)
/dports/math/stanmath/math-4.2.0/stan/math/rev/functor/
H A Dcvodes_integrator.hpp123 auto f_wrapped = [&](const Eigen::Matrix<var, Eigen::Dynamic, 1>& y) { in jacobian_states() local
128 jacobian(f_wrapped, Eigen::Map<const Eigen::VectorXd>(y, N_), fy, Jfy); in jacobian_states()
/dports/math/py-mpmath/mpmath-1.2.1/mpmath/functions/
H A Dbessel.py387 def f_wrapped(ctx): function
396 return f_wrapped
/dports/math/py-jax/jax-0.2.9/jax/_src/lax/
H A Dlax.py1890 def f_wrapped(x): function
1897 return f_wrapped