Serialized Form
-
Package org.apache.commons.math4.legacy.exception
-
Class org.apache.commons.math4.legacy.exception.ConvergenceException extends MathIllegalStateException implements Serializable
- serialVersionUID:
- 4330003017885151975L
-
Class org.apache.commons.math4.legacy.exception.DimensionMismatchException extends MathIllegalNumberException implements Serializable
- serialVersionUID:
- -8415396756375798143L
-
Serialized Fields
-
dimension
int dimension
Correct dimension.
-
-
Class org.apache.commons.math4.legacy.exception.InsufficientDataException extends MathIllegalArgumentException implements Serializable
- serialVersionUID:
- -2629324471511903359L
-
Class org.apache.commons.math4.legacy.exception.MathArithmeticException extends MathRuntimeException implements Serializable
- serialVersionUID:
- -6024911025449780478L
-
Class org.apache.commons.math4.legacy.exception.MathIllegalArgumentException extends MathRuntimeException implements Serializable
- serialVersionUID:
- -6024911025449780478L
-
Class org.apache.commons.math4.legacy.exception.MathIllegalNumberException extends MathIllegalArgumentException implements Serializable
- serialVersionUID:
- -7447085893598031110L
-
Serialized Fields
-
argument
Number argument
Requested.
-
-
Class org.apache.commons.math4.legacy.exception.MathIllegalStateException extends MathRuntimeException implements Serializable
- serialVersionUID:
- -6024911025449780478L
-
Class org.apache.commons.math4.legacy.exception.MathInternalError extends MathIllegalStateException implements Serializable
- serialVersionUID:
- -6276776513966934846L
-
Class org.apache.commons.math4.legacy.exception.MathParseException extends MathIllegalStateException implements Serializable
- serialVersionUID:
- -6024911025449780478L
-
Class org.apache.commons.math4.legacy.exception.MathRuntimeException extends RuntimeException implements Serializable
- serialVersionUID:
- 20120926L
-
Serialized Fields
-
context
ExceptionContext context
Context.
-
-
Class org.apache.commons.math4.legacy.exception.MathUnsupportedOperationException extends MathRuntimeException implements Serializable
- serialVersionUID:
- -6024911025449780478L
-
Class org.apache.commons.math4.legacy.exception.MaxCountExceededException extends MathIllegalStateException implements Serializable
- serialVersionUID:
- 4330003017885151975L
-
Serialized Fields
-
max
Number max
Maximum number of evaluations.
-
-
Class org.apache.commons.math4.legacy.exception.MultiDimensionMismatchException extends MathIllegalArgumentException implements Serializable
- serialVersionUID:
- -8415396756375798143L
-
Class org.apache.commons.math4.legacy.exception.NoBracketingException extends MathIllegalArgumentException implements Serializable
- serialVersionUID:
- -3629324471511904459L
-
Serialized Fields
-
fHi
double fHi
Value at higher end of the interval. -
fLo
double fLo
Value at lower end of the interval. -
hi
double hi
Higher end of the interval. -
lo
double lo
Lower end of the interval.
-
-
Class org.apache.commons.math4.legacy.exception.NoDataException extends MathIllegalArgumentException implements Serializable
- serialVersionUID:
- -3629324471511904459L
-
Class org.apache.commons.math4.legacy.exception.NonMonotonicSequenceException extends MathIllegalNumberException implements Serializable
- serialVersionUID:
- 20210531L
-
Serialized Fields
-
increasing
boolean increasing
Whether the sequence should be increasing. -
index
int index
Index of the wrong value. -
previous
Number previous
Previous value. -
strict
boolean strict
Whether the sequence must be strictly increasing or decreasing.
-
-
Class org.apache.commons.math4.legacy.exception.NotANumberException extends MathIllegalNumberException implements Serializable
- serialVersionUID:
- 20120906L
-
Class org.apache.commons.math4.legacy.exception.NotFiniteNumberException extends MathIllegalNumberException implements Serializable
- serialVersionUID:
- -6100997100383932834L
-
Class org.apache.commons.math4.legacy.exception.NotPositiveException extends NumberIsTooSmallException implements Serializable
- serialVersionUID:
- -2250556892093726375L
-
Class org.apache.commons.math4.legacy.exception.NotStrictlyPositiveException extends NumberIsTooSmallException implements Serializable
- serialVersionUID:
- -7824848630829852237L
-
Class org.apache.commons.math4.legacy.exception.NullArgumentException extends NullPointerException implements Serializable
- serialVersionUID:
- 20150225L
-
Serialized Fields
-
context
ExceptionContext context
Context.
-
-
Class org.apache.commons.math4.legacy.exception.NumberIsTooLargeException extends MathIllegalNumberException implements Serializable
- serialVersionUID:
- 4330003017885151975L
-
Serialized Fields
-
boundIsAllowed
boolean boundIsAllowed
Whether the maximum is included in the allowed range. -
max
Number max
Higher bound.
-
-
Class org.apache.commons.math4.legacy.exception.NumberIsTooSmallException extends MathIllegalNumberException implements Serializable
- serialVersionUID:
- -6100997100383932834L
-
Serialized Fields
-
boundIsAllowed
boolean boundIsAllowed
Whether the maximum is included in the allowed range. -
min
Number min
Higher bound.
-
-
Class org.apache.commons.math4.legacy.exception.OutOfRangeException extends MathIllegalNumberException implements Serializable
- serialVersionUID:
- 111601815794403609L
-
Class org.apache.commons.math4.legacy.exception.TooManyEvaluationsException extends MaxCountExceededException implements Serializable
- serialVersionUID:
- 4330003017885151975L
-
Class org.apache.commons.math4.legacy.exception.TooManyIterationsException extends MaxCountExceededException implements Serializable
- serialVersionUID:
- 20121211L
-
Class org.apache.commons.math4.legacy.exception.ZeroException extends MathIllegalNumberException implements Serializable
- serialVersionUID:
- -1960874856936000015L
-
-
Package org.apache.commons.math4.legacy.exception.util
-
Class org.apache.commons.math4.legacy.exception.util.DummyLocalizable extends Object implements Serializable
- serialVersionUID:
- 8843275624471387299L
-
Serialized Fields
-
source
String source
Source string.
-
-
Class org.apache.commons.math4.legacy.exception.util.ExceptionContext extends Object implements Serializable
- serialVersionUID:
- -6024911025449780478L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Deserialize this object from the given stream.- Throws:
IOException
- This should never happen.ClassNotFoundException
- This should never happen.
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Serialize this object to the given stream.- Throws:
IOException
- This should never happen.
-
-
Serialized Fields
-
context
Map<String,Object> context
Arbitrary context information. -
msgArguments
List<Object[]> msgArguments
Various informations that enrich the informative message. The arguments will replace the corresponding place-holders inExceptionContext.msgPatterns
. -
msgPatterns
List<Localizable> msgPatterns
Various informations that enrich the informative message. -
throwable
Throwable throwable
The throwable to which this context refers to.
-
-
-
Package org.apache.commons.math4.legacy.genetics
-
Class org.apache.commons.math4.legacy.genetics.InvalidRepresentationException extends MathIllegalArgumentException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.commons.math4.legacy.linear
-
Class org.apache.commons.math4.legacy.linear.Array2DRowFieldMatrix extends AbstractFieldMatrix<T extends FieldElement<T>> implements Serializable
- serialVersionUID:
- 7260756672015356458L
-
Serialized Fields
-
data
T extends FieldElement<T>[][] data
Entries of the matrix.
-
-
Class org.apache.commons.math4.legacy.linear.Array2DRowRealMatrix extends AbstractRealMatrix implements Serializable
- serialVersionUID:
- -1067294169172445528L
-
Serialized Fields
-
data
double[][] data
Entries of the matrix.
-
-
Class org.apache.commons.math4.legacy.linear.ArrayFieldVector extends Object implements Serializable
- serialVersionUID:
- 7648186910365927050L
-
Serialized Fields
-
data
T extends FieldElement<T>[] data
Entries of the vector. -
field
Field<T extends FieldElement<T>> field
Field to which the elements belong.
-
-
Class org.apache.commons.math4.legacy.linear.ArrayRealVector extends RealVector implements Serializable
- serialVersionUID:
- -1097961340710804027L
-
Serialized Fields
-
data
double[] data
Entries of the vector.
-
-
Class org.apache.commons.math4.legacy.linear.BigReal extends Object implements Serializable
- serialVersionUID:
- 4984534880991310382L
-
Serialized Fields
-
d
BigDecimal d
Underlying BigDecimal. -
roundingMode
RoundingMode roundingMode
Rounding mode for divisions. -
scale
int scale
BigDecimal scale.
-
-
Class org.apache.commons.math4.legacy.linear.BigRealField extends Object implements Serializable
- serialVersionUID:
- 4756431066541037559L
-
Serialization Methods
-
readResolve
private Object readResolve()
Handle deserialization of the singleton.
-
-
Class org.apache.commons.math4.legacy.linear.BlockFieldMatrix extends AbstractFieldMatrix<T extends FieldElement<T>> implements Serializable
- serialVersionUID:
- -4602336630143123183L
-
Serialized Fields
-
blockColumns
int blockColumns
Number of block columns of the matrix. -
blockRows
int blockRows
Number of block rows of the matrix. -
blocks
T extends FieldElement<T>[][] blocks
Blocks of matrix entries. -
columns
int columns
Number of columns of the matrix. -
rows
int rows
Number of rows of the matrix.
-
-
Class org.apache.commons.math4.legacy.linear.BlockRealMatrix extends AbstractRealMatrix implements Serializable
- serialVersionUID:
- 4991895511313664478L
-
Serialized Fields
-
blockColumns
int blockColumns
Number of block columns of the matrix. -
blockRows
int blockRows
Number of block rows of the matrix. -
blocks
double[][] blocks
Blocks of matrix entries. -
columns
int columns
Number of columns of the matrix. -
rows
int rows
Number of rows of the matrix.
-
-
Class org.apache.commons.math4.legacy.linear.DefaultIterativeLinearSolverEvent extends IterativeLinearSolverEvent implements Serializable
- serialVersionUID:
- 20120129L
-
Serialized Fields
-
b
RealVector b
The right-hand side vector. -
r
RealVector r
The current estimate of the residual. -
rnorm
double rnorm
The current estimate of the norm of the residual. -
x
RealVector x
The current estimate of the solution.
-
-
Class org.apache.commons.math4.legacy.linear.DiagonalMatrix extends AbstractRealMatrix implements Serializable
- serialVersionUID:
- 20121229L
-
Serialized Fields
-
data
double[] data
Entries of the diagonal.
-
-
Class org.apache.commons.math4.legacy.linear.IllConditionedOperatorException extends MathIllegalArgumentException implements Serializable
- serialVersionUID:
- -7883263944530490135L
-
Class org.apache.commons.math4.legacy.linear.IterationEvent extends EventObject implements Serializable
- serialVersionUID:
- 20120128L
-
Serialized Fields
-
iterations
int iterations
The number of iterations performed so far.
-
-
Class org.apache.commons.math4.legacy.linear.IterativeLinearSolverEvent extends IterationEvent implements Serializable
- serialVersionUID:
- 20120129L
-
Class org.apache.commons.math4.legacy.linear.MatrixDimensionMismatchException extends MultiDimensionMismatchException implements Serializable
- serialVersionUID:
- -8415396756375798143L
-
Class org.apache.commons.math4.legacy.linear.NonPositiveDefiniteMatrixException extends NumberIsTooSmallException implements Serializable
- serialVersionUID:
- 1641613838113738061L
-
Serialized Fields
-
index
int index
Index (diagonal element). -
threshold
double threshold
Threshold.
-
-
Class org.apache.commons.math4.legacy.linear.NonPositiveDefiniteOperatorException extends MathIllegalArgumentException implements Serializable
- serialVersionUID:
- 917034489420549847L
-
Class org.apache.commons.math4.legacy.linear.NonSelfAdjointOperatorException extends MathIllegalArgumentException implements Serializable
- serialVersionUID:
- 1784999305030258247L
-
Class org.apache.commons.math4.legacy.linear.NonSquareMatrixException extends DimensionMismatchException implements Serializable
- serialVersionUID:
- -660069396594485772L
-
Class org.apache.commons.math4.legacy.linear.NonSquareOperatorException extends DimensionMismatchException implements Serializable
- serialVersionUID:
- -4145007524150846242L
-
Class org.apache.commons.math4.legacy.linear.NonSymmetricMatrixException extends MathIllegalArgumentException implements Serializable
- serialVersionUID:
- -7518495577824189882L
-
Serialized Fields
-
column
int column
Column. -
row
int row
Row. -
threshold
double threshold
Threshold.
-
-
Class org.apache.commons.math4.legacy.linear.OpenMapRealMatrix extends AbstractRealMatrix implements Serializable
- serialVersionUID:
- -5962461716457143437L
-
Serialized Fields
-
columns
int columns
Number of columns of the matrix. -
entries
org.apache.commons.math4.legacy.linear.OpenIntToDoubleHashMap entries
Storage for (sparse) matrix elements. -
rows
int rows
Number of rows of the matrix.
-
-
Class org.apache.commons.math4.legacy.linear.OpenMapRealVector extends SparseRealVector implements Serializable
- serialVersionUID:
- 8772222695580707260L
-
Serialized Fields
-
entries
org.apache.commons.math4.legacy.linear.OpenIntToDoubleHashMap entries
Entries of the vector. -
epsilon
double epsilon
Tolerance for having a value considered zero. -
virtualSize
int virtualSize
Dimension of the vector.
-
-
Class org.apache.commons.math4.legacy.linear.SingularMatrixException extends MathIllegalArgumentException implements Serializable
- serialVersionUID:
- -4206514844735401070L
-
Class org.apache.commons.math4.legacy.linear.SingularOperatorException extends MathIllegalArgumentException implements Serializable
- serialVersionUID:
- -476049978595245033L
-
Class org.apache.commons.math4.legacy.linear.SparseFieldVector extends Object implements Serializable
- serialVersionUID:
- 7841233292190413362L
-
Serialized Fields
-
entries
org.apache.commons.math4.legacy.linear.OpenIntToFieldHashMap<T extends FieldElement<T>> entries
Entries of the vector. -
field
Field<T extends FieldElement<T>> field
Field to which the elements belong. -
virtualSize
int virtualSize
Dimension of the vector.
-
-
-
Package org.apache.commons.math4.legacy.ode
-
Class org.apache.commons.math4.legacy.ode.ContinuousOutputModel extends Object implements Serializable
- serialVersionUID:
- -1417964919405031606L
-
Serialized Fields
-
finalTime
double finalTime
Final integration time. -
forward
boolean forward
Integration direction indicator. -
index
int index
Current interpolator index. -
initialTime
double initialTime
Initial integration time. -
steps
List<StepInterpolator> steps
Steps table.
-
-
Class org.apache.commons.math4.legacy.ode.EquationsMapper extends Object implements Serializable
- serialVersionUID:
- 20110925L
-
Serialized Fields
-
dimension
int dimension
Dimension of the secondary state parameters. -
firstIndex
int firstIndex
Index of the first equation element in complete state arrays.
-
-
Class org.apache.commons.math4.legacy.ode.FieldEquationsMapper extends Object implements Serializable
- serialVersionUID:
- 20151114L
-
Serialized Fields
-
start
int[] start
Start indices of the components.
-
-
Class org.apache.commons.math4.legacy.ode.JacobianMatrices.MismatchedEquations extends MathIllegalArgumentException implements Serializable
- serialVersionUID:
- 20120902L
-
Class org.apache.commons.math4.legacy.ode.UnknownParameterException extends MathIllegalArgumentException implements Serializable
- serialVersionUID:
- 20120902L
-
Serialized Fields
-
name
String name
Parameter name.
-
-
-
Package org.apache.commons.math4.legacy.ode.sampling
-
Class org.apache.commons.math4.legacy.ode.sampling.AbstractStepInterpolator extends Object implements Serializable
-
Serialization Methods
-
readExternal
public abstract void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public abstract void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.apache.commons.math4.legacy.ode.sampling.NordsieckStepInterpolator extends AbstractStepInterpolator implements Serializable
- serialVersionUID:
- -7179861704951334960L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Package org.apache.commons.math4.legacy.optim.linear
-
Class org.apache.commons.math4.legacy.optim.linear.NoFeasibleSolutionException extends MathIllegalStateException implements Serializable
- serialVersionUID:
- -3044253632189082760L
-
Class org.apache.commons.math4.legacy.optim.linear.UnboundedSolutionException extends MathIllegalStateException implements Serializable
- serialVersionUID:
- 940539497277290619L
-
-
Package org.apache.commons.math4.legacy.stat.regression
-
Class org.apache.commons.math4.legacy.stat.regression.ModelSpecificationException extends MathIllegalArgumentException implements Serializable
- serialVersionUID:
- 4206514456095401070L
-
-
Package org.apache.commons.math4.neuralnet.internal
-
Class org.apache.commons.math4.neuralnet.internal.NeuralNetException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- 20210515L
-