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 TypeMethodDescriptiondouble
RootsOfUnity.getImaginary
(int k) Get the imaginary part of thek
-thn
-th root of unity.double
RootsOfUnity.getReal
(int k) Get the real part of thek
-thn
-th root of unity.boolean
RootsOfUnity.isCounterClockWise()
-
Uses of MathIllegalStateException in org.apache.commons.math3.exception
Subclasses of MathIllegalStateException in org.apache.commons.math3.exceptionModifier and TypeClassDescriptionclass
Error thrown when a numerical computation can not be performed because the numerical result failed to converge to a finite value.class
Exception triggered when something that shouldn't happen does happen.class
Class to signal parse failures.class
Exception to be thrown when some counter maximum value is exceeded.class
Exception to be thrown when the maximal number of evaluations is exceeded.class
Exception 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 TypeClassDescriptionclass
Error 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 TypeClassDescriptionclass
This 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 void
SphericalPolygonsSet.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 TypeMethodDescriptionvoid
SecondOrderIntegrator.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 TypeClassDescriptionclass
This class represents exceptions thrown by optimizers when no solution fulfills the constraints.class
This 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 TypeClassDescriptionclass
Deprecated.As of 3.1 (to be removed in 4.0).class
Deprecated.As of 3.1 (to be removed in 4.0).Methods in org.apache.commons.math3.optimization.linear that throw MathIllegalStateExceptionModifier and TypeMethodDescriptionprotected abstract PointValuePair
AbstractLinearOptimizer.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 TypeMethodDescriptionvoid
ValueServer.fill
(double[] values) Fills the input array with values generated using getNext() repeatedly.double[]
ValueServer.fill
(int length) Returns an array of lengthlength
with values generated using getNext() repeatedly.double
ValueServer.getNext()
Returns the next generated value, generated according to the mode value (see MODE constants).double
EmpiricalDistribution.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 TypeMethodDescriptiondouble
DescriptiveStatistics.getPercentile
(double p) Returns an estimate for the pth percentile of the stored values.void
DescriptiveStatistics.removeMostRecentValue()
Removes the most recent value from the dataset.double
DescriptiveStatistics.replaceMostRecentValue
(double v) Replaces the most recently stored value with the given value.void
MultivariateSummaryStatistics.setGeoMeanImpl
(StorelessUnivariateStatistic[] geoMeanImpl) Sets the implementation for the geometric mean.void
SummaryStatistics.setGeoMeanImpl
(StorelessUnivariateStatistic geoMeanImpl) Sets the implementation for the geometric mean.void
SynchronizedMultivariateSummaryStatistics.setGeoMeanImpl
(StorelessUnivariateStatistic[] geoMeanImpl) Sets the implementation for the geometric mean.void
SynchronizedSummaryStatistics.setGeoMeanImpl
(StorelessUnivariateStatistic geoMeanImpl) Sets the implementation for the geometric mean.void
MultivariateSummaryStatistics.setMaxImpl
(StorelessUnivariateStatistic[] maxImpl) Sets the implementation for the maximum.void
SummaryStatistics.setMaxImpl
(StorelessUnivariateStatistic maxImpl) Sets the implementation for the maximum.void
SynchronizedMultivariateSummaryStatistics.setMaxImpl
(StorelessUnivariateStatistic[] maxImpl) Sets the implementation for the maximum.void
SynchronizedSummaryStatistics.setMaxImpl
(StorelessUnivariateStatistic maxImpl) Sets the implementation for the maximum.void
MultivariateSummaryStatistics.setMeanImpl
(StorelessUnivariateStatistic[] meanImpl) Sets the implementation for the mean.void
SummaryStatistics.setMeanImpl
(StorelessUnivariateStatistic meanImpl) Sets the implementation for the mean.void
SynchronizedMultivariateSummaryStatistics.setMeanImpl
(StorelessUnivariateStatistic[] meanImpl) Sets the implementation for the mean.void
SynchronizedSummaryStatistics.setMeanImpl
(StorelessUnivariateStatistic meanImpl) Sets the implementation for the mean.void
MultivariateSummaryStatistics.setMinImpl
(StorelessUnivariateStatistic[] minImpl) Sets the implementation for the minimum.void
SummaryStatistics.setMinImpl
(StorelessUnivariateStatistic minImpl) Sets the implementation for the minimum.void
SynchronizedMultivariateSummaryStatistics.setMinImpl
(StorelessUnivariateStatistic[] minImpl) Sets the implementation for the minimum.void
SynchronizedSummaryStatistics.setMinImpl
(StorelessUnivariateStatistic minImpl) Sets the implementation for the minimum.void
MultivariateSummaryStatistics.setSumImpl
(StorelessUnivariateStatistic[] sumImpl) Sets the implementation for the Sum.void
SummaryStatistics.setSumImpl
(StorelessUnivariateStatistic sumImpl) Sets the implementation for the Sum.void
SynchronizedMultivariateSummaryStatistics.setSumImpl
(StorelessUnivariateStatistic[] sumImpl) Sets the implementation for the Sum.void
SynchronizedSummaryStatistics.setSumImpl
(StorelessUnivariateStatistic sumImpl) Sets the implementation for the Sum.void
MultivariateSummaryStatistics.setSumLogImpl
(StorelessUnivariateStatistic[] sumLogImpl) Sets the implementation for the sum of logs.void
SummaryStatistics.setSumLogImpl
(StorelessUnivariateStatistic sumLogImpl) Sets the implementation for the sum of logs.void
SynchronizedMultivariateSummaryStatistics.setSumLogImpl
(StorelessUnivariateStatistic[] sumLogImpl) Sets the implementation for the sum of logs.void
SynchronizedSummaryStatistics.setSumLogImpl
(StorelessUnivariateStatistic sumLogImpl) Sets the implementation for the sum of logs.void
MultivariateSummaryStatistics.setSumsqImpl
(StorelessUnivariateStatistic[] sumsqImpl) Sets the implementation for the sum of squares.void
SummaryStatistics.setSumsqImpl
(StorelessUnivariateStatistic sumsqImpl) Sets the implementation for the sum of squares.void
SynchronizedMultivariateSummaryStatistics.setSumsqImpl
(StorelessUnivariateStatistic[] sumsqImpl) Sets the implementation for the sum of squares.void
SynchronizedSummaryStatistics.setSumsqImpl
(StorelessUnivariateStatistic sumsqImpl) Sets the implementation for the sum of squares.void
SummaryStatistics.setVarianceImpl
(StorelessUnivariateStatistic varianceImpl) Sets the implementation for the variance.void
SynchronizedSummaryStatistics.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 TypeMethodDescriptionvoid
GeometricMean.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 TypeMethodDescriptiondouble
ResizableDoubleArray.substituteMostRecentElement
(double value) Substitutesvalue
for the most recently added value.