Home
last modified time | relevance | path

Searched refs:upbound (Results 1 – 25 of 104) sorted by relevance

12345

/dports/science/bagel/bagel-1.2.2/btas/
H A Drange.h320 std::copy(std::begin(upbound), std::end(upbound), std::begin(upbound_)); in init()
681 base_type(lobound, upbound), ordinal_(lobound, upbound) in base_type() argument
690 base_type(lobound, upbound), ordinal_(lobound, upbound) in RangeNd()
707 base_type(lobound, upbound), ordinal_(lobound, upbound, stride) in base_type() argument
717 base_type(lobound, upbound), ordinal_(lobound, upbound, stride) in RangeNd()
1204 upbound[i] = r.upbound()[i];
1210 upbound[istart] *= (r.upbound()[i]-r.lobound()[i]);
1215 upbound[j] = r.upbound()[i];
1232 upbound *= (r.upbound()[i]-r.lobound()[i]);
1302 upbound[*it] = r.upbound()[i];
[all …]
H A Dordinal.h50 const Index2& upbound) { in BoxOrdinal() argument
51 init(lobound, upbound); in BoxOrdinal()
62 const Index2& upbound, in BoxOrdinal() argument
64 init(lobound, upbound, stride); in BoxOrdinal()
136 const Index2& upbound) { in init() argument
150 auto ui = *(std::begin(upbound) + i); in init()
159 auto ui = *(std::begin(upbound) + i); in init()
176 const Index2& upbound, in init() argument
195 auto ui = *(std::begin(upbound) + i); in init()
205 auto ui = *(std::begin(upbound) + i); in init()
H A Dtensor.h93 range_(range.lobound(), range.upbound())
104 range_(range.lobound(), range.upbound())
119 range_(range.lobound(), range.upbound()), storage_(storage)
128 … range_(range.ordinal(*range.begin()) == 0 ? range : range_type(range.lobound(), range.upbound())), in Tensor()
138 … range_(range.ordinal(*range.begin()) == 0 ? range : range_type(range.lobound(), range.upbound())), in Tensor()
148 … range_(range.ordinal(*range.begin()) == 0 ? range : range_type(range.lobound(), range.upbound())), in Tensor()
170 range_(range.lobound(), range.upbound())
182 range_ (x.range().lobound(), x.range().upbound()), in Tensor()
208 range_ = range_type(x.range().lobound(), x.range().upbound());
221 range_ = range_type(x.range().lobound(), x.range().upbound());
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/TSP/
H A Dbcontrol.c122 double *upbound;
171 upbound, pool, sel, &val, &prune, &foundtour,
199 ptour, upbound, pool, &b, usecliques, &foundtour,
422 double *upbound, int *bbcount, int usecliques, int *besttour) in CCtsp_easy_dfs_brancher() argument
429 double *upbound;
456 lp->upperbound = *upbound;
464 printf ("PRUNE SEARCH: upperbound = %f\n", *upbound);
500 *upbound = val;
515 printf ("PRUNE SEARCH: upperbound = %f\n", *upbound);
534 if (val < *upbound) {
[all …]
/dports/math/concorde/concorde/TOOLS/
H A Dshowres.c114 double upbound),
120 double upbound),
122 double upbound),
206 double upbound) in number_tree() argument
210 bbnode->child0->lowerbound <= upbound - 1.0) { in number_tree()
217 bbnode->child1->lowerbound <= upbound - 1.0) { in number_tree()
303 lobound, upbound); in draw_prelude()
305 for (m = labello; m <= upbound; m += labelstep) { in draw_prelude()
349 double upbound) in draw_subtree_edges() argument
353 bbnode->child0->lowerbound <= upbound - 1.0) { in draw_subtree_edges()
[all …]
/dports/misc/openmvg/openMVG-2.0/src/openMVG/cameras/
H A DCamera_Pinhole_Radial.hpp46 double lowerbound = r2, upbound = r2; in bisection_Radius_Solve() local
51 while ( functor( params, upbound ) < r2 ) in bisection_Radius_Solve()
53 upbound *= 1.05; in bisection_Radius_Solve()
57 while ( epsilon < upbound - lowerbound ) in bisection_Radius_Solve()
59 const double mid = .5 * ( lowerbound + upbound ); in bisection_Radius_Solve()
62 upbound = mid; in bisection_Radius_Solve()
69 return .5 * ( lowerbound + upbound ); in bisection_Radius_Solve()
/dports/math/concorde/concorde/HELDKARP/
H A Dhk_main.c52 static int upbound = INIT_UPBOUND; variable
85 if (upbound != INIT_UPBOUND) { in main()
86 upper = (double) upbound; in main()
88 printf ("Initial Upper Bound: %d\n", upbound); fflush (stdout); in main()
261 upbound = atoi (boptarg); in parseargs()
/dports/math/concorde/concorde/INCLUDE/
H A Dheldkarp.h27 CCheldkarp_small (int ncount, CCdatagroup *dat, double *upbound,
31 double *upbound, double *optval, int *foundtour, int anytour,
H A Dtinytsp.h30 CCtiny_bnc_tsp (int ncount, CCdatagroup *dat, double *upbound,
42 double *upbound, double *optval, int *foundtour, int anytour,
/dports/math/concorde/concorde/TSP/
H A Dbcontrol.c152 double *upbound; member
330 info.upbound = upbound; in CCtsp_bfs_brancher()
413 if (restart_upbound < *upbound) *upbound = restart_upbound; in CCtsp_bfs_restart()
422 info.upbound = upbound; in CCtsp_bfs_restart()
772 double upbound; in CCtsp_grunt() local
788 info.upbound = &upbound; in CCtsp_grunt()
1060 if (val < *info->upbound) { in boss_receive_tour()
1061 *info->upbound = val; in boss_receive_tour()
3025 *upbound = val; in CCtsp_easy_dfs_brancher()
3074 if (val < *upbound) { in CCtsp_easy_dfs_brancher()
[all …]
H A Dconcorde.c145 double upbound = 0.0; in main() local
338 upbound = initial_ub; in main()
342 &tentativesel, &upbound, &bbcount, usebranchcliques, &dat, in main()
365 upbound = CCtsp_LP_MAXDOUBLE; in main()
428 upbound = CCtsp_LP_MAXDOUBLE; in main()
491 upbound = lp->upperbound; in main()
494 printf ("Optimal Solution: %.2f\n", upbound); in main()
542 upbound = lp->upperbound; in main()
546 rval = CCtsp_easy_dfs_brancher (lp, &sel, 0, &upbound, &bbcount, in main()
554 upbound = lp->upperbound; in main()
[all …]
/dports/devel/godot/godot-3.2.3-stable/core/math/
H A Daabb.h347 Vector3 upbound = position + size; in smits_intersect_ray() local
351 tmax = (upbound.x - p_from.x) * divx; in smits_intersect_ray()
353 tmin = (upbound.x - p_from.x) * divx; in smits_intersect_ray()
358 tymax = (upbound.y - p_from.y) * divy; in smits_intersect_ray()
360 tymin = (upbound.y - p_from.y) * divy; in smits_intersect_ray()
371 tzmax = (upbound.z - p_from.z) * divz; in smits_intersect_ray()
373 tzmin = (upbound.z - p_from.z) * divz; in smits_intersect_ray()
/dports/devel/godot-tools/godot-3.2.3-stable/core/math/
H A Daabb.h347 Vector3 upbound = position + size; in smits_intersect_ray() local
351 tmax = (upbound.x - p_from.x) * divx; in smits_intersect_ray()
353 tmin = (upbound.x - p_from.x) * divx; in smits_intersect_ray()
358 tymax = (upbound.y - p_from.y) * divy; in smits_intersect_ray()
360 tymin = (upbound.y - p_from.y) * divy; in smits_intersect_ray()
371 tzmax = (upbound.z - p_from.z) * divz; in smits_intersect_ray()
373 tzmin = (upbound.z - p_from.z) * divz; in smits_intersect_ray()
/dports/devel/godot2-tools/godot-2.1.6-stable/core/math/
H A Daabb.h333 Vector3 upbound = pos + size; in smits_intersect_ray() local
337 tmax = (upbound.x - from.x) * divx; in smits_intersect_ray()
339 tmin = (upbound.x - from.x) * divx; in smits_intersect_ray()
344 tymax = (upbound.y - from.y) * divy; in smits_intersect_ray()
346 tymin = (upbound.y - from.y) * divy; in smits_intersect_ray()
357 tzmax = (upbound.z - from.z) * divz; in smits_intersect_ray()
359 tzmin = (upbound.z - from.z) * divz; in smits_intersect_ray()
/dports/devel/godot2/godot-2.1.6-stable/core/math/
H A Daabb.h333 Vector3 upbound = pos + size; in smits_intersect_ray() local
337 tmax = (upbound.x - from.x) * divx; in smits_intersect_ray()
339 tmin = (upbound.x - from.x) * divx; in smits_intersect_ray()
344 tymax = (upbound.y - from.y) * divy; in smits_intersect_ray()
346 tymin = (upbound.y - from.y) * divy; in smits_intersect_ray()
357 tzmax = (upbound.z - from.z) * divz; in smits_intersect_ray()
359 tzmin = (upbound.z - from.z) * divz; in smits_intersect_ray()
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/MATLAB_Tools/spqr_rank/SJget/
H A DSJplot.m182 upbound = min(axisv(4),svals(it)+svals_err(it)); variable
183 line([it,it],[lowbound,upbound],'Color','b',...
191 if (upbound ~= axisv(4) )
193 [upbound, upbound],...
394 upbound = min(axisv(4),svalp(it)+svalp_err(it)); variable
395 line([it,it],[lowbound,upbound],'Color','b',...
403 if (upbound ~= axisv(4) )
405 [upbound, upbound],...
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/MATLAB_Tools/spqr_rank/SJget/
H A DSJplot.m182 upbound = min(axisv(4),svals(it)+svals_err(it)); variable
183 line([it,it],[lowbound,upbound],'Color','b',...
191 if (upbound ~= axisv(4) )
193 [upbound, upbound],...
394 upbound = min(axisv(4),svalp(it)+svalp_err(it)); variable
395 line([it,it],[lowbound,upbound],'Color','b',...
403 if (upbound ~= axisv(4) )
405 [upbound, upbound],...
/dports/math/suitesparse-config/SuiteSparse-5.10.1/MATLAB_Tools/spqr_rank/SJget/
H A DSJplot.m182 upbound = min(axisv(4),svals(it)+svals_err(it)); variable
183 line([it,it],[lowbound,upbound],'Color','b',...
191 if (upbound ~= axisv(4) )
193 [upbound, upbound],...
394 upbound = min(axisv(4),svalp(it)+svalp_err(it)); variable
395 line([it,it],[lowbound,upbound],'Color','b',...
403 if (upbound ~= axisv(4) )
405 [upbound, upbound],...
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/MATLAB_Tools/spqr_rank/SJget/
H A DSJplot.m182 upbound = min(axisv(4),svals(it)+svals_err(it)); variable
183 line([it,it],[lowbound,upbound],'Color','b',...
191 if (upbound ~= axisv(4) )
193 [upbound, upbound],...
394 upbound = min(axisv(4),svalp(it)+svalp_err(it)); variable
395 line([it,it],[lowbound,upbound],'Color','b',...
403 if (upbound ~= axisv(4) )
405 [upbound, upbound],...
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/MATLAB_Tools/spqr_rank/SJget/
H A DSJplot.m182 upbound = min(axisv(4),svals(it)+svals_err(it)); variable
183 line([it,it],[lowbound,upbound],'Color','b',...
191 if (upbound ~= axisv(4) )
193 [upbound, upbound],...
394 upbound = min(axisv(4),svalp(it)+svalp_err(it)); variable
395 line([it,it],[lowbound,upbound],'Color','b',...
403 if (upbound ~= axisv(4) )
405 [upbound, upbound],...
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/MATLAB_Tools/spqr_rank/SJget/
H A DSJplot.m182 upbound = min(axisv(4),svals(it)+svals_err(it)); variable
183 line([it,it],[lowbound,upbound],'Color','b',...
191 if (upbound ~= axisv(4) )
193 [upbound, upbound],...
394 upbound = min(axisv(4),svalp(it)+svalp_err(it)); variable
395 line([it,it],[lowbound,upbound],'Color','b',...
403 if (upbound ~= axisv(4) )
405 [upbound, upbound],...
/dports/math/suitesparse-cholmod/SuiteSparse-5.10.1/MATLAB_Tools/spqr_rank/SJget/
H A DSJplot.m182 upbound = min(axisv(4),svals(it)+svals_err(it)); variable
183 line([it,it],[lowbound,upbound],'Color','b',...
191 if (upbound ~= axisv(4) )
193 [upbound, upbound],...
394 upbound = min(axisv(4),svalp(it)+svalp_err(it)); variable
395 line([it,it],[lowbound,upbound],'Color','b',...
403 if (upbound ~= axisv(4) )
405 [upbound, upbound],...
/dports/math/suitesparse-colamd/SuiteSparse-5.10.1/MATLAB_Tools/spqr_rank/SJget/
H A DSJplot.m182 upbound = min(axisv(4),svals(it)+svals_err(it)); variable
183 line([it,it],[lowbound,upbound],'Color','b',...
191 if (upbound ~= axisv(4) )
193 [upbound, upbound],...
394 upbound = min(axisv(4),svalp(it)+svalp_err(it)); variable
395 line([it,it],[lowbound,upbound],'Color','b',...
403 if (upbound ~= axisv(4) )
405 [upbound, upbound],...
/dports/math/suitesparse-ccolamd/SuiteSparse-5.10.1/MATLAB_Tools/spqr_rank/SJget/
H A DSJplot.m182 upbound = min(axisv(4),svals(it)+svals_err(it)); variable
183 line([it,it],[lowbound,upbound],'Color','b',...
191 if (upbound ~= axisv(4) )
193 [upbound, upbound],...
394 upbound = min(axisv(4),svalp(it)+svalp_err(it)); variable
395 line([it,it],[lowbound,upbound],'Color','b',...
403 if (upbound ~= axisv(4) )
405 [upbound, upbound],...
/dports/math/suitesparse-spqr/SuiteSparse-5.10.1/MATLAB_Tools/spqr_rank/SJget/
H A DSJplot.m182 upbound = min(axisv(4),svals(it)+svals_err(it)); variable
183 line([it,it],[lowbound,upbound],'Color','b',...
191 if (upbound ~= axisv(4) )
193 [upbound, upbound],...
394 upbound = min(axisv(4),svalp(it)+svalp_err(it)); variable
395 line([it,it],[lowbound,upbound],'Color','b',...
403 if (upbound ~= axisv(4) )
405 [upbound, upbound],...

12345