Uses of Class
org.apache.commons.math3.exception.MathIllegalStateException
Packages that use MathIllegalStateException
Package
Description
Complex number type and implementations of complex transcendental
functions.
Specialized exceptions for algorithms errors.
Fraction number type and fraction number formatting.
This package provides basic 3D geometry components.
This package provides basic geometry components on the 2-sphere.
This package provides classes to solve Ordinary Differential Equations problems.
Optimization algorithms for linear constrained problems.
This package provides optimization algorithms for linear constrained problems.
Random number and random data generators.
Generic univariate summary statistic objects.
Summary statistics based on moments.
Convenience routines and common data structures used throughout the commons-math library.
-
Uses of MathIllegalStateException in org.apache.commons.math3.complex
Methods in org.apache.commons.math3.complex that throw MathIllegalStateExceptionModifier and TypeMethodDescriptiondoubleRootsOfUnity.getImaginary(int k) Get the imaginary part of thek-thn-th root of unity.doubleRootsOfUnity.getReal(int k) Get the real part of thek-thn-th root of unity.booleanRootsOfUnity.isCounterClockWise() -
Uses of MathIllegalStateException in org.apache.commons.math3.exception
Subclasses of MathIllegalStateException in org.apache.commons.math3.exceptionModifier and TypeClassDescriptionclassError thrown when a numerical computation can not be performed because the numerical result failed to converge to a finite value.classException triggered when something that shouldn't happen does happen.classClass to signal parse failures.classException to be thrown when some counter maximum value is exceeded.classException to be thrown when the maximal number of evaluations is exceeded.classException to be thrown when the maximal number of iterations is exceeded. -
Uses of MathIllegalStateException in org.apache.commons.math3.fraction
Subclasses of MathIllegalStateException in org.apache.commons.math3.fractionModifier and TypeClassDescriptionclassError thrown when a double value cannot be converted to a fraction in the allowed number of iterations. -
Uses of MathIllegalStateException in org.apache.commons.math3.geometry.euclidean.threed
Modifier and TypeClassDescriptionclassThis class represents exceptions thrown while extractiong Cardan or Euler angles from a rotation. -
Uses of MathIllegalStateException in org.apache.commons.math3.geometry.spherical.twod
Methods in org.apache.commons.math3.geometry.spherical.twod that throw MathIllegalStateExceptionModifier and TypeMethodDescriptionprotected voidSphericalPolygonsSet.computeGeometricalProperties()Compute some geometrical properties.SphericalPolygonsSet.getBoundaryLoops()Get the boundary loops of the polygon. -
Uses of MathIllegalStateException in org.apache.commons.math3.ode
Methods in org.apache.commons.math3.ode that throw MathIllegalStateExceptionModifier and TypeMethodDescriptionvoidSecondOrderIntegrator.integrate(SecondOrderDifferentialEquations equations, double t0, double[] y0, double[] yDot0, double t, double[] y, double[] yDot) Integrate the differential equations up to the given time -
Uses of MathIllegalStateException in org.apache.commons.math3.optim.linear
Subclasses of MathIllegalStateException in org.apache.commons.math3.optim.linearModifier and TypeClassDescriptionclassThis class represents exceptions thrown by optimizers when no solution fulfills the constraints.classThis class represents exceptions thrown by optimizers when a solution escapes to infinity. -
Uses of MathIllegalStateException in org.apache.commons.math3.optimization.linear
Subclasses of MathIllegalStateException in org.apache.commons.math3.optimization.linearModifier and TypeClassDescriptionclassDeprecated.As of 3.1 (to be removed in 4.0).classDeprecated.As of 3.1 (to be removed in 4.0).Methods in org.apache.commons.math3.optimization.linear that throw MathIllegalStateExceptionModifier and TypeMethodDescriptionprotected abstract PointValuePairAbstractLinearOptimizer.doOptimize()Deprecated.Perform the bulk of optimization algorithm.AbstractLinearOptimizer.optimize(LinearObjectiveFunction f, Collection<LinearConstraint> constraints, GoalType goalType, boolean restrictToNonNegative) Deprecated.Optimizes an objective function.LinearOptimizer.optimize(LinearObjectiveFunction f, Collection<LinearConstraint> constraints, GoalType goalType, boolean restrictToNonNegative) Deprecated.Optimizes an objective function. -
Uses of MathIllegalStateException in org.apache.commons.math3.random
Methods in org.apache.commons.math3.random that throw MathIllegalStateExceptionModifier and TypeMethodDescriptionvoidValueServer.fill(double[] values) Fills the input array with values generated using getNext() repeatedly.double[]ValueServer.fill(int length) Returns an array of lengthlengthwith values generated using getNext() repeatedly.doubleValueServer.getNext()Returns the next generated value, generated according to the mode value (see MODE constants).doubleEmpiricalDistribution.getNextValue()Generates a random value from this distribution. -
Uses of MathIllegalStateException in org.apache.commons.math3.stat.descriptive
Methods in org.apache.commons.math3.stat.descriptive that throw MathIllegalStateExceptionModifier and TypeMethodDescriptiondoubleDescriptiveStatistics.getPercentile(double p) Returns an estimate for the pth percentile of the stored values.voidDescriptiveStatistics.removeMostRecentValue()Removes the most recent value from the dataset.doubleDescriptiveStatistics.replaceMostRecentValue(double v) Replaces the most recently stored value with the given value.voidMultivariateSummaryStatistics.setGeoMeanImpl(StorelessUnivariateStatistic[] geoMeanImpl) Sets the implementation for the geometric mean.voidSummaryStatistics.setGeoMeanImpl(StorelessUnivariateStatistic geoMeanImpl) Sets the implementation for the geometric mean.voidSynchronizedMultivariateSummaryStatistics.setGeoMeanImpl(StorelessUnivariateStatistic[] geoMeanImpl) Sets the implementation for the geometric mean.voidSynchronizedSummaryStatistics.setGeoMeanImpl(StorelessUnivariateStatistic geoMeanImpl) Sets the implementation for the geometric mean.voidMultivariateSummaryStatistics.setMaxImpl(StorelessUnivariateStatistic[] maxImpl) Sets the implementation for the maximum.voidSummaryStatistics.setMaxImpl(StorelessUnivariateStatistic maxImpl) Sets the implementation for the maximum.voidSynchronizedMultivariateSummaryStatistics.setMaxImpl(StorelessUnivariateStatistic[] maxImpl) Sets the implementation for the maximum.voidSynchronizedSummaryStatistics.setMaxImpl(StorelessUnivariateStatistic maxImpl) Sets the implementation for the maximum.voidMultivariateSummaryStatistics.setMeanImpl(StorelessUnivariateStatistic[] meanImpl) Sets the implementation for the mean.voidSummaryStatistics.setMeanImpl(StorelessUnivariateStatistic meanImpl) Sets the implementation for the mean.voidSynchronizedMultivariateSummaryStatistics.setMeanImpl(StorelessUnivariateStatistic[] meanImpl) Sets the implementation for the mean.voidSynchronizedSummaryStatistics.setMeanImpl(StorelessUnivariateStatistic meanImpl) Sets the implementation for the mean.voidMultivariateSummaryStatistics.setMinImpl(StorelessUnivariateStatistic[] minImpl) Sets the implementation for the minimum.voidSummaryStatistics.setMinImpl(StorelessUnivariateStatistic minImpl) Sets the implementation for the minimum.voidSynchronizedMultivariateSummaryStatistics.setMinImpl(StorelessUnivariateStatistic[] minImpl) Sets the implementation for the minimum.voidSynchronizedSummaryStatistics.setMinImpl(StorelessUnivariateStatistic minImpl) Sets the implementation for the minimum.voidMultivariateSummaryStatistics.setSumImpl(StorelessUnivariateStatistic[] sumImpl) Sets the implementation for the Sum.voidSummaryStatistics.setSumImpl(StorelessUnivariateStatistic sumImpl) Sets the implementation for the Sum.voidSynchronizedMultivariateSummaryStatistics.setSumImpl(StorelessUnivariateStatistic[] sumImpl) Sets the implementation for the Sum.voidSynchronizedSummaryStatistics.setSumImpl(StorelessUnivariateStatistic sumImpl) Sets the implementation for the Sum.voidMultivariateSummaryStatistics.setSumLogImpl(StorelessUnivariateStatistic[] sumLogImpl) Sets the implementation for the sum of logs.voidSummaryStatistics.setSumLogImpl(StorelessUnivariateStatistic sumLogImpl) Sets the implementation for the sum of logs.voidSynchronizedMultivariateSummaryStatistics.setSumLogImpl(StorelessUnivariateStatistic[] sumLogImpl) Sets the implementation for the sum of logs.voidSynchronizedSummaryStatistics.setSumLogImpl(StorelessUnivariateStatistic sumLogImpl) Sets the implementation for the sum of logs.voidMultivariateSummaryStatistics.setSumsqImpl(StorelessUnivariateStatistic[] sumsqImpl) Sets the implementation for the sum of squares.voidSummaryStatistics.setSumsqImpl(StorelessUnivariateStatistic sumsqImpl) Sets the implementation for the sum of squares.voidSynchronizedMultivariateSummaryStatistics.setSumsqImpl(StorelessUnivariateStatistic[] sumsqImpl) Sets the implementation for the sum of squares.voidSynchronizedSummaryStatistics.setSumsqImpl(StorelessUnivariateStatistic sumsqImpl) Sets the implementation for the sum of squares.voidSummaryStatistics.setVarianceImpl(StorelessUnivariateStatistic varianceImpl) Sets the implementation for the variance.voidSynchronizedSummaryStatistics.setVarianceImpl(StorelessUnivariateStatistic varianceImpl) Sets the implementation for the variance. -
Uses of MathIllegalStateException in org.apache.commons.math3.stat.descriptive.moment
Methods in org.apache.commons.math3.stat.descriptive.moment that throw MathIllegalStateExceptionModifier and TypeMethodDescriptionvoidGeometricMean.setSumLogImpl(StorelessUnivariateStatistic sumLogImpl) Sets the implementation for the sum of logs. -
Uses of MathIllegalStateException in org.apache.commons.math3.util
Methods in org.apache.commons.math3.util that throw MathIllegalStateExceptionModifier and TypeMethodDescriptiondoubleResizableDoubleArray.substituteMostRecentElement(double value) Substitutesvaluefor the most recently added value.