Home
last modified time | relevance | path

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

/dports/devel/R-cran-Rcpp/Rcpp/inst/examples/FastLM/
H A DfastLMviaArmadillo.r44 truecoef <- 1:(k+1) globalVar
45 y <- as.numeric(X %*% truecoef + rnorm(n))
H A DfastLMviaGSL.r45 truecoef <- 1:(k+1) globalVar
46 y <- as.numeric(X %*% truecoef + rnorm(n))
H A Dbenchmark.r35 truecoef <- 1:(k+1) globalVar
36 y <- as.numeric(X %*% truecoef + rnorm(n))
/dports/math/pari/pari-2.13.3/src/headers/
H A Dpariold.h26 #define truecoeff truecoef
H A Dpariinl.h2136 truecoef(GEN x, long n) { return polcoef(x,n,-1); } in truecoef() function
H A Dparidecl.h6195 INLINE GEN truecoef(GEN x, long n);
/dports/math/pari/pari-2.13.3/
H A DCHANGES-2.1053 truecoeff -> truecoef
H A DCOMPAT189 - rename polcoeff0 -> polcoef, truecoeff -> truecoef, polcoeff_i -> polcoef_i
/dports/math/pari/pari-2.13.3/doc/
H A Dusersch5.tex12625 \fun{GEN}{truecoef}{GEN x, long n} returns \kbd{polcoef(x,n, -1)}, i.e.
12709 \fun{GEN}{truecoef}{GEN x, long n} returns \kbd{polcoef(x,n, -1)}, i.e.