Lines Matching defs:k
20 T jacobi_recurse(const T& x, const T& k, T anm1, T bnm1, unsigned N, T* pTn, const Policy& pol) in jacobi_recurse()
39 T jacobi_imp(const T& x, const T& k, T* cn, T* dn, const Policy& pol, const char* function) in jacobi_imp()
120 inline typename tools::promote_args<T, U, V>::type jacobi_elliptic(T k, U theta, V* pcn, V* pdn, co… in jacobi_elliptic()
144 inline typename tools::promote_args<T, U, V>::type jacobi_elliptic(T k, U theta, V* pcn, V* pdn) in jacobi_elliptic()
150 inline typename tools::promote_args<T, U>::type jacobi_sn(U k, T theta, const Policy& pol) in jacobi_sn()
157 inline typename tools::promote_args<T, U>::type jacobi_sn(U k, T theta) in jacobi_sn()
163 inline typename tools::promote_args<T, U>::type jacobi_cn(T k, U theta, const Policy& pol) in jacobi_cn()
172 inline typename tools::promote_args<T, U>::type jacobi_cn(T k, U theta) in jacobi_cn()
178 inline typename tools::promote_args<T, U>::type jacobi_dn(T k, U theta, const Policy& pol) in jacobi_dn()
187 inline typename tools::promote_args<T, U>::type jacobi_dn(T k, U theta) in jacobi_dn()
193 inline typename tools::promote_args<T, U>::type jacobi_cd(T k, U theta, const Policy& pol) in jacobi_cd()
202 inline typename tools::promote_args<T, U>::type jacobi_cd(T k, U theta) in jacobi_cd()
208 inline typename tools::promote_args<T, U>::type jacobi_dc(T k, U theta, const Policy& pol) in jacobi_dc()
217 inline typename tools::promote_args<T, U>::type jacobi_dc(T k, U theta) in jacobi_dc()
223 inline typename tools::promote_args<T, U>::type jacobi_ns(T k, U theta, const Policy& pol) in jacobi_ns()
230 inline typename tools::promote_args<T, U>::type jacobi_ns(T k, U theta) in jacobi_ns()
236 inline typename tools::promote_args<T, U>::type jacobi_sd(T k, U theta, const Policy& pol) in jacobi_sd()
245 inline typename tools::promote_args<T, U>::type jacobi_sd(T k, U theta) in jacobi_sd()
251 inline typename tools::promote_args<T, U>::type jacobi_ds(T k, U theta, const Policy& pol) in jacobi_ds()
260 inline typename tools::promote_args<T, U>::type jacobi_ds(T k, U theta) in jacobi_ds()
266 inline typename tools::promote_args<T, U>::type jacobi_nc(T k, U theta, const Policy& pol) in jacobi_nc()
272 inline typename tools::promote_args<T, U>::type jacobi_nc(T k, U theta) in jacobi_nc()
278 inline typename tools::promote_args<T, U>::type jacobi_nd(T k, U theta, const Policy& pol) in jacobi_nd()
284 inline typename tools::promote_args<T, U>::type jacobi_nd(T k, U theta) in jacobi_nd()
290 inline typename tools::promote_args<T, U>::type jacobi_sc(T k, U theta, const Policy& pol) in jacobi_sc()
299 inline typename tools::promote_args<T, U>::type jacobi_sc(T k, U theta) in jacobi_sc()
305 inline typename tools::promote_args<T, U>::type jacobi_cs(T k, U theta, const Policy& pol) in jacobi_cs()
314 inline typename tools::promote_args<T, U>::type jacobi_cs(T k, U theta) in jacobi_cs()