Home
last modified time | relevance | path

Searched refs:epsx (Results 1 – 25 of 91) sorted by relevance

1234

/dports/math/scilab/scilab-6.1.1/scilab/modules/optimization/src/fortran/
H A Drednor.f13 function rednor(n,binf,bsup,x,epsx,g)
16 dimension binf(n),bsup(n),x(n),epsx(n),g(n)
20 if(x(i)-binf(i).le.epsx(i))aa=min(0.0d+0,aa)
21 if(bsup(i)-x(i).le.epsx(i))aa=max(0.0d+0,aa)
H A Dzgcbd.f14 & ,ibloc,nfac,iprint,io,epsx,epsf,epsg,dir,df0,diag,x2,
20 dimension x2(n),dir(n),epsx(n)
168 100 eps0=eps0+epsx(i)
172 znog0=rednor(n,binf,bsup,x,epsx,g)
213 160 sy=sy+(g(i)*epsx(i))**2
216 170 diag(i)=(sy + zero)/(epsx(i)**2 + zero)
344 epsxi=epsx(i)
433 if(abs(x(i)-wk1(i)).gt.epsx(i))go to 806
444 difg=rednor(n,binf,bsup,x,epsx,g)
480 if(x(i)-binf(i).le.epsx(i)) aa=min(0.0d+0,aa)
[all …]
H A Dgcbd.f14 &napmax,itmax,epsf,epsg,epsx,df0,binf,bsup,nfac, argument
149 dimension x(n),g(n),binf(n),bsup(n),epsx(n)
210 11 aa=min(aa,epsx(i))
255 &(nindic),nfac,iprint,io,epsx,epsf,epsg,vect(ndir),df0,
H A Dzqnbd.f14 &itmax,indic,izig,nfac,iprint,io,epsx,epsf,epsg,x1,x2,g1,dir,df0,
21 dimension x1(n),x2(n),g1(n),dir(n),epsx(n)
83 5 eps0=eps0+epsx(i)
140 80 cof1=cof1+(g(i)*epsx(i))**2
145 82 dh(i1)=(cof1 + zero)/(epsx(i)**2 + zero)
538 if(x(i)-binf(i).le.epsx(i).and.dir(i).lt.0.)dir(i)=0.0d+0
633 if(abs(x(i)-x1(i)).gt.epsx(i))go to 806
651 if(x(i)-binf(i).le.epsx(i))aa=min(0.0d+0,aa)
652 if(bsup(i)-x(i).le.epsx(i))aa=max(0.0d+0,aa)
658 if(x(i)-binf(i).le.epsx(i))aa=min(0.0d+0,aa)
[all …]
H A Dqnbd.f14 & napmax,itmax,epsf,epsg,epsx,df0,binf,bsup,nfac, argument
108 dimension binf(n),bsup(n),x(n),g(n),epsx(n)
177 &itmax,itrav,itrav(ni1),nfac,iprint,io,epsx,epsf,epsg,trav(n1),
/dports/science/libgridxc/libgridxc-libgridxc-0.9.6/Testers/
H A Dtest6.m26 epsx = load('epsx.out'); variable
29 kfmesh = unique(epsx(:,1));
30 kgmesh = unique(epsx(:,2));
31 zmesh = unique(epsx(:,3));
32 nf = size(epsx,2)-3;
37 epsx = reshape(epsx(:,1+3:nf+3),nkf,nkg,nz,nf); variable
H A Dtest6.f9059 epsc(nkf,nkg,nz,nf), epsc0, epsc1, epsx(nkf,nkg,nz,nf), epsx0, epsx1, & variable
120 epsx(ikf,ikg,iz,jf) = epsx1
147 kfmesh(ikf), kgmesh(ikg), zmesh(iz), (epsx(ikf,ikg,iz,jf),jf=1,nf)
/dports/science/siesta/siesta-4.1.5/Src/SiestaXC/Testers/
H A Dtest6.m26 epsx = load('epsx.out'); variable
29 kfmesh = unique(epsx(:,1));
30 kgmesh = unique(epsx(:,2));
31 zmesh = unique(epsx(:,3));
32 nf = size(epsx,2)-3;
37 epsx = reshape(epsx(:,1+3:nf+3),nkf,nkg,nz,nf); variable
H A Dtest6.f9059 epsc(nkf,nkg,nz,nf), epsc0, epsc1, epsx(nkf,nkg,nz,nf), epsx0, epsx1, & variable
120 epsx(ikf,ikg,iz,jf) = epsx1
147 kfmesh(ikf), kgmesh(ikg), zmesh(iz), (epsx(ikf,ikg,iz,jf),jf=1,nf)
/dports/astro/qmapshack/qmapshack-V_1.16.1/3rdparty/alglib/tests/
H A Dtest_i.cpp1489 double epsx = 0; in main() local
1558 double epsx = 0; in main() local
1646 double epsx = 0; in main() local
1722 double epsx = 0; in main() local
1882 double epsx = 0; in main() local
1951 double epsx = 0; in main() local
2039 double epsx = 0; in main() local
2115 double epsx = 0; in main() local
2197 double epsx = 0; in main() local
2296 double epsx = 0; in main() local
[all …]
/dports/math/alglib/alglib-cpp/tests/
H A Dtest_i.cpp1593 epsx = fp_nan; in main()
1706 epsx = fp_nan; in main()
1813 double epsx = 0; in main() local
1815 epsx = fp_nan; in main()
1923 epsx = fp_nan; in main()
2069 epsx = fp_nan; in main()
2211 epsx = fp_nan; in main()
3013 epsx = fp_nan; in main()
3097 epsx = fp_nan; in main()
3198 epsx = fp_nan; in main()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_clip/
H A Dtracking_select.c60 const float co[2], float x1, float y1, float x2, float y2, float epsx, float epsy) in mouse_on_side() argument
70 return (co[0] >= x1 - epsx && co[0] <= x2 + epsx) && (co[1] >= y1 - epsy && co[1] <= y2 + epsy); in mouse_on_side()
77 float epsx, in mouse_on_rect() argument
91 const float co[2], const float pos[2], const float crns[4][2], float epsx, float epsy) in mouse_on_crns() argument
95 return dist < max_ff(epsx, epsy); in mouse_on_crns()
104 float epsx, epsy; in track_mouse_area() local
111 epsx = min_ffff(pat_min[0] - marker->search_min[0], in track_mouse_area()
122 epsx = max_ff(epsx, 2.0f / width); in track_mouse_area()
133 if (mouse_on_crns(co, marker->pos, marker->pattern_corners, epsx, epsy)) { in track_mouse_area()
138 epsx = 12.0f / width; in track_mouse_area()
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Revoropt/include/Revoropt/Solver/
H A Dalglib_cg.hpp32 SolverParams() : epsg(0), epsf(0), epsx(0), in SolverParams()
37 double epsx ; member in Revoropt::Solver::AlgCG::SolverParams
75 solver_param.epsx, in solve()
108 solver_param.epsx, in solve()
H A Dalglib_lbfgs.hpp33 SolverParams() : epsg(0), epsf(0), epsx(0), in SolverParams()
38 double epsx ; member in Revoropt::Solver::AlgLBFGS::SolverParams
77 solver_param.epsx, in solve()
112 solver_param.epsx, in solve()
/dports/cad/opencascade/opencascade-7.6.0/src/IntCurve/
H A DIntCurve_PConic.cxx64 void IntCurve_PConic::SetEpsX(const Standard_Real epsx) { in SetEpsX() argument
65 TheEpsX = epsx; in SetEpsX()
/dports/math/chaco/Chaco-2.2/code/symmlq/
H A Dsymmlq.f391 $ eps, epsa, epsln, epsr, epsx,
593 epsx = anorm * ynorm * eps
621 if (epsx .ge. beta1 ) istop = 3
622 if (cgnorm .le. epsx ) istop = 2
637 if (cgnorm .le. 10.0*epsx) go to 400
H A Dsymmlq.c39 static doublereal gmin, gmax, zbar, epsr, epsx, beta1; local
643 epsx = *anorm * *ynorm * eps;
677 if (epsx >= beta1) {
680 if (cgnorm <= epsx) {
711 if (cgnorm <= epsx * (float)10.) {
/dports/graphics/opencv/opencv-4.5.3/modules/calib3d/src/
H A Dlevmarq.cpp84 : cb(_cb), epsx(_eps), epsf(_eps), maxIters(_maxIters) in LMSolverImpl()
176 … bool proceed = iter < maxIters && norm(d, NORM_INF) >= epsx && norm(r, NORM_INF) >= epsf; in run()
203 double epsx; member in cv::CV_FINAL
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/ALGLIB/
H A Doptimization.h39 double epsx; member
203 double epsx; member
302 double epsx; member
378 double epsx; member
1583 void minbleicsetoutercond(const minbleicstate &state, const double epsx, const double epsi);
3194 double epsx,
3261 double epsx,
3264 double epsx,
3316 double epsx,
3431 double epsx,
[all …]
/dports/cad/z88/Z88OS-15/src/z88r/common/
H A Dm4.c114 FR_DOUBLE epsx,epsy,gamxy,sigr,sigt,taurt,sigv; in sshe88() local
140 epsx= (y31 * uxsi - y21 * ueta) / det; in sshe88()
147 sig[1]= emode * (epsx + rnuee * epsy) / (1. - rnuee * rnuee); in sshe88()
148 sig[2]= emode * (rnuee * epsx + epsy) / (1. - rnuee * rnuee); in sshe88()
/dports/math/scilab/scilab-6.1.1/scilab/modules/optimization/tests/unit_tests/
H A Doptim_sourcefortran2.tst92 epsx = 1.e-15 * x0;
134 [f, x, g] = optim("rosenf", x0, "ar", 100, 100, 10.*%eps, %eps, epsx, "in");
136 [f, x, g] = optim("rosenf", x0, "gc", "ar", 100, 100, %eps, %eps, epsx, "in");
146 "b", bi, bs, x0, "gc", "ar", 100, 100, %eps, %eps, epsx, "in");
155 "b", bi, bs, x0, "gc", "ar", 100, 100, %eps, %eps, epsx, "in", "sd");
H A Doptim_sourcefortran2.dia.ref88 epsx = 1.e-15 * x0;
128 [f, x, g] = optim("rosenf", x0, "ar", 100, 100, 10.*%eps, %eps, epsx, "in");
130 [f, x, g] = optim("rosenf", x0, "gc", "ar", 100, 100, %eps, %eps, epsx, "in");
140 "b", bi, bs, x0, "gc", "ar", 100, 100, %eps, %eps, epsx, "in");
149 "b", bi, bs, x0, "gc", "ar", 100, 100, %eps, %eps, epsx, "in", "sd");
/dports/science/gnudatalanguage/gdl-1.0.1/src/pro/map/
H A Dgdl_set_map_limits.pro33 epsx = 1d-6*ABS(lonrange)
37 …lons = [ lonmin + epsx, DINDGEN(n_lons)*(lonrange/(n_lons-1d)) + lonmin, lonmax - epsx] & n_lons +…
/dports/science/py-scipy/scipy-1.7.1/scipy/sparse/linalg/isolve/
H A Dminres.py256 epsx = Anorm * ynorm * eps
297 if epsx >= beta1:
317 if qrnorm <= 10*epsx:
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/alberta_util/src/
H A Dsymmlq.c281 REAL gmin, gmax, epsr, epsx; in oem_symmlq() local
462 epsx = /*anorm * ynorm */ eps; in oem_symmlq()
493 if (epsx >= beta1) { in oem_symmlq()
497 if (cgnorm <= epsx) { in oem_symmlq()

1234