Home
last modified time | relevance | path

Searched refs:P_p (Results 1 – 25 of 39) sorted by relevance

12

/dports/math/osqp/osqp-0.6.2/tests/demo/
H A Dtest_demo.h10 c_int P_p[3] = { 0, 1, 3, }; in test_demo_solve() local
34 data->P = csc_matrix(data->n, data->n, P_nnz, P_x, P_i, P_p); in test_demo_solve()
/dports/math/osqp/osqp-0.6.2/examples/
H A Dosqp_demo.c9 c_int P_p[3] = { 0, 1, 3, }; in main() local
32 data->P = csc_matrix(data->n, data->n, P_nnz, P_x, P_i, P_p); in main()
/dports/biology/viennarna/ViennaRNA-2.4.18/src/ViennaRNA/
H A Dfold.h179 vrna_param_t **P_p),
218 vrna_param_t **P_p),
H A Dfold.c337 vrna_param_t **P_p) in export_fold_arrays_par() argument
341 *P_p = backward_compat_compound->params; in export_fold_arrays_par()
375 vrna_param_t **P_p) in export_circfold_arrays_par() argument
380 *P_p = backward_compat_compound->params; in export_circfold_arrays_par()
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/lcaotddft/
H A Dksdecomposition.py166 P_p = []
169 P_p.append(P)
170 P_p = np.array(P_p)
203 dm_p = dm_P[P_p]
210 self.P_p = P_p
297 self.Np = len(self.P_p)
357 rho_p = rho_P[self.P_p]
365 rho_p = np.zeros_like(self.P_p, dtype=rho_MM.dtype)
/dports/math/py-scs/scs-3.0.0/scs/test/problems/
H A Dsmall_qp.h38 scs_int P_p[] = { variable
324 d->P->p = P_p; in small_qp()
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/lrtddft/
H A Domega_matrix.py236 P_p = pack(P_ii)
238 D_sp[kss[ij].pspin] -= ns * P_p
244 D_sp[kss[ij].pspin] += ns * P_p
321 P_p = pack(P_ii)
322 Exc += np.dot(I_asp[a][kss[kq].pspin], P_p)
349 P_p = pack(P_ii)
350 Exc += np.dot(I_asp[a][kss[kq].pspin], P_p)
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/analyse/
H A Dwignerseitz.py74 P_p = pack(np.outer(P_i, P_i))
76 weigths[a] += np.dot(Delta_p, P_p)
/dports/math/osqp/osqp-0.6.2/docs/examples/
H A Dsetup-and-solve.rst134 c_int P_p[3] = {0, 1, 3, };
157 data->P = csc_matrix(data->n, data->n, P_nnz, P_x, P_i, P_p);
H A Dupdate-vectors.rst177 c_int P_p[3] = {0, 1, 3, };
203 data->P = csc_matrix(data->n, data->n, P_nnz, P_x, P_i, P_p);
H A Dupdate-matrices.rst180 c_int P_p[3] = {0, 1, 3, };
208 data->P = csc_matrix(data->n, data->n, P_nnz, P_x, P_i, P_p);
/dports/math/barvinok/barvinok-0.41.5/
H A Dbernoulli.c637 static void more_var_to_front(Polyhedron **P_p , evalue **E_p, int pos) in more_var_to_front() argument
639 Polyhedron *P = *P_p; in more_var_to_front()
647 *P_p = P; in more_var_to_front()
739 static void move_best_to_front(Polyhedron **P_p, evalue **E_p, unsigned nvar, in move_best_to_front() argument
742 Polyhedron *P = *P_p; in move_best_to_front()
790 more_var_to_front(P_p, E_p, best_i); in move_best_to_front()
/dports/math/gap/gap-4.11.0/pkg/homalg-2019.09.01/gap/
H A DSpectralSequences.gi704 ## 0 -> F(G(P_p)) -> R^0(F)(G(P_p)) (F contravariant)
705 ## L_0(F)(G(P_p)) -> F(G(P_p)) -> 0 (F covariant)
H A DHomalgBigradedObject.gi802 ## F(G(P_p)) -> R^0(F)(G(P_p))
821 ## L_0(F)(G(P_p)) -> F(G(P_p))
/dports/math/gambit/gambit-16.0.1/library/include/gambit/lrs/
H A Dlrslib.h237 long lrs_getfirstbasis (lrs_dic ** P_p, lrs_dat * Q, lrs_mp_matrix * Lin,long no_output); /* gets f…
/dports/math/sympol/SymPol-0.1.9/external/lrslib-042c/
H A Dlrslib.h231 long lrs_getfirstbasis (lrs_dic ** P_p, lrs_dat * Q, lrs_mp_matrix * Lin,long no_output);
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/utilities/
H A Ddos.py301 P_p = pack(np.outer(P_i, P_i))
305 np.dot(Delta_p, P_p))
/dports/math/py-libpoly/libpoly-0.1.11/src/upolynomial/
H A Dfactorization.c171 lp_upolynomial_t* P_p = lp_upolynomial_div_degrees(P, p); in STAT_DECLARE() local
172 lp_upolynomial_factors_t* sub_factors = lp_upolynomial_factor_square_free_primitive(P_p); in STAT_DECLARE()
178 lp_upolynomial_delete(P_p); in STAT_DECLARE()
/dports/math/libpoly/libpoly-0.1.11/src/upolynomial/
H A Dfactorization.c171 lp_upolynomial_t* P_p = lp_upolynomial_div_degrees(P, p); in STAT_DECLARE() local
172 lp_upolynomial_factors_t* sub_factors = lp_upolynomial_factor_square_free_primitive(P_p); in STAT_DECLARE()
178 lp_upolynomial_delete(P_p); in STAT_DECLARE()
/dports/science/code_saturne/code_saturne-7.1.0/docs/theory/
H A Dcfxtcl.tex427 P_p = P_1 = P_2
434 Puis on obtient $\rho_p$ et $P_p$ en \'ecrivant la conservation
451 & \Rightarrow P_p=P_1
485 P_p = P_1 = P_2
491 puis $\rho_p$ et $P_p$ en \'ecrivant les relations de saut
508 P_p=P_1
524 P_p=0 & \text{si} & 1 + \displaystyle\frac{\gamma-1}{2}M_i<0\\
525 P_p = P_i \left(1 + \displaystyle\frac{\gamma-1}{2}M_i\right)
536 P_p = P_i \left(1 + \displaystyle\frac{\gamma(\gamma+1)}{4}M_i^2
540 \rho_p=\rho_i \left(\displaystyle\frac{P_p-P_i}
[all …]
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/tools/external/lrslib/
H A Dlrslib.h267 lrs_dic** P_p,
/dports/emulators/dps8m/dps8m-572f79bb4f0f84a8b16c3892c894c2b9ed64b458/src/blinkenLights2/
H A DblinkenLights2.c32 static uint8_t * PRR_p, * P_p, * rE_p, * rRALR_p, * RNR_p[8], * PR_BITNO_p[8], * TRR_p, * TBR_p, * … variable
457P_p = (uint8_t *) (PPR_p + lookup (system_state, SYM_STRUCT_OFFSET, "cpus[].PPR.P", & symbolTy… in main()
/dports/math/lrslib/lrslib-071a/
H A Dlrslib.h365 long lrs_getfirstbasis (lrs_dic ** P_p, lrs_dat * Q, lrs_mp_matrix * Lin,long no_output); /* gets f…
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/doc/
H A Dbas-concept.tex915 \qquad\mbox{for all }q \in \P_p(\Shat).
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/lib/External/isl/doc/
H A Dimplementation.tex1706 R_{pq} \coloneqq \bigcup_{i \text{ s.t. } \domain R_i \subseteq P_p \wedge

12