Home
last modified time | relevance | path

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

/dports/math/p5-Math-Cephes/Math-Cephes-0.5305/libmd/
H A Dpolrt_wrap.c41 int polrt_wrap( xcof, cof, m, r, i ) in polrt_wrap() argument
42 double xcof[], cof[], r[], i[]; in polrt_wrap()
45 extern int polrt( double xcof[], double cof[], int m, cmplx root[] );
53 ret = polrt( xcof, cof, m, root );
H A Dpolrt.c62 int polrt( xcof, cof, m, root ) in polrt() argument
63 double xcof[], cof[]; in polrt()
79 if( xcof[m] == 0.0 )
86 q = &xcof[0];
167 q = &xcof[nsav];
H A Dprotos.h198 extern int polrt_wrap(double * xcof, double * cof, int m, double * r, double * i);
/dports/math/gretl/gretl-2021d/cephes/
H A Dpolrt.c51 int polrt (double *xcof, double *cof, int m, cmplx *root) in polrt() argument
68 if (xcof[m] == 0.0) { in polrt()
76 q = &xcof[0]; in polrt()
164 q = &xcof[nsav]; in polrt()
H A Dlibprob.h162 int polrt (double *xcof, double *cof, int m, cmplx *root);
/dports/devel/R-cran-Hmisc/Hmisc/R/
H A Dtranscan.s362 xcof <- f$coef
369 xcof <- c(ybar*(1-h)+h*xcof[1],h*xcof[-1])
375 else cbind(1,xx[j,,drop=FALSE]) %*% xcof
392 xcoef[i, c("intercept",nam[-i])] <- xcof
409 xcof <- c(intercept=-sum(f$xcoef[,1] * f$xcenter),
424 newy[!j] - cbind(1,xx[!j,,drop=FALSE]) %*% xcof
439 xcof <- h*xcof #mean of can var=0
444 else drop(cbind(1,xx[j,,drop=FALSE]) %*% xcof)
448 xcoef[i,c("intercept",nam[-i])] <- xcof
H A Dareg.s130 xcof <- f$coefficients
185 xcof <- f$xcoef
189 lp <- as.vector(matxv(X, xcof))
266 beta <- xcof[-1]
308 xcoefficients=xcof, ycoefficients=cof,
/dports/math/p5-Math-Cephes/Math-Cephes-0.5305/
H A DCephes.i257 extern int polrt_wrap(arr1d xcof, arr1d cof, int m, arr1d r, arr1d i);
/dports/math/gretl/gretl-2021d/lib/src/
H A Dgretl_matrix.c2598 double *xcof = NULL, *cof = NULL; in gretl_matrix_polroots() local
2613 xcof = malloc(m * sizeof *xcof); in gretl_matrix_polroots()
2617 if (xcof == NULL || cof == NULL || roots == NULL) { in gretl_matrix_polroots()
2623 xcof[i] = a->val[i]; in gretl_matrix_polroots()
2626 polerr = polrt(xcof, cof, order, roots); in gretl_matrix_polroots()
2657 free(xcof); in gretl_matrix_polroots()
/dports/audio/snd/snd-21.2/
H A Dsnd-test.rb11948 xcof = flt.xcoeffs
11958 xcof[i] = env(en)
14142 xcof = flt.xcoeffs
14150 xcof[j] = env(en)
H A Dsnd-test.scm10444 (do ((xcof (mus-xcoeffs flt)) ; maybe a copy?
10450 (float-vector-multiply! xcof es)
13785 (let ((xcof (mus-xcoeffs flt))
13797 (float-vector-set! xcof i (env (vector-ref es i)))))