Home
last modified time | relevance | path

Searched refs:coeff_j (Results 1 – 9 of 9) sorted by relevance

/dports/science/py-gpaw/gpaw-21.6.0/gpaw/lcao/
H A Dgenerate_ngto_augmented.py90 coeff_j = []
97 coeff_j.append(coeff)
99 gto = create_CGTO_dictionary(l, alpha_j, coeff_j)
155 def add_ngto(basis, l, coeff_j, alpha_j, tol, label): argument
162 for coeff, alpha in zip(coeff_j, alpha_j):
217 for coeff_j in gto['coefficients']:
218 assert len(alpha_j) == len(coeff_j)
220 coeff_j = [float(c) for c in coeff_j]
222 for c, a in zip(coeff_j, alpha_j)]
228 add_ngto(basis, l, coeff_j, alpha_j, tol, ngtolabel)
/dports/math/polymake/polymake-4.5/apps/polytope/include/
H A Dsymmetrized_cocircuit_equations.h66 Rational coeff_j(0); in symmetrize_equation()
68 coeff_j += character_table(ic,j) * character_table(ic,0); in symmetrize_equation()
69 if (is_zero(coeff_j)) continue; in symmetrize_equation()
74 new_sparse_eq[g_action(h_action(e.first))] += coeff_j * e.second; in symmetrize_equation()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/pecos/src/
H A DOrthogPolyApproximation.cpp985 Real norm_sq_j, poly_j, poly_grad_j, norm_poly_j, coeff_j, coeff_grad_j; in variance_gradient() local
997 coeff_j = exp_coeffs[j]; in variance_gradient()
1021 (coeff_j * exp_coeff_grads[k][cntr] + in variance_gradient()
1029 coeff_j * exp_coeffs[k] * norm_sq_j * in variance_gradient()
H A DRegressOrthogPolyApproximation.cpp1617 Real norm_sq_j, poly_j, poly_grad_j, norm_poly_j, coeff_j, coeff_grad_j; in variance_gradient() local
1630 coeff_j = exp_coeffs[j]; in variance_gradient()
1654 ( coeff_j * exp_coeff_grads[k][cntr] + in variance_gradient()
1662 coeff_j * exp_coeffs[k] * norm_sq_j * in variance_gradient()
/dports/math/py-or-tools/or-tools-9.2/ortools/sat/
H A Dpresolve_context.cc1971 const int64_t coeff_j = IsFixed(time_j) ? 0 : time_j.coeffs(0); in GetReifiedPrecedenceKey() local
1978 return std::make_tuple(var_i, coeff_i, var_j, coeff_j, offset, active_i, in GetReifiedPrecedenceKey()
/dports/science/siconos/siconos-4.4.0/docs/sphinx/devel_guide/notes/
H A DDevNotes.tex348 coeff_j&=& \displaystyle{\sum_{i=1}^n C_j^i (A_i)^{r-1} B_j^i }
350 if $coeff_j\neq 0$ then $r_j = r$.
H A DDevNotes.rst328 coeff_j&=& \displaystyle{\sum_{i=1}^n C_j^i (A_i)^{r-1} B_j^i }\end{aligned}
330 if :math:`coeff_j\neq 0` then :math:`r_j = r`.
/dports/devel/ppl/ppl-1.2/src/
H A DOctagonal_Shape_templates.hh1434 PPL_DIRTY_TEMP_COEFFICIENT(coeff_j); in frequency()
1487 coeff_j = le.coefficient(vj); in frequency()
1488 if (coeff_j == 0) { in frequency()
H A Dppl.hh.dist72488 PPL_DIRTY_TEMP_COEFFICIENT(coeff_j);
72541 coeff_j = le.coefficient(vj);
72542 if (coeff_j == 0) {