Home
last modified time | relevance | path

Searched refs:x_i_j (Results 1 – 11 of 11) sorted by relevance

/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/quadrature/
H A Dpardgsimplexquadrature3d.cc67 double x_i_j = 1.0; // x^{i-j} in check() local
70 for(int k=1; k<=i_j; k++) x_i_j *= x(r)[0]; in check()
73 sum += w(r) * x_i_j * y_j_l * z_l; in check()
/dports/devel/ppl/ppl-1.2/src/
H A DDB_Matrix_inlines.hh225 const T& x_i_j = x_i[j]; in l_m_distance_assign() local
227 if (is_plus_infinity(x_i_j)) { in l_m_distance_assign()
242 if (x_i_j > y_i_j) { in l_m_distance_assign()
243 maybe_assign(tmp1p, tmp1, x_i_j, dir); in l_m_distance_assign()
248 maybe_assign(tmp2p, tmp2, x_i_j, inverse(dir)); in l_m_distance_assign()
H A DOctagonal_Shape_templates.hh2885 min_assign(x_i_j, sum); in incremental_strong_closure_assign()
2893 min_assign(x_i_j, sum); in incremental_strong_closure_assign()
3469 const N& x_i_j = x.matrix_at(i, j); in simplify_using_context_assign() local
3472 if (x_i_j < yy_i_j) { in simplify_using_context_assign()
3473 res.matrix_at(i, j) = x_i_j; in simplify_using_context_assign()
3476 yy_i_j = x_i_j; in simplify_using_context_assign()
3526 if (x_i_j < yy_i_j) { in simplify_using_context_assign()
3527 res.matrix_at(i, j) = x_i_j; in simplify_using_context_assign()
3530 yy_i_j = x_i_j; in simplify_using_context_assign()
7693 const N& x_i_j = x_i[j]; in upper_bound_assign_if_exact() local
[all …]
H A DBD_Shape_templates.hh1078 const N& x_i_j = x_i[j]; in is_shortest_path_reduced() local
1079 if (!is_plus_infinity(x_i_j)) { in is_shortest_path_reduced()
1081 if (x_i_j >= c && !redundancy_i[j]) { in is_shortest_path_reduced()
2425 const N& x_i_j = x_i[j]; in BHZ09_upper_bound_assign_if_exact() local
2426 if (x_i_j < y_i[j]) { in BHZ09_upper_bound_assign_if_exact()
2444 add_assign_r(lhs, x_i_j, y_k_ell, ROUND_UP); in BHZ09_upper_bound_assign_if_exact()
H A Dppl.hh.dist62119 const T& x_i_j = x_i[j];
62136 if (x_i_j > y_i_j) {
73939 min_assign(x_i_j, sum);
74526 if (x_i_j < yy_i_j) {
74530 yy_i_j = x_i_j;
74580 if (x_i_j < yy_i_j) {
74584 yy_i_j = x_i_j;
78747 const N& x_i_j = x_i[j];
78749 if (x_i_j >= y_i[j]) {
82972 const N& x_i_j = x_i[j];
[all …]
/dports/math/py-mip/mip-1.13.0/test/
H A Dnumpy_test.py25 model += np.vectorize(lambda x_i_j: x_i_j >= 1)(x)
/dports/math/rehearse/Rehearse-31d12f8/
H A DREADME81 …enient way to deal with indexed variables. Let say you have a model with `x_i_j` variables where `…
155 x_i_j = 1 iff supply i is connected to demand j
H A DREADME.md81 …enient way to deal with indexed variables. Let say you have a model with `x_i_j` variables where `…
155 x_i_j = 1 iff supply i is connected to demand j
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/alberta/src/Common/
H A Dnumint.c2467 REAL x_i_j = 1.0; /* x^{i-j} */ in check_quadrature_2d() local
2471 x_i_j *= quad->lambda[qp][1]; in check_quadrature_2d()
2474 sum += quad->w[qp] * x_i_j * y_j; in check_quadrature_2d()
2520 REAL x_i_j = 1.0; /* x^{i-j} */ in check_quadrature_3d() local
2524 x_i_j *= quad->lambda[qp][1]; in check_quadrature_3d()
2529 sum += quad->w[qp] * x_i_j * y_j_l * z_l; in check_quadrature_3d()
/dports/math/py-matplotlib2/matplotlib-2.2.4/doc/users/prev_whats_new/
H A Dchangelog.rst2452 - Double sub/superscripts (e.g., $x_i_j$) are considered
/dports/math/py-matplotlib/matplotlib-3.4.3/doc/users/prev_whats_new/
H A Dchangelog.rst2452 - Double sub/superscripts (e.g., $x_i_j$) are considered