Home
last modified time | relevance | path

Searched refs:getUpperBound (Results 251 – 275 of 857) sorted by relevance

1...<<11121314151617181920>>...35

/dports/math/openturns/openturns-1.18/lib/src/Base/Geom/openturns/
H A DMesh.hxx130 Point getUpperBound() const;
/dports/math/openturns/openturns-1.18/lib/src/Base/Optim/
H A DCobyla.cxx160 constraintError = std::max(constraintError, inP[j] - bounds.getUpperBound()[j]); in run()
323 constraintValue.add(bounds.getUpperBound()[index] - inP[index]); in ComputeObjectiveAndConstraint()
H A DNLopt.cxx168 … Interval finiteBounds(problem.getBounds().getLowerBound(), problem.getBounds().getUpperBound()); in checkProblem()
250 Point upperBound(bounds.getUpperBound()); in run()
369 constraintError = std::max(constraintError, inP[j] - bounds.getUpperBound()[j]); in run()
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/renderer/category/
H A DStatisticalLineAndShapeRenderer.java279 > rangeAxis.getRange().getUpperBound()) { in drawItem()
281 rangeAxis.getRange().getUpperBound(), dataArea, in drawItem()
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmOpenidAuthenticationPlugin/lib/vendor/GoogleAPIClient/Service/
H A DCloudMonitoring.php803 public function getUpperBound() function in Google_Service_CloudMonitoring_PointDistributionBucket
855 public function getUpperBound() function in Google_Service_CloudMonitoring_PointDistributionUnderflowBucket
/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/util/random/
H A DStratifiedSamplingUtils.scala102 val lmbd2 = PoissonBounds.getUpperBound(sampleSize)
122 BinomialBounds.getUpperBound(delta, acceptResult.numItems, fraction)
/dports/math/cvc4/CVC4-1.7/src/theory/arith/
H A Dconstraint.cpp160 o << "ub: " << vc.getUpperBound(); in operator <<()
216 ConstraintP ValueCollection::getUpperBound() const { in getUpperBound() function in CVC4::theory::arith::ValueCollection
1551 ConstraintP weaker = vc.getUpperBound(); in getStrictlyWeakerUpperBound()
1575 return vc.getUpperBound(); in getBestImpliedBound()
1687 ConstraintP ub = vc.getUpperBound(); in outputUnateInequalityLemmas()
1732 bool hasUB = vc.hasUpperBound() && vc.getUpperBound()->hasLiteral(); in outputUnateEqualityLemmas()
1737 vc.getUpperBound() : eq->getStrictlyWeakerUpperBound(true, false); in outputUnateEqualityLemmas()
1847 ConstraintP ub = vc.getUpperBound(); in unatePropUpperBound()
1909 ConstraintP ub = vc.getUpperBound(); in unatePropEquality()
/dports/java/jfreechart/jfreechart-1.0.17/tests/org/jfree/chart/renderer/xy/
H A DAbstractXYItemRendererTest.java87 assertEquals(3.0, r.getUpperBound(), EPSILON); in testFindDomainBounds()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/optim/
H A DBaseMultiStartMultivariateOptimizer.java169 final double[] max = getUpperBound(); in doOptimize()
/dports/science/tfel/tfel-3.4.0/include/TFEL/System/
H A DExternalBehaviourDescription.hxx241 long double getUpperBound(const std::string&) const;
/dports/math/openturns/openturns-1.18/lib/src/Base/Geom/
H A DIntervalMesher.cxx101 const Scalar b = interval.getUpperBound()[0]; in build()
121 const Point upperBound(interval.getUpperBound()); in build()
205 const Point upperBound(interval.getUpperBound()); in build()
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/renderer/
H A DDefaultPolarItemRenderer.java613 centerValue = axis.getUpperBound(); in drawAngularGridLines()
615 outerValue = axis.getUpperBound(); in drawAngularGridLines()
657 centerValue = radialAxis.getUpperBound(); in drawRadialGridLines()
/dports/math/openturns/openturns-1.18/lib/src/Uncertainty/Distribution/
H A DKernelMixture.cxx129 const Point upperBound(sample_.getMax() + kernelRange.getUpperBound()[0] * bandwidth_); in computeRange()
313 const Point upper(getRange().getUpperBound()); in computeCDF()
365 const Point upper(getRange().getUpperBound()); in computeSurvivalFunction()
398 const Point upperBound(reducedInterval.getUpperBound()); in computeProbability()
435 const Scalar b = getRange().getUpperBound()[0]; in computeScalarQuantile()
H A DStudentFactory.cxx117 solver.setStartingPoint((bounds.getLowerBound() + bounds.getUpperBound()) * 0.5); in buildAsStudent()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/code/
H A DType.java371 public Type getUpperBound() { return null; } in getUpperBound() method in Type
1303 public Type getUpperBound() {
1305 bound = tsym.type.getUpperBound();
1396 public Type getUpperBound() { return qtype.getUpperBound(); }
1944 public Type getUpperBound() { return underlyingType.getUpperBound(); }
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/code/
H A DType.java371 public Type getUpperBound() { return null; } in getUpperBound() method in Type
1303 public Type getUpperBound() {
1305 bound = tsym.type.getUpperBound();
1396 public Type getUpperBound() { return qtype.getUpperBound(); }
1944 public Type getUpperBound() { return underlyingType.getUpperBound(); }
/dports/math/frobby/frobby-0.9.1/test/internal/
H A Dreference83 TermGrader.getUpperBound: ..........
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/optim/nonlinear/scalar/noderiv/
H A DSimplexOptimizer.java218 getUpperBound() != null) { in checkParameters()
/dports/java/jfreechart/jfreechart-1.0.17/tests/org/jfree/data/xy/
H A DDefaultOHLCDatasetTest.java77 assertEquals(9.0, r.getUpperBound(), EPSILON); in testDataRange()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/thirdparty/ch/boye/httpclientandroidlib/impl/cookie/
H A DNetscapeDraftHeaderParser.java79 final int indexTo = cursor.getUpperBound(); in parseNameValuePair()
/dports/math/rehearse/Rehearse-31d12f8/Rehearse/src/
H A DCelModel.cpp39 variable->getUpperBound(), in discoverVariables()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/thirdparty/ch/boye/httpclientandroidlib/impl/cookie/
H A DNetscapeDraftHeaderParser.java79 final int indexTo = cursor.getUpperBound(); in parseNameValuePair()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_base/base/
H A Dflat_set.h276 auto where = getUpperBound(value); in insert()
284 auto where = getUpperBound(value); in insert()
556 typename impl_t::iterator getUpperBound(const Type &value) { in getUpperBound() function
563 typename impl_t::const_iterator getUpperBound(const Type &value) const { in getUpperBound() function
/dports/math/openturns/openturns-1.18/python/test/
H A Dt_RandomMixture_std.py202 xMax = distribution2D.getRange().getUpperBound()[0]
204 yMax = distribution2D.getRange().getUpperBound()[1]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.TypeExtensions/tests/ConstructorInfo/
H A DConstructorInfoInvokeArrayTests.cs40 MethodInfo getUpperBound = type.GetMethod("GetUpperBound"); in Invoke_1DArrayConstructor()
92 …Assert.Equal(validLowerBounds[j] + validLengths[j] - 1, (int)getUpperBound.Invoke(o, new object[] … in Invoke_1DArrayConstructor()

1...<<11121314151617181920>>...35