Home
last modified time | relevance | path

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

/dports/math/py-mpmath/mpmath-1.2.1/mpmath/tests/
H A Dtest_elliptic.py234 term1 = (jtheta(1, z, q)**2) * (jtheta(4, zero, q)**2)
235 term2 = (jtheta(3, z, q)**2) * (jtheta(2, zero, q)**2)
236 term3 = (jtheta(2, z, q)**2) * (jtheta(3, zero, q)**2)
245 term1 = (jtheta(2, z, q)**2) * (jtheta(4, zero, q)**2)
246 term2 = (jtheta(4, z, q)**2) * (jtheta(2, zero, q)**2)
247 term3 = (jtheta(1, z, q)**2) * (jtheta(3, zero, q)**2)
311 a = [0,0, jtheta(2, 0, q), jtheta(3, 0, q), jtheta(4, 0, q)]
312 t = [0, jtheta(1, z, q), jtheta(2, z, q), jtheta(3, z, q), jtheta(4, z, q)]
356 b = jtheta(2, 0, q)*jtheta(3, 0, q)*jtheta(4, 0, q)
375 a[1] = jtheta(1, z, q, 3)/jtheta(1, z, q, 1)
[all …]
/dports/math/py-mpmath/mpmath-1.2.1/mpmath/functions/
H A Delliptic.py257 return (ctx.jtheta(2,0,q)/ctx.jtheta(3,0,q))**2
309 v = (ctx.jtheta(2,0,q)/ctx.jtheta(3,0,q))**4
361 t = u / ctx.jtheta(3, 0, q)**2
363 for a in S[0]: v *= ctx.jtheta(a, 0, q)
364 for b in S[1]: v /= ctx.jtheta(b, 0, q)
365 for c in S[2]: v *= ctx.jtheta(c, t, q)
366 for d in S[3]: v /= ctx.jtheta(d, t, q)
458 t2 = ctx.jtheta(2,0,q)
459 t3 = ctx.jtheta(3,0,q)
460 t4 = ctx.jtheta(4,0,q)
H A Dtheta.py911 def jtheta(ctx, n, z, q, derivative=0): function
/dports/math/py-mpmath/mpmath-1.2.1/mpmath/
H A Dfunction_docs.py9424 jtheta = r""" variable
H A D__init__.py48 jtheta = mp.jtheta variable
/dports/science/getdp/getdp-3.4.0-source/Functions/
H A DF_Analytic.cpp1063 cplx I = {0., 1.}, tmp, *hn, coef1, coef2, an, jtheta, jphi, rtp[3], xyz[3]; in F_CurrentPerfectlyConductingSphere() local
1101 jtheta.r = 0; in F_CurrentPerfectlyConductingSphere()
1102 jtheta.i = 0; in F_CurrentPerfectlyConductingSphere()
1120 jtheta = Csum( jtheta, tmp ); in F_CurrentPerfectlyConductingSphere()
1130 jtheta = Cprod( jtheta, tmp ); in F_CurrentPerfectlyConductingSphere()
1138 rtp[1] = jtheta; in F_CurrentPerfectlyConductingSphere()
/dports/math/py-mpmath/mpmath-1.2.1/
H A DCHANGES403 * Removed the djtheta function (jtheta() accepts a derivative parameter)
628 general. Renamed Jacobi theta functions: jacobi_theta -> jtheta,
630 * Implemented derivatives of jtheta (djtheta) (contributed by