Serialized Form
-
Package org.hipparchus.migration.exception
-
Exception org.hipparchus.migration.exception.ConvergenceException
class ConvergenceException extends MathIllegalStateException implements Serializable- serialVersionUID:
- 4330003017885151975L
-
Exception org.hipparchus.migration.exception.DimensionMismatchException
class DimensionMismatchException extends MathIllegalNumberException implements Serializable- serialVersionUID:
- -8415396756375798143L
-
Serialized Fields
-
dimension
int dimension
Deprecated.Correct dimension.
-
-
Exception org.hipparchus.migration.exception.InsufficientDataException
class InsufficientDataException extends MathIllegalArgumentException implements Serializable- serialVersionUID:
- -2629324471511903359L
-
Exception org.hipparchus.migration.exception.MathArithmeticException
class MathArithmeticException extends MathRuntimeException implements Serializable- serialVersionUID:
- -6024911025449780478L
-
Exception org.hipparchus.migration.exception.MathIllegalNumberException
class MathIllegalNumberException extends MathIllegalArgumentException implements Serializable- serialVersionUID:
- -7447085893598031110L
-
Serialized Fields
-
argument
Number argument
Deprecated.Requested.
-
-
Exception org.hipparchus.migration.exception.MathInternalError
class MathInternalError extends MathIllegalStateException implements Serializable- serialVersionUID:
- -6276776513966934846L
-
Exception org.hipparchus.migration.exception.MathParseException
class MathParseException extends MathIllegalStateException implements Serializable- serialVersionUID:
- -6024911025449780478L
-
Exception org.hipparchus.migration.exception.MathUnsupportedOperationException
class MathUnsupportedOperationException extends MathRuntimeException implements Serializable- serialVersionUID:
- -6024911025449780478L
-
Exception org.hipparchus.migration.exception.MaxCountExceededException
class MaxCountExceededException extends MathIllegalStateException implements Serializable- serialVersionUID:
- 4330003017885151975L
-
Serialized Fields
-
max
Number max
Deprecated.Maximum number of evaluations.
-
-
Exception org.hipparchus.migration.exception.MultiDimensionMismatchException
class MultiDimensionMismatchException extends MathIllegalArgumentException implements Serializable- serialVersionUID:
- -8415396756375798143L
-
Exception org.hipparchus.migration.exception.NoBracketingException
class NoBracketingException extends MathIllegalArgumentException implements Serializable- serialVersionUID:
- -3629324471511904459L
-
Serialized Fields
-
fHi
double fHi
Deprecated.Value at higher end of the interval. -
fLo
double fLo
Deprecated.Value at lower end of the interval. -
hi
double hi
Deprecated.Higher end of the interval. -
lo
double lo
Deprecated.Lower end of the interval.
-
-
Exception org.hipparchus.migration.exception.NoDataException
class NoDataException extends MathIllegalArgumentException implements Serializable- serialVersionUID:
- -3629324471511904459L
-
Exception org.hipparchus.migration.exception.NonMonotonicSequenceException
class NonMonotonicSequenceException extends MathIllegalNumberException implements Serializable- serialVersionUID:
- 3596849179428944575L
-
Serialized Fields
-
direction
MathArrays.OrderDirection direction
Deprecated.Direction (positive for increasing, negative for decreasing). -
index
int index
Deprecated.Index of the wrong value. -
previous
Number previous
Deprecated.Previous value. -
strict
boolean strict
Deprecated.Whether the sequence must be strictly increasing or decreasing.
-
-
Exception org.hipparchus.migration.exception.NotANumberException
class NotANumberException extends MathIllegalNumberException implements Serializable- serialVersionUID:
- 20120906L
-
Exception org.hipparchus.migration.exception.NotFiniteNumberException
class NotFiniteNumberException extends MathIllegalNumberException implements Serializable- serialVersionUID:
- -6100997100383932834L
-
Exception org.hipparchus.migration.exception.NotPositiveException
class NotPositiveException extends NumberIsTooSmallException implements Serializable- serialVersionUID:
- -2250556892093726375L
-
Exception org.hipparchus.migration.exception.NotStrictlyPositiveException
class NotStrictlyPositiveException extends NumberIsTooSmallException implements Serializable- serialVersionUID:
- -7824848630829852237L
-
Exception org.hipparchus.migration.exception.NumberIsTooLargeException
class NumberIsTooLargeException extends MathIllegalNumberException implements Serializable- serialVersionUID:
- 4330003017885151975L
-
Serialized Fields
-
boundIsAllowed
boolean boundIsAllowed
Deprecated.Whether the maximum is included in the allowed range. -
max
Number max
Deprecated.Higher bound.
-
-
Exception org.hipparchus.migration.exception.NumberIsTooSmallException
class NumberIsTooSmallException extends MathIllegalNumberException implements Serializable- serialVersionUID:
- -6100997100383932834L
-
Serialized Fields
-
boundIsAllowed
boolean boundIsAllowed
Deprecated.Whether the maximum is included in the allowed range. -
min
Number min
Deprecated.Higher bound.
-
-
Exception org.hipparchus.migration.exception.OutOfRangeException
class OutOfRangeException extends MathIllegalNumberException implements Serializable- serialVersionUID:
- 111601815794403609L
-
Exception org.hipparchus.migration.exception.TooManyEvaluationsException
class TooManyEvaluationsException extends MaxCountExceededException implements Serializable- serialVersionUID:
- 4330003017885151975L
-
Exception org.hipparchus.migration.exception.TooManyIterationsException
class TooManyIterationsException extends MaxCountExceededException implements Serializable- serialVersionUID:
- 20121211L
-
Exception org.hipparchus.migration.exception.ZeroException
class ZeroException extends MathIllegalNumberException implements Serializable- serialVersionUID:
- -1960874856936000015L
-
-
Package org.hipparchus.migration.genetics
-
Exception org.hipparchus.migration.genetics.InvalidRepresentationException
class InvalidRepresentationException extends MathIllegalArgumentException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.hipparchus.migration.geometry.euclidean
-
Exception org.hipparchus.migration.geometry.euclidean.CardanEulerSingularityException
class CardanEulerSingularityException extends MathIllegalStateException implements Serializable- serialVersionUID:
- -1360952845582206770L
-
-
Package org.hipparchus.migration.geometry.euclidean.threed
-
Exception org.hipparchus.migration.geometry.euclidean.threed.NotARotationMatrixException
class NotARotationMatrixException extends MathIllegalArgumentException implements Serializable- serialVersionUID:
- 5647178478658937642L
-
-
Package org.hipparchus.migration.linear
-
Exception org.hipparchus.migration.linear.IllConditionedOperatorException
class IllConditionedOperatorException extends MathIllegalArgumentException implements Serializable- serialVersionUID:
- -7883263944530490135L
-
Exception org.hipparchus.migration.linear.MatrixDimensionMismatchException
class MatrixDimensionMismatchException extends MultiDimensionMismatchException implements Serializable- serialVersionUID:
- -8415396756375798143L
-
Exception org.hipparchus.migration.linear.NonPositiveDefiniteMatrixException
class NonPositiveDefiniteMatrixException extends NumberIsTooSmallException implements Serializable- serialVersionUID:
- 1641613838113738061L
-
Serialized Fields
-
index
int index
Deprecated.Index (diagonal element). -
threshold
double threshold
Deprecated.Threshold.
-
-
Exception org.hipparchus.migration.linear.NonPositiveDefiniteOperatorException
class NonPositiveDefiniteOperatorException extends MathIllegalArgumentException implements Serializable- serialVersionUID:
- 917034489420549847L
-
Exception org.hipparchus.migration.linear.NonSelfAdjointOperatorException
class NonSelfAdjointOperatorException extends MathIllegalArgumentException implements Serializable- serialVersionUID:
- 1784999305030258247L
-
Exception org.hipparchus.migration.linear.NonSquareMatrixException
class NonSquareMatrixException extends DimensionMismatchException implements Serializable- serialVersionUID:
- -660069396594485772L
-
Exception org.hipparchus.migration.linear.NonSquareOperatorException
class NonSquareOperatorException extends DimensionMismatchException implements Serializable- serialVersionUID:
- -4145007524150846242L
-
Exception org.hipparchus.migration.linear.NonSymmetricMatrixException
class NonSymmetricMatrixException extends MathIllegalArgumentException implements Serializable- serialVersionUID:
- -7518495577824189882L
-
Serialized Fields
-
column
int column
Deprecated.Column. -
row
int row
Deprecated.Row. -
threshold
double threshold
Deprecated.Threshold.
-
-
Exception org.hipparchus.migration.linear.SingularMatrixException
class SingularMatrixException extends MathIllegalArgumentException implements Serializable- serialVersionUID:
- -4206514844735401070L
-
Exception org.hipparchus.migration.linear.SingularOperatorException
class SingularOperatorException extends MathIllegalArgumentException implements Serializable- serialVersionUID:
- -476049978595245033L
-
-
Package org.hipparchus.migration.ode
-
Class org.hipparchus.migration.ode.ContinuousOutputModel
class ContinuousOutputModel extends DenseOutputModel implements Serializable- serialVersionUID:
- 20160403L
-
Serialized Fields
-
interpolatedTime
double interpolatedTime
Deprecated.Interpolation time.
-
-
Exception org.hipparchus.migration.ode.JacobianMatrices.MismatchedEquations
class MismatchedEquations extends MathIllegalArgumentException implements Serializable- serialVersionUID:
- 20120902L
-
Exception org.hipparchus.migration.ode.UnknownParameterException
class UnknownParameterException extends MathIllegalArgumentException implements Serializable- serialVersionUID:
- 20120902L
-
Serialized Fields
-
name
String name
Deprecated.Parameter name.
-
-
-
Package org.hipparchus.migration.ode.sampling
-
Package org.hipparchus.migration.optim.linear
-
Exception org.hipparchus.migration.optim.linear.NoFeasibleSolutionException
class NoFeasibleSolutionException extends MathIllegalStateException implements Serializable- serialVersionUID:
- -3044253632189082760L
-
Exception org.hipparchus.migration.optim.linear.UnboundedSolutionException
class UnboundedSolutionException extends MathIllegalStateException implements Serializable- serialVersionUID:
- 940539497277290619L
-
-
Package org.hipparchus.migration.stat.regression
-
Exception org.hipparchus.migration.stat.regression.ModelSpecificationException
class ModelSpecificationException extends MathIllegalArgumentException implements Serializable- serialVersionUID:
- 4206514456095401070L
-