Home
last modified time | relevance | path

Searched defs:yvar (Results 1 – 25 of 128) sorted by relevance

123456

/dports/science/step/step-21.12.3/stepcore/
H A Deulersolver.cc45 const VectorXd* yvar, VectorXd* f, VectorXd* fvar) in doCalcFn()
54 int GenericEulerSolver::doStep(double t, double stepSize, VectorXd* y, VectorXd* yvar) in doStep()
114 int GenericEulerSolver::doEvolve(double* t, double t1, VectorXd* y, VectorXd* yvar) in doEvolve()
H A Dgslsolver.cc115 const VectorXd* yvar, VectorXd* f, VectorXd* fvar) in doCalcFn()
125 int GslGenericSolver::doEvolve(double* t, double t1, VectorXd* y, VectorXd* yvar) in doEvolve()
/dports/math/SCIP/scip-7.0.3/tests/src/presol/
H A Dqpkktref.c242 SCIP_VAR* yvar; in createProbLinear1() local
313 SCIP_VAR* yvar; in createProbLinear2() local
386 SCIP_VAR* yvar; in createProbKnapsack() local
457 SCIP_VAR* yvar; in createProbSetppc() local
520 SCIP_VAR* yvar; in createProbLogicor() local
583 SCIP_VAR* yvar; in createProbVarbound() local
H A Dpresol.c66 SCIP_VAR* yvar; in initProb() local
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dutil3d.h64 #define TERMCOORD_DOUBLE(v,xvar,yvar) \ argument
69 #define TERMCOORD(v,xvar,yvar) \ argument
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dutil3d.h64 #define TERMCOORD_DOUBLE(v,xvar,yvar) \ argument
69 #define TERMCOORD(v,xvar,yvar) \ argument
/dports/www/R-cran-shiny/shiny/tests/testthat/
H A Dtest-plot-coordmap.R13 dat <- data.frame(xvar = c(0, 5), yvar = c(10, 20)) nameattr in c
73 dat <- data.frame(xvar = c(0, 5, 10), yvar = c(10, 20, 30), nameattr in c
121 dat <- data.frame(xvar = c(0, 5, 10), yvar = c(10, 20, 30), nameattr in c
207 dat <- data.frame(xvar = c(0, 5, 10, 15), yvar = c(10, 20, 30, 40), nameattr in c
292 yvar = as.POSIXct("2016-09-27 09:00:00", origin = "1960-01-01", tz = "GMT") + c(3600, 0) nameattr
318 dat <- data.frame(xvar = c(0, 5), yvar = c(10, 20)) nameattr in c
350 dat <- data.frame(xvar = c(10^-1, 10^3), yvar = c(2^-2, 2^4)) nameattr in c
/dports/math/SCIP/scip-7.0.3/tests/src/bugs/
H A Ddepthlevel.c54 SCIP_VAR* yvar; in setup() local
/dports/science/step/step-21.12.3/autotests/
H A Dtest_worldcopy.cc63 virtual int doCalcFn(double* t, const StepCore::VectorXd* y, const StepCore::VectorXd* yvar = 0, in doCalcFn()
65 …virtual int doEvolve(double* t, double t1, StepCore::VectorXd* y, StepCore::VectorXd* yvar) { retu… in doEvolve()
/dports/finance/R-cran-PerformanceAnalytics/PerformanceAnalytics/R/
H A Dchart.TimeSeries.googlevis.R14 yvar=ylab, nameattr
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dregion_sphere.h43 int ystyle, yvar; variable
H A Dfix_aveforce.h45 int xvar, yvar, zvar, xstyle, ystyle, zstyle; variable
H A Dfix_setforce.h47 int xvar, yvar, zvar, xstyle, ystyle, zstyle; variable
H A Dfix_addforce.h47 int xvar, yvar, zvar, evar, xstyle, ystyle, zstyle, estyle; variable
H A Dfix_efield.h47 int xvar, yvar, zvar, evar, xstyle, ystyle, zstyle, estyle; variable
H A Dfix_indent.h45 int xvar, yvar, zvar, rvar, pvar; variable
/dports/science/lammps/lammps-stable_29Sep2021/src/EXTRA-FIX/
H A Dfix_addtorque.h45 int xvar, yvar, zvar, xstyle, ystyle, zstyle; variable
/dports/science/lammps/lammps-stable_29Sep2021/src/MACHDYN/
H A Dfix_smd_setvel.h56 int xvar, yvar, zvar, xstyle, ystyle, zstyle; variable
/dports/math/SCIP/scip-7.0.3/tests/src/cons/quadratic/
H A Dgauge.c70 SCIP_VAR* yvar; variable
/dports/math/R-cran-geepack/geepack/inst/doc/
H A Dgeepack-manual.R26 yvar <- 1 + 2*tvar + uuu + rnorm(length(tvar)) globalVar
/dports/math/pspp/pspp-1.4.1/src/ui/gui/
H A Dpsppire-dialog-action-scatterplot.c70 const char *yvar = gtk_entry_get_text (GTK_ENTRY (ow->y_axis)); in dialog_state_valid() local
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dutil3d.h69 #define TERMCOORD(v,xvar,yvar) \ argument
/dports/math/R/R-4.1.2/src/library/tcltk/demo/
H A Dtkttest.R87 yvar <- tclVar("Ozone[Month==8]") globalVar
/dports/math/libRmath/R-4.1.1/src/library/tcltk/demo/
H A Dtkttest.R87 yvar <- tclVar("Ozone[Month==8]") globalVar
/dports/math/R-cran-ipred/ipred/R/
H A Dipredknn.R23 if ((yvar <- attr(Terms, "response")) > 0) xvars <- xvars[-yvar] functionVar

123456