Home
last modified time | relevance | path

Searched refs:delta_2 (Results 1 – 25 of 79) sorted by relevance

1234

/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/nalgebra/tests/linalg/
H A Dexp.rs34 let delta_2 = delta / 2.0; in exp_static() localVariable
36 let m11 = ad_2.exp() * (delta * delta_2.cosh() + (a - d) * delta_2.sinh()); in exp_static()
37 let m12 = 2.0 * b * ad_2.exp() * delta_2.sinh(); in exp_static()
38 let m21 = 2.0 * c * ad_2.exp() * delta_2.sinh(); in exp_static()
39 let m22 = ad_2.exp() * (delta * delta_2.cosh() + (d - a) * delta_2.sinh()); in exp_static()
66 let delta_2 = delta / 2.0; in exp_static() localVariable
68 let m11 = ad_2.exp() * (delta * delta_2.cosh() + (a - d) * delta_2.sinh()); in exp_static()
69 let m12 = 2.0 * b * ad_2.exp() * delta_2.sinh(); in exp_static()
70 let m21 = 2.0 * c * ad_2.exp() * delta_2.sinh(); in exp_static()
71 let m22 = ad_2.exp() * (delta * delta_2.cosh() + (d - a) * delta_2.sinh()); in exp_static()
/dports/devel/fatal/fatal-2021.12.27.00/fatal/math/
H A Dstatistical_moments.h235 auto const delta_2 = delta_1 * delta_1; in merge() local
236 auto const delta_3 = delta_1 * delta_2; in merge()
237 auto const delta_4 = delta_2 * delta_2; in merge()
244 + delta_2 * samples_ * rhs.samples_ / samples; in merge()
264 6 * delta_2 * ( in merge()
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/tests/flow/
H A Dt_flow_timer.cpp34 float delta_2 = t.elapsed(); in TEST() local
35 std::cout << "d1 " << delta_1 << " d2 " << delta_2 << std::endl; in TEST()
37 EXPECT_GT(delta_2,delta_1); in TEST()
/dports/science/pcmsolver/pcmsolver-1.3.0/src/utils/
H A DStencils.hpp87 Eigen::Vector3d delta_2 = arg_1 + 2.0 * direction * step / direction.norm(); in fivePointStencil() local
93 func(delta_1, arg_2), func(delta_2, arg_2); in fivePointStencil()
121 Eigen::Vector3d delta_2 = arg_1 + 2.0 * direction * step / direction.norm(); in sevenPointStencil() local
129 func(delta_m1, arg_2), func(delta_1, arg_2), func(delta_2, arg_2), in sevenPointStencil()
/dports/science/dynare/dynare-4.6.4/dynare++/doc/
H A Dsylvester.tex95 For any $n\times n$ matrix $A$ and $\delta_1\delta_2>0$, if there is
98 2\alpha\begin{pmatrix}\gamma&\delta_1\cr-\delta_2&\gamma\end{pmatrix}\otimes A
115 2\alpha\begin{pmatrix}\gamma&-\delta_1\cr\delta_2&\gamma\end{pmatrix}\otimes A
126 \delta & = \sqrt{\delta_1\delta_2}
134 \begin{pmatrix}\gamma&\delta_1\cr-\delta_2&\gamma\end{pmatrix}\otimes A\right)
136 \begin{pmatrix}\gamma&\delta_1\cr-\delta_2&\gamma\end{pmatrix}\otimes A\right).
142 \begin{pmatrix}\gamma&-\delta_1\cr\delta_2&\gamma\end{pmatrix}\otimes A\right)
144 \begin{pmatrix}\gamma&-\delta_1\cr\delta_2&\gamma\end{pmatrix}\otimes A\right),
331 \begin{pmatrix}\gamma&\delta_1\cr -\delta_2&\gamma\end{pmatrix}\imF\otimes K
360 &=\left(\begin{pmatrix}\gamma&-\delta_1\cr\delta_2&\gamma\end{pmatrix}
[all …]
/dports/print/py-fonttools3/fonttools-3.44.0/Lib/fontTools/misc/
H A DbezierTools.py385 delta_2 = delta*delta
386 a1x = ax * delta_2
387 a1y = ay * delta_2
413 delta_2 = delta*delta
414 delta_3 = delta*delta_2
421 b1x = (3*ax*t1 + bx) * delta_2
422 b1y = (3*ay*t1 + by) * delta_2
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_envs/minitaur/agents/baseline_controller/
H A Draibert_swing_leg_controller.py47 delta_2 = end - start
49 coef_a = (delta_1 - delta_2 * mid_phase) / delta_3
50 coef_b = (delta_2 * mid_phase**2 - delta_1) / delta_3
H A Dminitaur_raibert_controller.py90 delta_2 = end_ankle_dist - init_ankle_dist
93 a = (delta_1 - phi * delta_2) / delta_p
95 b = (phi * phi * delta_2 - delta_1) / delta_p
/dports/games/d2x/d2x-0.2.5/main/
H A Dai2.c666 delta_2 = -ANIM_RATE; in do_silly_animation()
668 delta_2 = ANIM_RATE; in do_silly_animation()
670 delta_2 = -ANIM_RATE; in do_silly_animation()
672 delta_2 = ANIM_RATE; in do_silly_animation()
687 delta_2 = -ANIM_RATE; in do_silly_animation()
689 delta_2 = ANIM_RATE; in do_silly_animation()
691 delta_2 = -ANIM_RATE; in do_silly_animation()
693 delta_2 = ANIM_RATE; in do_silly_animation()
708 delta_2 = -ANIM_RATE; in do_silly_animation()
710 delta_2 = ANIM_RATE; in do_silly_animation()
[all …]
/dports/math/py-deap/deap-1.3.1/deap/tools/
H A Dmutation.py79 delta_2 = (xu - x) / (xu - xl)
88 xy = 1.0 - delta_2
/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/misc/
H A DbezierTools.py565 delta_2 = delta * delta
566 a1x = ax * delta_2
567 a1y = ay * delta_2
593 delta_2 = delta * delta
594 delta_3 = delta * delta_2
601 b1x = (3 * ax * t1 + bx) * delta_2
602 b1y = (3 * ay * t1 + by) * delta_2
/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/cu2qu/
H A Dcu2qu.py120 @cython.locals(dt=cython.double, delta_2=cython.double, delta_3=cython.double, i=cython.int)
125 delta_2 = dt * dt
126 delta_3 = dt * delta_2
132 b1 = (3*a*t1 + b) * delta_2
/dports/x11-fonts/py-cu2qu/cu2qu-1.6.5/Lib/cu2qu/
H A Dcu2qu.py108 @cython.locals(dt=cython.double, delta_2=cython.double, delta_3=cython.double, i=cython.int)
113 delta_2 = dt * dt
114 delta_3 = dt * delta_2
120 b1 = (3*a*t1 + b) * delta_2
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_envs/minitaur/envs/
H A Dminitaur_raibert_controller.py161 delta_2 = end_delta - init_delta
164 a = (delta_1 - phi * delta_2) / delta_p
166 b = (phi * phi * delta_2 - delta_1) / delta_p
/dports/graphics/darktable38/darktable-3.8.0/src/iop/
H A Dashift_lsd.c1812 double delta_2 = delta / 2.0; in rect_improve() local
1859 r.x1 += -r.dy * delta_2; in rect_improve()
1860 r.y1 += r.dx * delta_2; in rect_improve()
1861 r.x2 += -r.dy * delta_2; in rect_improve()
1862 r.y2 += r.dx * delta_2; in rect_improve()
1881 r.x1 -= -r.dy * delta_2; in rect_improve()
1882 r.y1 -= r.dx * delta_2; in rect_improve()
1883 r.x2 -= -r.dy * delta_2; in rect_improve()
1884 r.y2 -= r.dx * delta_2; in rect_improve()
/dports/graphics/colmap/colmap-3.6/lib/LSD/
H A Dlsd.c1762 double delta_2 = delta / 2.0; in rect_improve() local
1809 r.x1 += -r.dy * delta_2; in rect_improve()
1810 r.y1 += r.dx * delta_2; in rect_improve()
1811 r.x2 += -r.dy * delta_2; in rect_improve()
1812 r.y2 += r.dx * delta_2; in rect_improve()
1831 r.x1 -= -r.dy * delta_2; in rect_improve()
1832 r.y1 -= r.dx * delta_2; in rect_improve()
1833 r.x2 -= -r.dy * delta_2; in rect_improve()
1834 r.y2 -= r.dx * delta_2; in rect_improve()
/dports/graphics/darktable/darktable-3.6.1/src/iop/
H A Dashift_lsd.c1812 double delta_2 = delta / 2.0; in rect_improve() local
1859 r.x1 += -r.dy * delta_2; in rect_improve()
1860 r.y1 += r.dx * delta_2; in rect_improve()
1861 r.x2 += -r.dy * delta_2; in rect_improve()
1862 r.y2 += r.dx * delta_2; in rect_improve()
1881 r.x1 -= -r.dy * delta_2; in rect_improve()
1882 r.y1 -= r.dx * delta_2; in rect_improve()
1883 r.x2 -= -r.dy * delta_2; in rect_improve()
1884 r.y2 -= r.dx * delta_2; in rect_improve()
/dports/graphics/art/ART-1.9.3/rtengine/
H A Dashift_lsd.c1823 double delta_2 = delta / 2.0; in rect_improve() local
1870 r.x1 += -r.dy * delta_2; in rect_improve()
1871 r.y1 += r.dx * delta_2; in rect_improve()
1872 r.x2 += -r.dy * delta_2; in rect_improve()
1873 r.y2 += r.dx * delta_2; in rect_improve()
1892 r.x1 -= -r.dy * delta_2; in rect_improve()
1893 r.y1 -= r.dx * delta_2; in rect_improve()
1894 r.x2 -= -r.dy * delta_2; in rect_improve()
1895 r.y2 -= r.dx * delta_2; in rect_improve()
/dports/astro/py-pymeeus/PyMeeus-0.3.6/tests/
H A Dtest_coordinates.py490 delta_2 = Angle(-9, 9, 3.88)
500 delta_list = [delta_1, delta_2, delta_3, delta_4, delta_5]
517 delta_2 = Angle(21, 35, 23.4)
529 delta_list = [delta_1, delta_2, delta_3, delta_4, delta_5]
/dports/misc/py-gluoncv/gluon-cv-0.9.0/scripts/depth/
H A Dtrainer.py264 delta_1, delta_2, delta_3 = 0, 0, 0
280 delta_2 = depth_metrics['da/a2'] / (i + 1)
287 (self.epoch, abs_rel, sq_rel, rmse, rmse_log, delta_1, delta_2, delta_3))
296 (self.epoch, abs_rel, sq_rel, rmse, rmse_log, delta_1, delta_2, delta_3))
/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/src/
H A Dintjoinper.c137 double *delta_2=delta_par+2; /* Delta vector in par space, periodicity */ local
519 pnext->geo_track_2d_2[0] += delta_2[0];
520 pnext->geo_track_2d_2[1] += delta_2[1];
/dports/misc/visp/visp-3.4.0/modules/core/src/tracking/moments/
H A DvpMomentCInvariant.cpp116 double delta_2 = delta * delta; in computeI() local
141 I_val[15] = delta_2 + phi_2; in computeI()
/dports/science/py-dipy/dipy-1.4.1/dipy/align/
H A Dsumsqdiff.pyx798 double delta, delta_2, nrm2, energy, den
809 delta_2 = delta**2
810 energy += delta_2
812 den = delta_2/sigma_sq_x + nrm2
873 double delta, delta_2, nrm2, energy, den
885 delta_2 = delta**2
886 energy += delta_2
890 den = delta_2/sigma_sq_x + nrm2
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bwm/algo/
H A Dbwm_image_processor.cxx323 double delta_2 = range/(2.0*nbins); in scan_regions() local
337 (*vit)-=delta_2; in scan_regions()
/dports/devel/R-cran-BH/BH/inst/include/boost/math/statistics/detail/
H A Dsingle_pass.hpp81 Real delta_2 = *it - M;
82 M2 += delta_1 * delta_2;

1234