Home
last modified time | relevance | path

Searched refs:n_1 (Results 1 – 25 of 589) sorted by relevance

12345678910>>...24

/dports/audio/opencore-amr/opencore-amr-0.1.5/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/
H A Ddec_alg_codebook.cpp259 int16 j, n_1, tmp; in dec_4p_4N() local
265 n_1 = N - 1; in dec_4p_4N()
273 tmp = (n_1 << 2) + 1; in dec_4p_4N()
310 int16 j, n_1, tmp; in dec_5p_5N() local
317 n_1 = (int16)(N - 1); in dec_5p_5N()
326 dec_3p_3N1(idx, n_1, j, pos); in dec_5p_5N()
331 dec_3p_3N1(idx, n_1, offset, pos); in dec_5p_5N()
344 int16 j, n_1, offsetA, offsetB; in dec_6p_6N_2() local
346 n_1 = N - 1; in dec_6p_6N_2()
375 …dec_4p_4N(index >> (2*n_1 + 1), n_1, offsetA, pos); /* dec_4p_4N(index>>((2*n_1)+1 ), n_1, offsetA… in dec_6p_6N_2()
[all …]
/dports/audio/vo-amrwbenc/vo-amrwbenc-0.1.3/amrwbenc/src/
H A Dq_pulse.c191 Word16 nb_pos, mask, n_1, tmp; in quant_4p_4N() local
195 n_1 = (Word16) (N - 1); in quant_4p_4N()
222 tmp = add1((Word16)((vo_L_mult(3, n_1) >> 1)), 1); in quant_4p_4N()
223 index = L_shl(quant_1p_N1(posA[0], n_1), tmp); in quant_4p_4N()
257 Word16 nb_pos, n_1, tmp; in quant_5p_5N() local
261 n_1 = (Word16) (N - 1); in quant_5p_5N()
331 Word16 nb_pos, n_1; in quant_6p_6N_2() local
336 n_1 = (Word16) (N - 1); in quant_6p_6N_2()
367 index = vo_L_add(index, (quant_4p_4N(posB, n_1) << (Word16) (2 * n_1 + 1))); in quant_6p_6N_2()
371 index = (quant_3p_3N1(posA[0], posA[1], posA[2], n_1) << (Word16) (3 * n_1 + 1)); in quant_6p_6N_2()
[all …]
/dports/biology/seqan1/seqan-1.3.1/lib/samtools/bcftools/
H A Dfet.c22 static double hypergeo(int n11, int n1_, int n_1, int n) in hypergeo() argument
24 return exp(lbinom(n1_, n11) + lbinom(n-n1_, n_1-n11) - lbinom(n, n_1)); in hypergeo()
28 int n11, n1_, n_1, n; member
35 if (n1_ || n_1 || n) { in hypergeo_acc()
36 aux->n11 = n11; aux->n1_ = n1_; aux->n_1 = n_1; aux->n = n; in hypergeo_acc()
38 if (n11%11 && n11 + aux->n - aux->n1_ - aux->n_1) { in hypergeo_acc()
41 * (aux->n_1 - aux->n11) / (n11 + aux->n - aux->n1_ - aux->n_1); in hypergeo_acc()
47 * (aux->n11 + aux->n - aux->n1_ - aux->n_1) / (aux->n_1 - n11); in hypergeo_acc()
63 int n1_, n_1, n; in kt_fisher_exact() local
66 max = (n_1 < n1_) ? n_1 : n1_; // max n11, for right tail in kt_fisher_exact()
[all …]
/dports/biology/ugene/ugene-40.1/src/libs_3rdparty/samtools/src/samtools/bcftools/
H A Dfet.c25 static double hypergeo(int n11, int n1_, int n_1, int n) in hypergeo() argument
27 return exp(lbinom(n1_, n11) + lbinom(n-n1_, n_1-n11) - lbinom(n, n_1)); in hypergeo()
31 int n11, n1_, n_1, n; member
38 if (n1_ || n_1 || n) { in hypergeo_acc()
39 aux->n11 = n11; aux->n1_ = n1_; aux->n_1 = n_1; aux->n = n; in hypergeo_acc()
41 if (n11%11 && n11 + aux->n - aux->n1_ - aux->n_1) { in hypergeo_acc()
44 * (aux->n_1 - aux->n11) / (n11 + aux->n - aux->n1_ - aux->n_1); in hypergeo_acc()
50 * (aux->n11 + aux->n - aux->n1_ - aux->n_1) / (aux->n_1 - n11); in hypergeo_acc()
66 int n1_, n_1, n; in kt_fisher_exact() local
69 max = (n_1 < n1_) ? n_1 : n1_; // max n11, for right tail in kt_fisher_exact()
[all …]
/dports/net/h323plus/h323plus-1_27_2/plugins/audio/G.722.2/AMR-WB/
H A Ddec_acelp.c253 Word32 j, n_1; in D_ACELP_decode_4p_4N() local
258 n_1 = N - 1; in D_ACELP_decode_4p_4N()
259 j = offset + (1 << n_1); in D_ACELP_decode_4p_4N()
275 D_ACELP_decode_1p_N1((index >> ((3 * n_1) + 1)), n_1, offset, pos); in D_ACELP_decode_4p_4N()
280 D_ACELP_decode_2p_2N1((index >> ((2 * n_1) + 1)), n_1, offset, pos); in D_ACELP_decode_4p_4N()
285 D_ACELP_decode_3p_3N1((index >> (n_1 + 1)), n_1, offset, pos); in D_ACELP_decode_4p_4N()
312 Word32 j, n_1; in D_ACELP_decode_5p_5N() local
318 n_1 = N - 1; in D_ACELP_decode_5p_5N()
357 n_1 = N - 1; in D_ACELP_decode_6p_6N_2()
383 D_ACELP_decode_4p_4N(index >> ((2 * n_1) + 1), n_1, offsetA, pos); in D_ACELP_decode_6p_6N_2()
[all …]
H A Denc_acelp.c610 n_1 = N - 1; in E_ACELP_quant_4p_4N()
611 nb_pos = (1 << n_1); in E_ACELP_quant_4p_4N()
634 index = E_ACELP_quant_1p_N1(posA[0], n_1) << (( 3 * n_1) + 1); in E_ACELP_quant_4p_4N()
638 index = E_ACELP_quant_2p_2N1(posA[0], posA[1], n_1) << (( 2 * n_1) + 1); in E_ACELP_quant_4p_4N()
669 Word32 i,j,k,nb_pos,n_1; in E_ACELP_quant_5p_5N() local
673 n_1 = N-1; in E_ACELP_quant_5p_5N()
674 nb_pos = (1 << n_1); in E_ACELP_quant_5p_5N()
749 n_1 = N - 1; in E_ACELP_quant_6p_6N_2()
750 nb_pos = 1 << n_1; in E_ACELP_quant_6p_6N_2()
780 index += E_ACELP_quant_4p_4N(posB, n_1) << ((2 * n_1) + 1); in E_ACELP_quant_6p_6N_2()
[all …]
/dports/net/opal/opal-3.10.10/plugins/audio/G.722.2/AMR-WB/
H A Ddec_acelp.c253 Word32 j, n_1; in D_ACELP_decode_4p_4N() local
258 n_1 = N - 1; in D_ACELP_decode_4p_4N()
259 j = offset + (1 << n_1); in D_ACELP_decode_4p_4N()
275 D_ACELP_decode_1p_N1((index >> ((3 * n_1) + 1)), n_1, offset, pos); in D_ACELP_decode_4p_4N()
280 D_ACELP_decode_2p_2N1((index >> ((2 * n_1) + 1)), n_1, offset, pos); in D_ACELP_decode_4p_4N()
285 D_ACELP_decode_3p_3N1((index >> (n_1 + 1)), n_1, offset, pos); in D_ACELP_decode_4p_4N()
312 Word32 j, n_1; in D_ACELP_decode_5p_5N() local
318 n_1 = N - 1; in D_ACELP_decode_5p_5N()
357 n_1 = N - 1; in D_ACELP_decode_6p_6N_2()
383 D_ACELP_decode_4p_4N(index >> ((2 * n_1) + 1), n_1, offsetA, pos); in D_ACELP_decode_6p_6N_2()
[all …]
/dports/chinese/libpinyin/libpinyin-2.3.0/utils/training/
H A Dk_mixture_model.h47 corpus_count_t n_1){ in compute_gamma() argument
48 parameter_t gamma = 1 - n_1 / (parameter_t) (N - n_0); in compute_gamma()
55 corpus_count_t n_1){ in compute_B() argument
59 if ( 0 == T - n_1 && 0 == N - n_0 - n_1 ) in compute_B()
63 parameter_t B = (T - n_1 ) / (parameter_t) (N - n_0 - n_1); in compute_B()
89 corpus_count_t n_1){ in compute_Pr_G_3_with_count() argument
91 parameter_t gamma = compute_gamma(N, n_0, n_1); in compute_Pr_G_3_with_count()
92 parameter_t B = compute_B(N, T, n_0, n_1); in compute_Pr_G_3_with_count()
109 corpus_count_t n_1){ in compute_Pr_G_2_with_count() argument
111 parameter_t B = compute_B(N, T, n_0, n_1); in compute_Pr_G_2_with_count()
/dports/science/quantum-espresso/q-e-qe-6.7.0/GWW/head/
H A Dlanczos_k.f9069 n_1(:)=0.d0
72 n_1(is)=n_1(is)+dble(conjg(psi_1(ig,is))*psi_1(ig,is))
76 n_1(:)=dsqrt(n_1(:))
105 n_1(:)=0.d0
108 n_1(is)=n_1(is)+dble(conjg(u_0(ig,is))*u_0(ig,is))
112 n_1(:)=dsqrt(n_1(:))
125 alpha(:)=alpha(:)/n_1(:)
204 n_1(:)=0.d0
207 n_1(is)=n_1(is)+dble(conjg(u_1(ig,is))*u_1(ig,is))
211 n_1(:)=dsqrt(n_1(:))
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/redex-examples/redex/examples/
H A Drbtrees.rkt18 (rbt t n_1 n_2 n_3)])
46 [(< (s n_1) (s n_2))
47 (< n_1 n_2)])
66 (B t_1 n_1 t_2)
72 [(ins n_1 (c t_1 n_2 t_2))
74 (where #t (< n_1 n_2))]
75 [(ins n_1 (c t_1 n_2 t_2))
77 (where #t (< n_2 n_1))]
122 (ordered? t n_1 n_2)
140 n_1 n_2)))
[all …]
/dports/biology/freebayes/freebayes-1.3.5/contrib/htslib/
H A Dkfunc.c209 static double hypergeo(int n11, int n1_, int n_1, int n) in hypergeo() argument
211 return exp(lbinom(n1_, n11) + lbinom(n-n1_, n_1-n11) - lbinom(n, n_1)); in hypergeo()
215 int n11, n1_, n_1, n; member
222 if (n1_ || n_1 || n) { in hypergeo_acc()
223 aux->n11 = n11; aux->n1_ = n1_; aux->n_1 = n_1; aux->n = n; in hypergeo_acc()
225 if (n11%11 && n11 + aux->n - aux->n1_ - aux->n_1) { in hypergeo_acc()
228 * (aux->n_1 - aux->n11) / (n11 + aux->n - aux->n1_ - aux->n_1); in hypergeo_acc()
234 * (aux->n11 + aux->n - aux->n1_ - aux->n_1) / (aux->n_1 - n11); in hypergeo_acc()
241 aux->p = hypergeo(aux->n11, aux->n1_, aux->n_1, aux->n); in hypergeo_acc()
250 int n1_, n_1, n; in kt_fisher_exact() local
[all …]
/dports/biology/py-pysam/pysam-0.18.0/htslib/
H A Dkfunc.c209 static double hypergeo(int n11, int n1_, int n_1, int n) in hypergeo() argument
211 return exp(lbinom(n1_, n11) + lbinom(n-n1_, n_1-n11) - lbinom(n, n_1)); in hypergeo()
215 int n11, n1_, n_1, n; member
222 if (n1_ || n_1 || n) { in hypergeo_acc()
223 aux->n11 = n11; aux->n1_ = n1_; aux->n_1 = n_1; aux->n = n; in hypergeo_acc()
225 if (n11%11 && n11 + aux->n - aux->n1_ - aux->n_1) { in hypergeo_acc()
228 * (aux->n_1 - aux->n11) / (n11 + aux->n - aux->n1_ - aux->n_1); in hypergeo_acc()
234 * (aux->n11 + aux->n - aux->n1_ - aux->n_1) / (aux->n_1 - n11); in hypergeo_acc()
241 aux->p = hypergeo(aux->n11, aux->n1_, aux->n_1, aux->n); in hypergeo_acc()
250 int n1_, n_1, n; in kt_fisher_exact() local
[all …]
/dports/biology/htslib/htslib-1.14/
H A Dkfunc.c209 static double hypergeo(int n11, int n1_, int n_1, int n) in hypergeo() argument
211 return exp(lbinom(n1_, n11) + lbinom(n-n1_, n_1-n11) - lbinom(n, n_1)); in hypergeo()
215 int n11, n1_, n_1, n; member
222 if (n1_ || n_1 || n) { in hypergeo_acc()
223 aux->n11 = n11; aux->n1_ = n1_; aux->n_1 = n_1; aux->n = n; in hypergeo_acc()
225 if (n11%11 && n11 + aux->n - aux->n1_ - aux->n_1) { in hypergeo_acc()
228 * (aux->n_1 - aux->n11) / (n11 + aux->n - aux->n1_ - aux->n_1); in hypergeo_acc()
234 * (aux->n11 + aux->n - aux->n1_ - aux->n_1) / (aux->n_1 - n11); in hypergeo_acc()
241 aux->p = hypergeo(aux->n11, aux->n1_, aux->n_1, aux->n); in hypergeo_acc()
250 int n1_, n_1, n; in kt_fisher_exact() local
[all …]
/dports/science/helfem/HelFEM-21461e9/src/legendre/
H A DAss_Leg_Poly.f9073 INTEGER :: n_1 local
83 n_1 = 1
86 n_1 = n_1 + 2
89 n_1 = 3
93 plm(i+1) = ( n_2 * arg - n_3 / plm(i) ) / n_1
94 n_1 = n_1 + 1
/dports/biology/vt/vt-0.57721/lib/htslib/
H A Dkfunc.c207 static double hypergeo(int n11, int n1_, int n_1, int n) in hypergeo() argument
209 return exp(lbinom(n1_, n11) + lbinom(n-n1_, n_1-n11) - lbinom(n, n_1)); in hypergeo()
213 int n11, n1_, n_1, n; member
220 if (n1_ || n_1 || n) { in hypergeo_acc()
221 aux->n11 = n11; aux->n1_ = n1_; aux->n_1 = n_1; aux->n = n; in hypergeo_acc()
223 if (n11%11 && n11 + aux->n - aux->n1_ - aux->n_1) { in hypergeo_acc()
226 * (aux->n_1 - aux->n11) / (n11 + aux->n - aux->n1_ - aux->n_1); in hypergeo_acc()
232 * (aux->n11 + aux->n - aux->n1_ - aux->n_1) / (aux->n_1 - n11); in hypergeo_acc()
239 aux->p = hypergeo(aux->n11, aux->n1_, aux->n_1, aux->n); in hypergeo_acc()
248 int n1_, n_1, n; in kt_fisher_exact() local
[all …]
/dports/biology/bedtools/bedtools2-2.30.0/src/utils/htslib/
H A Dkfunc.c207 static double hypergeo(int n11, int n1_, int n_1, int n) in hypergeo() argument
209 return exp(lbinom(n1_, n11) + lbinom(n-n1_, n_1-n11) - lbinom(n, n_1)); in hypergeo()
213 int n11, n1_, n_1, n; member
220 if (n1_ || n_1 || n) { in hypergeo_acc()
221 aux->n11 = n11; aux->n1_ = n1_; aux->n_1 = n_1; aux->n = n; in hypergeo_acc()
223 if (n11%11 && n11 + aux->n - aux->n1_ - aux->n_1) { in hypergeo_acc()
226 * (aux->n_1 - aux->n11) / (n11 + aux->n - aux->n1_ - aux->n_1); in hypergeo_acc()
232 * (aux->n11 + aux->n - aux->n1_ - aux->n_1) / (aux->n_1 - n11); in hypergeo_acc()
239 aux->p = hypergeo(aux->n11, aux->n1_, aux->n_1, aux->n); in hypergeo_acc()
248 int n1_, n_1, n; in kt_fisher_exact() local
[all …]
/dports/biology/bedtools/bedtools2-2.30.0/src/fisher/
H A Dkfunc.cpp180 double hypergeo(long long n11, long long n1_, long long n_1, long long n) in hypergeo() argument
182 return exp(lbinom(n1_, n11) + lbinom(n-n1_, n_1-n11) - lbinom(n, n_1)); in hypergeo()
189 if (n1_ || n_1 || n) { in hypergeo_acc()
190 aux->n11 = n11; aux->n1_ = n1_; aux->n_1 = n_1; aux->n = n; in hypergeo_acc()
192 if (n11%11 && n11 + aux->n - aux->n1_ - aux->n_1) { in hypergeo_acc()
195 * (aux->n_1 - aux->n11) / (n11 + aux->n - aux->n1_ - aux->n_1); in hypergeo_acc()
201 * (aux->n11 + aux->n - aux->n1_ - aux->n_1) / (aux->n_1 - n11); in hypergeo_acc()
208 aux->p = hypergeo(aux->n11, aux->n1_, aux->n_1, aux->n); in hypergeo_acc()
217 long long n1_, n_1, n; in kt_fisher_exact() local
220 max = (n_1 < n1_) ? n_1 : n1_; // max n11, for right tail in kt_fisher_exact()
[all …]
/dports/biology/stacks/stacks-2.4/htslib/
H A Dkfunc.c207 static double hypergeo(int n11, int n1_, int n_1, int n) in hypergeo() argument
209 return exp(lbinom(n1_, n11) + lbinom(n-n1_, n_1-n11) - lbinom(n, n_1)); in hypergeo()
213 int n11, n1_, n_1, n; member
220 if (n1_ || n_1 || n) { in hypergeo_acc()
221 aux->n11 = n11; aux->n1_ = n1_; aux->n_1 = n_1; aux->n = n; in hypergeo_acc()
223 if (n11%11 && n11 + aux->n - aux->n1_ - aux->n_1) { in hypergeo_acc()
226 * (aux->n_1 - aux->n11) / (n11 + aux->n - aux->n1_ - aux->n_1); in hypergeo_acc()
232 * (aux->n11 + aux->n - aux->n1_ - aux->n_1) / (aux->n_1 - n11); in hypergeo_acc()
239 aux->p = hypergeo(aux->n11, aux->n1_, aux->n_1, aux->n); in hypergeo_acc()
248 int n1_, n_1, n; in kt_fisher_exact() local
[all …]
/dports/biology/kallisto/kallisto-0.46.1/ext/htslib/
H A Dkfunc.c207 static double hypergeo(int n11, int n1_, int n_1, int n) in hypergeo() argument
209 return exp(lbinom(n1_, n11) + lbinom(n-n1_, n_1-n11) - lbinom(n, n_1)); in hypergeo()
213 int n11, n1_, n_1, n; member
220 if (n1_ || n_1 || n) { in hypergeo_acc()
221 aux->n11 = n11; aux->n1_ = n1_; aux->n_1 = n_1; aux->n = n; in hypergeo_acc()
223 if (n11%11 && n11 + aux->n - aux->n1_ - aux->n_1) { in hypergeo_acc()
226 * (aux->n_1 - aux->n11) / (n11 + aux->n - aux->n1_ - aux->n_1); in hypergeo_acc()
232 * (aux->n11 + aux->n - aux->n1_ - aux->n_1) / (aux->n_1 - n11); in hypergeo_acc()
239 aux->p = hypergeo(aux->n11, aux->n1_, aux->n_1, aux->n); in hypergeo_acc()
248 int n1_, n_1, n; in kt_fisher_exact() local
[all …]
/dports/audio/fdk-aac/fdk-aac-2.0.2/libAACdec/src/
H A Dusacdec_ace_d4t64.cpp296 SHORT j, n_1; in D_ACELP_decode_4p_4N() local
300 n_1 = N - 1; in D_ACELP_decode_4p_4N()
301 j = offset + (1 << n_1); in D_ACELP_decode_4p_4N()
304 if (((index >> ((4 * n_1) + 1)) & 1) == 0) { in D_ACELP_decode_4p_4N()
307 D_ACELP_decode_4p_4N1(index, n_1, j, pos); in D_ACELP_decode_4p_4N()
311 D_ACELP_decode_1p_N1((index >> ((3 * n_1) + 1)), n_1, offset, pos); in D_ACELP_decode_4p_4N()
312 D_ACELP_decode_3p_3N1(index, n_1, j, pos + 1); in D_ACELP_decode_4p_4N()
315 D_ACELP_decode_2p_2N1((index >> ((2 * n_1) + 1)), n_1, offset, pos); in D_ACELP_decode_4p_4N()
316 D_ACELP_decode_2p_2N1(index, n_1, j, pos + 2); in D_ACELP_decode_4p_4N()
319 D_ACELP_decode_3p_3N1((index >> (n_1 + 1)), n_1, offset, pos); in D_ACELP_decode_4p_4N()
[all …]
/dports/multimedia/handbrake/fdk-aac-2.0.1/libAACdec/src/
H A Dusacdec_ace_d4t64.cpp296 SHORT j, n_1; in D_ACELP_decode_4p_4N() local
300 n_1 = N - 1; in D_ACELP_decode_4p_4N()
301 j = offset + (1 << n_1); in D_ACELP_decode_4p_4N()
304 if (((index >> ((4 * n_1) + 1)) & 1) == 0) { in D_ACELP_decode_4p_4N()
307 D_ACELP_decode_4p_4N1(index, n_1, j, pos); in D_ACELP_decode_4p_4N()
311 D_ACELP_decode_1p_N1((index >> ((3 * n_1) + 1)), n_1, offset, pos); in D_ACELP_decode_4p_4N()
312 D_ACELP_decode_3p_3N1(index, n_1, j, pos + 1); in D_ACELP_decode_4p_4N()
315 D_ACELP_decode_2p_2N1((index >> ((2 * n_1) + 1)), n_1, offset, pos); in D_ACELP_decode_4p_4N()
316 D_ACELP_decode_2p_2N1(index, n_1, j, pos + 2); in D_ACELP_decode_4p_4N()
319 D_ACELP_decode_3p_3N1((index >> (n_1 + 1)), n_1, offset, pos); in D_ACELP_decode_4p_4N()
[all …]
/dports/biology/mothur/mothur-1.46.1/source/metastats/
H A Dmothurfisher.cpp25 double n_1 = n11_+n21_; in fexact() local
28 …11_, n1_, n_1, n " + toString(n11_) + " " + toString(n1_) + " " + toString(n_1) + " " + toString(n… in fexact()
29 exact(n11_,n1_,n_1,n); in fexact()
87 double MothurFisher::hyper_323(double n11, double n1_, double n_1, double n){ in hyper_323() argument
89 return(exp(lnbico(n1_,n11)+lnbico(n-n1_,n_1-n11)-lnbico(n,n_1))); in hyper_323()
140 double MothurFisher::exact(double n11, double n1_, double n_1, double n){ in exact() argument
144 if(n_1<max) max=n_1; in exact()
145 double min = n1_+n_1-n; in exact()
155 prob=hyper0(n11,n1_,n_1,n); in exact()
/dports/biology/stacks/stacks-2.4/src/
H A Dcmb.cc129 uint i, n_1, n_2; in catalog_tree() local
170 n_1 = this->node_map[n->id]; in catalog_tree()
176 this->edges[n_1][n_2] = 1; in catalog_tree()
177 this->edges[n_2][n_1] = 1; in catalog_tree()
192 int n_1, n_2, node_cnt, cmb_cnt; in partition_tree() local
219 n_1 = this->edge_list[comb[i][j]].first; in partition_tree()
221 this->edges[this->node_map[n_1]][this->node_map[n_2]] = 0; in partition_tree()
222 this->edges[this->node_map[n_2]][this->node_map[n_1]] = 0; in partition_tree()
247 n_1 = this->node_map[n->id]; in partition_tree()
251 edges[n_1][n_2] == 1) { in partition_tree()
[all …]
/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/doc/manual/
H A Dsec_spline_surface.tex9 \[{\bf s}(u,v) = \sum_{i=1}^{n_1}\sum_{j=1}^{n_2}{\bf p}_{i,j}
19 \item[$n_1$]: The number of vertices with respect to the first parameter.
25 ${\bf u} = (u_1,u_2,\ldots,u_{n_1+k_1})$.
30 $c_{d,i,j}$, $d=1,\ldots,dim$, $i=1,\ldots,n_1$,
34 $x_{n_1,1},y_{n_1,1},z_{n_1,1},\ldots$,
35 $x_{n_1,n_2},y_{n_1,n_2},z_{n_1,n_2})$.
44 with respect to both parameters: $n_1 \ge k_1$ and $n_2 \ge k_2$.
128 \sum_{i=1}^{n_1}\sum_{j=1}^{n_2} w_{i,j}
142 $w_{i,j}$, $i=1,\ldots,n_1$, $j=1,\ldots,n_2$, so
143 ${\bf w} = (w_{1,1},w_{2,1},\ldots,w_{n_1,1},\ldots$,
[all …]
/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/doc/users_guide/
H A Dsec_spline_surface.tex9 \[{\bf s}(u,v) = \sum_{i=1}^{n_1}\sum_{j=1}^{n_2}{\bf p}_{i,j}
19 \item[$n_1$]: The number of vertices with respect to the first parameter.
25 ${\bf u} = (u_1,u_2,\ldots,u_{n_1+k_1})$.
30 $c_{d,i,j}$, $d=1,\ldots,dim$, $i=1,\ldots,n_1$,
34 $x_{n_1,1},y_{n_1,1},z_{n_1,1},\ldots$,
35 $x_{n_1,n_2},y_{n_1,n_2},z_{n_1,n_2})$.
44 with respect to both parameters: $n_1 \ge k_1$ and $n_2 \ge k_2$.
128 \sum_{i=1}^{n_1}\sum_{j=1}^{n_2} w_{i,j}
142 $w_{i,j}$, $i=1,\ldots,n_1$, $j=1,\ldots,n_2$, so
143 ${\bf w} = (w_{1,1},w_{2,1},\ldots,w_{n_1,1},\ldots$,
[all …]

12345678910>>...24