Home
last modified time | relevance | path

Searched refs:theta_b (Results 1 – 25 of 28) sorted by relevance

12

/dports/science/py-asdf/asdf-2.8.1/asdf-standard/schemas/stsci.edu/asdf/transform/
H A Dairy-1.1.0.yaml20 theta_b:
23 The latitude $\theta_b$ at which to minimize the error, in
H A Dairy-1.2.0.yaml20 theta_b:
25 The latitude $\theta_b$ at which to minimize the error, in
H A Dairy-1.0.0.yaml20 theta_b:
23 The latitude $\theta_b$ at which to minimize the error, in
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dtopology_psf.F267 CALL reallocate(conn_info%theta_b, 1, ntheta_prev + ntheta)
275 conn_info%theta_b(index_now + i), &
285 conn_info%theta_b(index_now + i), &
291 conn_info%theta_b(ntheta_prev + 1:) = conn_info%theta_b(ntheta_prev + 1:) + natom_prev
476 conn_info%ub_b(:) = conn_info%theta_b(:)
663 CALL reallocate(conn_info%theta_b, 1, n_rep + ntheta)
668 conn_info%theta_b(ntheta + i) = tmp(2)
853 conn_info%theta_a(i + j), conn_info%theta_b(i + j), &
H A Dtopology_gromos.F339 CALL reallocate(conn_info%theta_b, 1, offset + ntype)
345 CALL parser_get_object(parser, conn_info%theta_b(offset + itype))
352 …conn_info%theta_b(offset + 1:offset + ntype) = conn_info%theta_b(offset + 1:offset + ntype) + nato…
365 CALL reallocate(conn_info%theta_b, 1, offset + ntype)
371 CALL parser_get_object(parser, conn_info%theta_b(offset + itype))
378 …conn_info%theta_b(offset + 1:offset + ntype) = conn_info%theta_b(offset + 1:offset + ntype) + nato…
H A Dtopology_connectivity_util.F489 j2 = map_atom_mol(conn_info%theta_b(j))
504 j2 = map_atom_mol(conn_info%theta_b(j))
509 c_var_b(idim) = conn_info%theta_b(j)
533 j2 = map_atom_mol(conn_info%theta_b(i))
571 bend_list(ibend)%b = conn_info%theta_b(jind) - first + 1
584 conn_info%theta_b(jind), &
588 conn_info%theta_b(jind) - first + 1, &
1276 CALL reallocate(conn_info%theta_b, 1, ntheta*fac)
1339 conn_info%theta_b(m + 1:m + ntheta) = conn_info%theta_b(1:ntheta) + a
H A Dtopology_types.F54 INTEGER, POINTER :: theta_a(:), theta_b(:), theta_c(:), theta_type(:) component
274 NULLIFY (topology%conn_info%theta_b)
468 IF (ASSOCIATED(topology%conn_info%theta_b)) THEN
469 DEALLOCATE (topology%conn_info%theta_b)
H A Dtopology_generate_util.F1530 CALL reallocate(conn_info%theta_b, 1, nsize)
1545 Oarray2=conn_info%theta_b, &
1560 Iarray2=conn_info%theta_b, &
1568 CALL reallocate(conn_info%theta_b, 1, ntheta)
1762 conn_info%ub_b(itheta) = conn_info%theta_b(itheta)
H A Dtopology_amber.F696 CALL reallocate(conn_info%theta_b, 1, ntheta_prev + ntheth + ntheta)
701 conn_info%theta_b(index_now) = natom_prev + jth(i)
707 conn_info%theta_b(index_now) = natom_prev + jt(i)
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dtopology_psf.F267 CALL reallocate(conn_info%theta_b, 1, ntheta_prev + ntheta)
275 conn_info%theta_b(index_now + i), &
285 conn_info%theta_b(index_now + i), &
291 conn_info%theta_b(ntheta_prev + 1:) = conn_info%theta_b(ntheta_prev + 1:) + natom_prev
476 conn_info%ub_b(:) = conn_info%theta_b(:)
663 CALL reallocate(conn_info%theta_b, 1, n_rep + ntheta)
668 conn_info%theta_b(ntheta + i) = tmp(2)
853 conn_info%theta_a(i + j), conn_info%theta_b(i + j), &
H A Dtopology_gromos.F339 CALL reallocate(conn_info%theta_b, 1, offset + ntype)
345 CALL parser_get_object(parser, conn_info%theta_b(offset + itype))
352 …conn_info%theta_b(offset + 1:offset + ntype) = conn_info%theta_b(offset + 1:offset + ntype) + nato…
365 CALL reallocate(conn_info%theta_b, 1, offset + ntype)
371 CALL parser_get_object(parser, conn_info%theta_b(offset + itype))
378 …conn_info%theta_b(offset + 1:offset + ntype) = conn_info%theta_b(offset + 1:offset + ntype) + nato…
H A Dtopology_connectivity_util.F489 j2 = map_atom_mol(conn_info%theta_b(j))
504 j2 = map_atom_mol(conn_info%theta_b(j))
509 c_var_b(idim) = conn_info%theta_b(j)
533 j2 = map_atom_mol(conn_info%theta_b(i))
571 bend_list(ibend)%b = conn_info%theta_b(jind) - first + 1
584 conn_info%theta_b(jind), &
588 conn_info%theta_b(jind) - first + 1, &
1276 CALL reallocate(conn_info%theta_b, 1, ntheta*fac)
1339 conn_info%theta_b(m + 1:m + ntheta) = conn_info%theta_b(1:ntheta) + a
H A Dtopology_types.F54 INTEGER, POINTER :: theta_a(:), theta_b(:), theta_c(:), theta_type(:) component
274 NULLIFY (topology%conn_info%theta_b)
468 IF (ASSOCIATED(topology%conn_info%theta_b)) THEN
469 DEALLOCATE (topology%conn_info%theta_b)
H A Dtopology_generate_util.F1530 CALL reallocate(conn_info%theta_b, 1, nsize)
1545 Oarray2=conn_info%theta_b, &
1560 Iarray2=conn_info%theta_b, &
1568 CALL reallocate(conn_info%theta_b, 1, ntheta)
1762 conn_info%ub_b(itheta) = conn_info%theta_b(itheta)
/dports/astro/py-astropy/astropy-5.0/astropy/modeling/
H A Dprojections.py669 theta_b = Parameter(default=90.0) variable in Pix2Sky_Airy
673 return Sky2Pix_Airy(self.theta_b.value)
676 def evaluate(cls, x, y, theta_b): argument
677 return _projections.airx2s(x, y, theta_b)
706theta_b = Parameter(default=90.0, description="The latitude at which to minimize the error,in degr… variable in Sky2Pix_Airy
710 return Pix2Sky_Airy(self.theta_b.value)
713 def evaluate(cls, phi, theta, theta_b): argument
714 return _projections.airs2x(phi, theta, theta_b)
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/math/sampling/
H A Dmappings.h231 const T theta_b, // end angle
237 const T theta_b, // end angle
669 const T theta_b, in sample_equiangular_distribution() argument
675 return distance * std::tan(lerp(theta_a, theta_b, s)); in sample_equiangular_distribution()
682 const T theta_b, in equiangular_distribution_pdf() argument
685 return distance / ((theta_b - theta_a) * (square(distance) + square(t))); in equiangular_distribution_pdf()
/dports/graphics/opencv/opencv-4.5.3/modules/ml/src/
H A Dlr.cpp290 Mat theta_b; in compute_cost() local
298 theta_b = _init_theta(Range(1, n), Range::all()); in compute_cost()
307 rparameter = (llambda/(2*m)) * sum(theta_b)[0]; in compute_cost()
312 multiply(theta_b, theta_b, theta_c, 1); in compute_cost()
/dports/math/cadabra2/cadabra2-2.3.6.8/tests/
H A Dbasic.cdb42 { \theta_a, \theta_b }::SelfAntiCommuting.
43 obj9:= \theta_c \theta_b \theta_a;
45 tst9:= \theta_a \theta_b \theta_c + @(obj9);
58 obj10:= \theta_c \theta_b \theta_d \chi_d \theta_a \chi_a;
60 tst10:= \theta_a \theta_b \theta_c \theta_d \chi_a \chi_d + @(obj10);
H A Dalgebra.cdb70 { \theta_a, \theta_b }::SelfAntiCommuting.
71 obj9:= \theta_c \theta_b \theta_a;
73 tst9:= \theta_a \theta_b \theta_c + @(obj9);
86 obj10:= \theta_c \theta_b \theta_d \chi_d \theta_a \chi_a;
88 tst10:= \theta_a \theta_b \theta_c \theta_d \chi_a \chi_d + @(obj10);
/dports/graphics/blender/blender-2.91.0/intern/cycles/kernel/
H A Dkernel_volume.h308 float theta_b = atan2f(t - delta, D); in kernel_volume_equiangular_sample() local
309 float t_ = D * tanf((xi * theta_b) + (1 - xi) * theta_a); in kernel_volume_equiangular_sample()
310 if (UNLIKELY(theta_b == theta_a)) { in kernel_volume_equiangular_sample()
314 *pdf = D / ((theta_b - theta_a) * (D * D + t_ * t_)); in kernel_volume_equiangular_sample()
331 float theta_b = atan2f(t - delta, D); in kernel_volume_equiangular_pdf() local
332 if (UNLIKELY(theta_b == theta_a)) { in kernel_volume_equiangular_pdf()
336 float pdf = D / ((theta_b - theta_a) * (D * D + t_ * t_)); in kernel_volume_equiangular_pdf()
/dports/science/py-scipy/scipy-1.7.1/scipy/sparse/linalg/tests/
H A Dtest_expm_multiply.py25 for (m_a, theta_a), (m_b, theta_b) in zip(pairs[:-1], pairs[1:]):
26 assert_(theta_a < theta_b)
/dports/math/gretl/gretl-2021d/addons/SVAR/
H A DSVAR_ABfuncs.inp152 matrix theta_b = p2>p1 ? theta[p1+1:p2] : {}
153 B = mat_exp(theta_b, bSs) # was: , 1)
/dports/science/libvdwxc/libvdwxc-b1e0dd854310410012d05daf4c6661b49f31b2ab/
H A DREADME.md11 …= \frac{1}{2} \sum_{ab} \int \theta_a^*(\mathbf{k}) K_{ab}(\mathbf{k}) \theta_b(\mathbf{k}) d\math…
/dports/astro/py-astropy/astropy-5.0/astropy/modeling/tests/
H A Dtest_projections.py680 assert inverse.theta_b == model.theta_b == 30
696 assert inverse.theta_b == model.theta_b == 30
/dports/science/healpix/Healpix_3.50/src/idl/zzz_external/astron/
H A Dwcssph2xy.pro481 theta_b = PV2_1/radeg
485 ; When theta_b (aka PV2_1 in radians) is equal to pi/2 the normal equations
487 ; of theta_b equal to pi/2 cause a different set of equations to be used.
488 if (theta_b eq pi2) then begin
509 xi_b = (pi2 - theta_b)/2.d0

12