Home
last modified time | relevance | path

Searched refs:xh1 (Results 1 – 25 of 72) sorted by relevance

123

/dports/science/dynare/dynare-4.6.4/matlab/
H A Dhessian_sparse.m44 xh1=x+h1;
45 h1=xh1-x;
46 xh1=x-h_1;
47 h_1=x-xh1;
48 xh1=x;
53 xh1(i)=x(i)+h1(i);
55 xh1(i)=x(i)-h_1(i);
57 xh1(i)=x(i);
59 xh_1=xh1;
76 xh1(i)=x(i);
[all …]
H A Dhessian.m53 xh1 = x+h1; variable
54 h1 = xh1-x;
55 xh1 = x-h_1; variable
56 h_1 = x-xh1;
57 xh1 = x; variable
64 xh1(i) = x(i)+h1(i);
67 xh1(i) = x(i)-h_1(i);
70 xh1(i) = x(i);
73 xh_1 = xh1;
94 xh1(i) = x(i);
[all …]
H A Dfjaco.m37 xh1=x+h; xh0=x-h;
38 h=xh1-xh0;
42 xx(j) = xh1(j); f1=feval(f,xx,varargin{:});
/dports/science/dynare/dynare-4.6.4/matlab/optimization/
H A Dmr_hessian.m82 xh1=x;
98 xh1(i)=x(i)+hess_info.h1(i);
119 xh1(i)=x(i)+hess_info.h1(i);
129 xh1(i)=x(i)+hess_info.h1(i);
160 xh1(i)=x(i)-hess_info.h1(i);
171 xh1(i)=x(i);
181 xh1=x;
182 xh_1=xh1;
199 xh1(j)=x(j)+h_1(j);
205 xh1(i)=x(i);
[all …]
H A Dmr_gstep.m47 xh1=x;
58 xh1(i)=x(i)+h1(i);
59 fx = penalty_objective_function(xh1,func0,penalty,varargin{:});
61 xh1(i)=x(i)-h1(i);
62 fx = penalty_objective_function(xh1,func0,penalty,varargin{:});
67 xh1(i)=x(i);
81 xh1=x;
/dports/science/lammps/lammps-stable_29Sep2021/lib/poems/
H A Dsystem.cpp279 double ** xh1 = new double*[nfree]; in Create_DegenerateSystem() local
283 xh1[i] = new double[3]; in Create_DegenerateSystem()
288 xh1[i][j] = xcm[mappings[i]-1][j]; in Create_DegenerateSystem()
380 delete [] xh1[i]; in Create_DegenerateSystem()
383 delete [] xh1; in Create_DegenerateSystem()
434 double ** xh1; in Create_System_LAMMPS() local
437 xh1 = new double*[b]; in Create_System_LAMMPS()
442 xh1[i] = new double[3]; in Create_System_LAMMPS()
449 xh1[0][j] = xcm[mapping[0]-1][j]; in Create_System_LAMMPS()
592 delete [] xh1[i]; in Create_System_LAMMPS()
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/poems/
H A Dsystem.cpp296 double ** xh1 = new double*[nfree]; in Create_DegenerateSystem() local
300 xh1[i] = new double[3]; in Create_DegenerateSystem()
305 xh1[i][j] = xcm[mappings[i]-1][j]; in Create_DegenerateSystem()
397 delete [] xh1[i]; in Create_DegenerateSystem()
400 delete xh1; in Create_DegenerateSystem()
451 double ** xh1; in Create_System_LAMMPS() local
454 xh1 = new double*[b]; in Create_System_LAMMPS()
459 xh1[i] = new double[3]; in Create_System_LAMMPS()
466 xh1[0][j] = xcm[mapping[0]-1][j]; in Create_System_LAMMPS()
623 delete [] xh1[i]; in Create_System_LAMMPS()
[all …]
/dports/science/fastcap/fastcap-2.0wr/examples/
H A Dramgen.sh32 ${cgen} ${xp} -xo-4.6 -yo2.5 -xh1.2 -zh${tpol} -pbr ${re1} >${px}-4.6$1$2$3.qui
44 ${cgen} ${xp} -xo4.4 -yo2.5 -xh1.2 -zh${tpol} -pfl ${re2} > ${px}4.4$1$2$3.qui
50 ${cgen} ${xp} -xo-4.6 -yo5.5 -zo${pol2} -xh1.2 -zh${tpol} -pbr ${re1} >${px}o-4.6$1$2$3.qui
62 ${cgen} ${xp} -xo4.4 -yo5.5 -zo${pol2} -xh1.2 -zh${tpol} -pfl ${re2} > ${px}o4.4$1$2$3.qui
78 ${cgen} ${xp} -xo-4.6 -yo2.5 -xh1.2 -zh${tAl} -pbr -b ${re1} >${px}w-4.6$1$2$3.qui
80 ${cgen} ${xp} -xo-4.6 -yo2.5 -xh1.2 -zh${tAl} -p -t ${re1} >${px}wb-4.6$1$2$3.qui
108 ${cgen} ${xp} -xo4.4 -yo2.5 -xh1.2 -zh${tAl} -pfl ${re2} -b > ${px}w4.4$1$2$3.qui
110 ${cgen} ${xp} -xo4.4 -yo2.5 -xh1.2 -zh${tAl} -p -t > ${px}wb4.4$1$2$3.qui
177 ${cgen} ${np} -xo-4.6 -yo2.5 -xh1.2 -zh${tpol} -p -t ${re1} >${px}g-4.6$1$2$3.qui
189 ${cgen} ${np} -xo4.4 -yo2.5 -xh1.2 -zh${tpol} -p -t > ${px}g4.4$1$2$3.qui
[all …]
H A Dpin33 ${cubegen} -p -yo1.3 -xh1.3 -yh2.6 -zh5.2 -e0 -n2 $6 > pin_sm_a${ex}.qui
35 ${cubegen} -p -yo-2.6 -xh1.3 -yh2.6 -zh5.2 -e0 -n2 $6 > pin_sm_b${ex}.qui
/dports/devel/onetbb/oneTBB-2021.4.0/examples/parallel_for/polygon_overlay/
H A Drpolygon.hpp187 int xl1, yl1, xh1, yh1, xl2, yl2, xh2, yh2; in PolygonsOverlap() local
191 p1->get(&xl1, &yl1, &xh1, &yh1); in PolygonsOverlap()
195 if (xh1 < xl2) in PolygonsOverlap()
202 xh = (xh1 < xh2) ? xh1 : xh2; in PolygonsOverlap()
H A Dpolymain.cpp632 int xl1, xh1, yl1, yh1; in CompOnePolygon() local
634 p1.get(&xl1, &yl1, &xh1, &yh1); in CompOnePolygon()
644 int xl1, xh1, yl1, yh1; in PolygonsEqual() local
646 p1->get(&xl1, &yl1, &xh1, &yh1); in PolygonsEqual()
648 return ((xl1 == xl2) && (yl1 == yl2) && (xh1 == xh2) && (yh1 == yh2)); in PolygonsEqual()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/examples/parallel_for/polygon_overlay/
H A Drpolygon.h134 int xl1, yl1, xh1, yh1, xl2, yl2, xh2, yh2; in PolygonsOverlap() local
138 p1->get(&xl1, &yl1, &xh1, &yh1); in PolygonsOverlap()
141 if(xh1 < xl2) return false; in PolygonsOverlap()
145 xh = (xh1 < xh2) ? xh1 : xh2; in PolygonsOverlap()
H A Dpolymain.cpp547 int xl1, xh1, yl1, yh1; in CompOnePolygon() local
549 p1.get(&xl1, &yl1, &xh1, &yh1); in CompOnePolygon()
557 int xl1, xh1, yl1, yh1; in PolygonsEqual() local
559 p1->get(&xl1, &yl1, &xh1, &yh1); in PolygonsEqual()
561 return ((xl1 == xl2) && (yl1==yl2) && (xh1 == xh2) && (yh1 == yh2)); in PolygonsEqual()
/dports/devel/tbb/oneTBB-2020.3/examples/parallel_for/polygon_overlay/
H A Drpolygon.h134 int xl1, yl1, xh1, yh1, xl2, yl2, xh2, yh2; in PolygonsOverlap() local
138 p1->get(&xl1, &yl1, &xh1, &yh1); in PolygonsOverlap()
141 if(xh1 < xl2) return false; in PolygonsOverlap()
145 xh = (xh1 < xh2) ? xh1 : xh2; in PolygonsOverlap()
H A Dpolymain.cpp547 int xl1, xh1, yl1, yh1; in CompOnePolygon() local
549 p1.get(&xl1, &yl1, &xh1, &yh1); in CompOnePolygon()
557 int xl1, xh1, yl1, yh1; in PolygonsEqual() local
559 p1->get(&xl1, &yl1, &xh1, &yh1); in PolygonsEqual()
561 return ((xl1 == xl2) && (yl1==yl2) && (xh1 == xh2) && (yh1 == yh2)); in PolygonsEqual()
/dports/science/mcstas-comps/mcstas-comps-2.5-src/contrib/
H A DSpherical_Backscattering_Analyser.comp187 double xh1,xh2,zh1,zh2;
194 xh1=xmin;
202 zh1=z_sphere(xh1,ymin,radius);
207 xh2=xh1+dx;
216 zh2=z_sphere(xh1,ymin,radius);
221 line(xh1,ymin,zh1,xh2,ymin,zh2);
222 line(xh1,ymax,zh1,xh2,ymax,zh2);
230 xh1=xh2; yv1=yv2; xd1=xd2; yd1=yd2; xd3=xd4; yd3=yd4;
/dports/science/lammps/lammps-stable_29Sep2021/src/KSPACE/
H A Dpppm_tip4p.cpp503 double xo[3],xh1[3],xh2[3],xm[3]; in find_M() local
508 xh1[ii] = x[iH1][ii]; in find_M()
516 double delx = xo[0] - xh1[0]; in find_M()
517 double dely = xo[1] - xh1[1]; in find_M()
518 double delz = xo[2] - xh1[2]; in find_M()
534 xh1[0] = x[iH1][0]; in find_M()
535 xh1[1] = x[iH1][1]; in find_M()
536 xh1[2] = x[iH1][2]; in find_M()
565 double delx1 = xh1[0] - xo[0]; in find_M()
566 double dely1 = xh1[1] - xo[1]; in find_M()
[all …]
/dports/graphics/gmt/gmt-6.3.0/doc/scripts/
H A DGMT_vector4.sh33 xh1=$(gmt math -Q 0.5 ${L} 1.5 2.54 DIV SUB $a COSD MUL ADD 1 2.54 DIV $a SIND MUL SUB =)
35 xh2=$(gmt math -Q $xh1 1.5 2.54 DIV $a COSD MUL ADD =)
49 $xh1 $yh1
/dports/finance/R-cran-fBasics/fBasics/R/
H A Dgui-stylizedFacts.R253 xh1 = abs(xh[xh < 0]) functionVar
257 plot(log(xh1), log(yh1), type = "p", pch = 19,
267 xg = seq(from = min(xh1[1], xh[2]),
268 to = max(xh1[length(xh1)], xh2[length(xh2)]), length = 301)
277 result = list(breaks = c(xh1, xh2), counts = c(yh1, yh2),
/dports/science/gromacs/gromacs-2021.4/src/gromacs/gmxpreprocess/
H A Dhizzie.cpp185 rvec xh1, xh2; in set_histp() local
278 calc_ringh(x[nd1], x[cg], x[ce1], xh1); in set_histp()
281 bHDd = chk_hbonds(nd1, pdba, x, acceptor, hbond, xh1, angle, dist); in set_histp()
282 chk_hbonds(nd1, pdba, x, donor, hbond, xh1, angle, dist); in set_histp()
/dports/science/lammps/lammps-stable_29Sep2021/src/OPENMP/
H A Dpppm_tip4p_omp.cpp756 double xo[3],xh1[3],xh2[3],xm[3]; in find_M_thr() local
761 xh1[ii] = x[iH1][ii]; in find_M_thr()
769 double delx = xo[0] - xh1[0]; in find_M_thr()
770 double dely = xo[1] - xh1[1]; in find_M_thr()
771 double delz = xo[2] - xh1[2]; in find_M_thr()
786 xh1[0] = x[iH1][0]; in find_M_thr()
787 xh1[1] = x[iH1][1]; in find_M_thr()
788 xh1[2] = x[iH1][2]; in find_M_thr()
817 double delx1 = xh1[0] - xo[0]; in find_M_thr()
818 double dely1 = xh1[1] - xo[1]; in find_M_thr()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/tests/bugs/modalg_4/
H A Dbug633431 bounding h -save xh1 yy zz xh2 yy zz -dump
42 set dx_h [ dval xh2-xh1 ]
/dports/astro/swe/swisseph-2.10.1/
H A Dswevents.c340 double xh0[6], xh1[6] = {0}, xh2[6]; in main() local
672 memcpy(xh0, xh1, 6 * sizeof(double)); /* heliocentric */ in main()
673 memcpy(xh1, xh2, 6 * sizeof(double)); /* heliocentric */ in main()
1032 if ((xh2[2] < xh1[2] && xh0[2] < xh1[2]) || (xh2[2] > xh1[2] && xh0[2] > xh1[2])) { in main()
1034 x0[1] = xh1[2]; in main()
1058 if (xh2[2] < xh1[2]) { in main()
1074 if (sign_change(xh1[1] ,xh2[1])) { // latitude sign change? in main()
1075 if ((nzer = find_zero(xh0[1], xh1[1], xh2[1], tstep, &dt, &dt2)) > 0) { in main()
/dports/math/tmv/tmv-0.75/tests/
H A DTMV_TestSym.cpp1239 tmv::HermMatrix<T,tmv::Upper|tmv::RowMajor> xh1(N); in TestBasicSymMatrix_IO() local
1244 fin >> xs1 >> xh1 >> xcs1 >> xch1; in TestBasicSymMatrix_IO()
1246 Assert(EqualIO(h,xh1,EPS),"HermMatrix I/O check normal"); in TestBasicSymMatrix_IO()
1249 fin >> tmv::CompactIO() >> xs1 >> tmv::CompactIO() >> xh1; in TestBasicSymMatrix_IO()
1252 Assert(EqualIO(h,xh1,EPS),"HermMatrix I/O check compact"); in TestBasicSymMatrix_IO()
1255 fin >> xs1.view() >> xh1.view() >> xcs1.view() >> xch1.view(); in TestBasicSymMatrix_IO()
1257 Assert(EqualIO(h2,xh1,EPS),"HermMatrix I/O check thresh"); in TestBasicSymMatrix_IO()
1260 fin >> myStyle >> xs1.view() >> myStyle >> xh1.view(); in TestBasicSymMatrix_IO()
1263 Assert(EqualIO(h3,xh1,EPS),"HermMatrix I/O check compact thresh & prec(4)"); in TestBasicSymMatrix_IO()
/dports/games/cuyo/cuyo-2.1.0/datasrc/pics/
H A Dgen_bonimali.ml125 let xh1 = abstand/.2.0 in
146 Strecke ((xh1,0.0),(xh2,0.0));
147 Strecke ((-.xh1,0.0),(-.xh2,0.0));

123