Home
last modified time | relevance | path

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

/dports/math/R-cran-MatchIt/MatchIt/R/
H A Dmatch.qoi.R176 t_ord <- t[ord] functionVar
181 w_ord_[t_ord==t_ord[1]] <- -w_ord_[t_ord==t_ord[1]]
190 wn1 <- sum(w[t == t_ord[1]] > 0)
191 wn0 <- sum(w[t != t_ord[1]] > 0)
193 w1 <- w_ord[t_ord == t_ord[1]]
194 w0 <- w_ord[t_ord != t_ord[1]]
196 x1 <- x_ord[t_ord == t_ord[1]][w1 > 0]
197 x0 <- x_ord[t_ord != t_ord[1]][w0 > 0]
H A Dplots.R229 t_ord <- t[ord] functionVar
237 sw1 <- sw_ord[t_ord == 1]
238 sw0 <- sw_ord[t_ord != 1]
240 x1 <- x_ord[t_ord == 1][sw1 > 0]
241 x0 <- x_ord[t_ord != 1][sw0 > 0]
285 w1 <- w_ord[t_ord == 1]
286 w0 <- w_ord[t_ord != 1]
288 x1 <- x_ord[t_ord == 1][w1 > 0]
289 x0 <- x_ord[t_ord != 1][w0 > 0]
/dports/math/ipopt/Ipopt-3.12.13/ThirdParty/Mumps/MUMPS/PORD/lib/
H A Dinterface.c396 timings_t t_graph, t_ord, t_etree, t_symb, t_num, t_solvetri; in SPACE_solve() local
411 resettimer(t_ord); in SPACE_solve()
431 starttimer(t_ord); in SPACE_solve()
433 stoptimer(t_ord); in SPACE_solve()
495 cpus[1] = t_ord; in SPACE_solve()
/dports/math/coinmumps/MUMPS_4.10.0/PORD/lib/
H A Dinterface.c396 timings_t t_graph, t_ord, t_etree, t_symb, t_num, t_solvetri; in SPACE_solve() local
411 resettimer(t_ord); in SPACE_solve()
431 starttimer(t_ord); in SPACE_solve()
433 stoptimer(t_ord); in SPACE_solve()
495 cpus[1] = t_ord; in SPACE_solve()
/dports/math/mumps/mumps-5.1.2/PORD/lib/
H A Dinterface.c396 timings_t t_graph, t_ord, t_etree, t_symb, t_num, t_solvetri; in SPACE_solve() local
411 pord_resettimer(t_ord); in SPACE_solve()
431 pord_starttimer(t_ord); in SPACE_solve()
433 pord_stoptimer(t_ord); in SPACE_solve()
495 cpus[1] = t_ord; in SPACE_solve()
/dports/math/mumps4/MUMPS_4.10.0/PORD/lib/
H A Dinterface.c396 timings_t t_graph, t_ord, t_etree, t_symb, t_num, t_solvetri; in SPACE_solve() local
411 resettimer(t_ord); in SPACE_solve()
431 starttimer(t_ord); in SPACE_solve()
433 stoptimer(t_ord); in SPACE_solve()
495 cpus[1] = t_ord; in SPACE_solve()
/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/templates/
H A Dp_Procs_Impl.h655 p_Ord t_ord = ord; \
657 FastProcFilter(what##_Proc, t_field, t_length, t_ord); \
658 DoSetProc(what, t_field, t_length, t_ord); \
/dports/lang/python27/Python-2.7.18/Doc/library/
H A Dgl.rst91 .. function:: nurbssurface(s_k, t_k, ctl, s_ord, t_ord, type)
94 ``[len(s_k) - s_ord]``, ``[len(t_k) - t_ord]``.
/dports/lang/python-legacy/Python-2.7.18/Doc/library/
H A Dgl.rst91 .. function:: nurbssurface(s_k, t_k, ctl, s_ord, t_ord, type)
94 ``[len(s_k) - s_ord]``, ``[len(t_k) - t_ord]``.
/dports/math/py-Diofant/Diofant-0.13.0/diofant/simplify/
H A Dradsimp.py266 term, t_rat, t_sym, t_ord = tj
271 if t_ord is not None:
295 if e_rat != t_rat or e_ord != t_ord:
/dports/math/py-sympy/sympy-1.9/sympy/simplify/
H A Dradsimp.py312 term, t_rat, t_sym, t_ord = terms[j]
317 if t_ord is not None:
341 if e_rat != t_rat or e_ord != t_ord: