Home
last modified time | relevance | path

Searched refs:getMinStep (Results 1 – 22 of 22) sorted by relevance

/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/ode/nonstiff/
H A DAdaptiveStepsizeIntegrator.java297 if (h < getMinStep()) { in initializeStep()
298 h = getMinStep(); in initializeStep()
364 public double getMinStep() { in getMinStep() method in AdaptiveStepsizeIntegrator
H A DAdaptiveStepsizeFieldIntegrator.java355 public T getMinStep() {
/dports/math/optpp/optpp-2.4/include/
H A DTOLS.h98 double getMinStep() const {return min_step;} in getMinStep() function
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/OPTPP/include/
H A DTOLS.h96 double getMinStep() const {return min_step;} in getMinStep() function
/dports/math/optpp/optpp-2.4/src/Newton/
H A DOptCG.C140 real stpmin = tol.getMinStep(); // 1.e-9; in computeStep()
H A DOptLBFGS.C145 real stpmin = tol.getMinStep(); in computeStep()
H A DOptBCNewtonLike.C272 real stpmin = tol.getMinStep(); in computeStep()
H A DOptNewtonLike.C277 real stpmin = tol.getMinStep(); in computeStep()
H A DOptConstrNewtonLike.C286 real stpmin = tol.getMinStep(); in computeStep()
H A DOptNIPSLike.C150 real stpmin = tol.getMinStep(); in computeStep()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/OPTPP/src/Newton/
H A DOptCG.C147 real stpmin = tol.getMinStep(); // 1.e-9; in computeStep()
H A DOptLBFGS.C152 real stpmin = tol.getMinStep(); in computeStep()
H A DOptNewtonLike.C320 double stpmin = tol.getMinStep(); in computeStep()
H A DOptConstrNewtonLike.C315 real stpmin = tol.getMinStep(); in computeStep()
H A DOptBCNewtonLike.C383 real stpmin = tol.getMinStep(); in computeStep()
H A DOptNIPSLike.C150 double stpmin = tol.getMinStep(); in computeStep()
/dports/astro/gpstk/GPSTk-8.0.0/ext/lib/Geomatics/
H A DWindowFilter.hpp346 inline T getMinStep(void) { return minstep; } in getMinStep() function in WindowFilter
1067 << std::fixed << std::setprecision(osp) << getMinStep() << " minRatio " in dump()
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/lefout/
H A Dlefout.cpp514 fprintf(_out, " MINSTEP %.3f ;\n", lefdist(layer->getMinStep())); in writeLayer()
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/db/
H A DdbTechLayer.cpp1784 uint dbTechLayer::getMinStep() const in getMinStep() function in odb::dbTechLayer
/dports/astro/gpstk/GPSTk-8.0.0/ext/apps/geomatics/robust/
H A Drstats.cpp293 windstep = wf.getMinStep(); in SetDefaults()
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/include/opendb/
H A Ddb.h7113 uint getMinStep() const;
/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/io/
H A Dio.cpp1508 rptr->setMinStepLength(layer->getMinStep()); in addRoutingLayer()