SuanShu, a Java numerical and statistical library

Serialized Form


Package com.numericalmethod.suanshu.analysis.function

Class com.numericalmethod.suanshu.analysis.function.Function.EvaluationException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L


Package com.numericalmethod.suanshu.analysis.function.polynomial.root

Class com.numericalmethod.suanshu.analysis.function.polynomial.root.Solver.RootFindingException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L


Package com.numericalmethod.suanshu.analysis.function.rn2r1

Class com.numericalmethod.suanshu.analysis.function.rn2r1.ContinuedFraction.MaxIterationsExceededException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L


Package com.numericalmethod.suanshu.analysis.interpolation

Class com.numericalmethod.suanshu.analysis.interpolation.NevilleTable.DuplicatedAbscissae extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L


Package com.numericalmethod.suanshu.analysis.uniroot

Class com.numericalmethod.suanshu.analysis.uniroot.Uniroot.NoRootFoundException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

x

double x
the best approximate root found so far


fx

double fx
f(x)


Package com.numericalmethod.suanshu.datastructure.list

Class com.numericalmethod.suanshu.datastructure.list.MatrixList extends java.util.ArrayList<Matrix> implements Serializable

serialVersionUID: 1L

Class com.numericalmethod.suanshu.datastructure.list.NumberList extends java.util.ArrayList<java.lang.Number> implements Serializable

serialVersionUID: 1L

Class com.numericalmethod.suanshu.datastructure.list.VectorList extends java.util.ArrayList<Vector> implements Serializable

serialVersionUID: 1L


Package com.numericalmethod.suanshu.license

Class com.numericalmethod.suanshu.license.InvalidLicense extends java.lang.Error implements Serializable

serialVersionUID: 1L


Package com.numericalmethod.suanshu.mathstructure

Class com.numericalmethod.suanshu.mathstructure.Field.InverseNonExistent extends java.lang.Exception implements Serializable

serialVersionUID: 1L


Package com.numericalmethod.suanshu.matrix

Class com.numericalmethod.suanshu.matrix.MatrixAccessException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L

Class com.numericalmethod.suanshu.matrix.MatrixMismatchException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L

Class com.numericalmethod.suanshu.matrix.MatrixSingularityException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L


Package com.numericalmethod.suanshu.matrix.doubles.linearsystem

Class com.numericalmethod.suanshu.matrix.doubles.linearsystem.Solver.NoSolution extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L


Package com.numericalmethod.suanshu.matrix.doubles.matrixtype.sparse.solver.iterative

Class com.numericalmethod.suanshu.matrix.doubles.matrixtype.sparse.solver.iterative.IterativeSolver.ConvergenceFailure extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

reason

IterativeSolver.ConvergenceFailure.Reason reason

Package com.numericalmethod.suanshu.number

Class com.numericalmethod.suanshu.number.Real extends java.lang.Number implements Serializable

serialVersionUID: 1L

Serialized Fields

value

java.math.BigDecimal value

Class com.numericalmethod.suanshu.number.ScientificNotation extends java.lang.Number implements Serializable

serialVersionUID: 1L

Serialized Fields

significand

java.math.BigDecimal significand
the significand or mantissa


exponent

int exponent
the exponent


TEN

java.math.BigDecimal TEN

Package com.numericalmethod.suanshu.number.complex

Class com.numericalmethod.suanshu.number.complex.Complex extends java.lang.Number implements Serializable

serialVersionUID: 1L

Serialized Fields

real

double real
the real part of this complex number


imaginary

double imaginary
the imaginary part of this complex number


Package com.numericalmethod.suanshu.optimization.constrained.linearprogramming.problem

Class com.numericalmethod.suanshu.optimization.constrained.linearprogramming.problem.LpProblem.DimensionNotMatched extends LpProblem.LpRuntimeException implements Serializable

Class com.numericalmethod.suanshu.optimization.constrained.linearprogramming.problem.LpProblem.EmptyCostVector extends LpProblem.LpRuntimeException implements Serializable

Class com.numericalmethod.suanshu.optimization.constrained.linearprogramming.problem.LpProblem.Infeasible extends LpProblem.LpException implements Serializable

Class com.numericalmethod.suanshu.optimization.constrained.linearprogramming.problem.LpProblem.LpException extends java.lang.Exception implements Serializable

Class com.numericalmethod.suanshu.optimization.constrained.linearprogramming.problem.LpProblem.LpRuntimeException extends java.lang.RuntimeException implements Serializable

Class com.numericalmethod.suanshu.optimization.constrained.linearprogramming.problem.LpProblem.NoConstraint extends LpProblem.LpRuntimeException implements Serializable

Class com.numericalmethod.suanshu.optimization.constrained.linearprogramming.problem.LpProblem.Unbounded extends LpProblem.LpException implements Serializable

Serialized Fields

s

int s
the pricing column that does not have a corresponding row that passes the ratio test, hence problem unbounded


Package com.numericalmethod.suanshu.parallel

Class com.numericalmethod.suanshu.parallel.MultipleExecutionException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

results

java.util.List<E> results

exceptions

java.util.List<E> exceptions

Package com.numericalmethod.suanshu.stats.distribution.univariate

Class com.numericalmethod.suanshu.stats.distribution.univariate.DurbinWatsonDistribution extends java.lang.Object implements Serializable


Package com.numericalmethod.suanshu.stats.regression.linear.modelselection

Class com.numericalmethod.suanshu.stats.regression.linear.modelselection.SingleFactorSelection.ModelNotFound extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L


Package com.numericalmethod.suanshu.stats.test.distribution

Class com.numericalmethod.suanshu.stats.test.distribution.AndersonDarling extends java.lang.Object implements Serializable

Class com.numericalmethod.suanshu.stats.test.distribution.CramerVonMises extends java.lang.Object implements Serializable


Package com.numericalmethod.suanshu.stats.test.rank

Class com.numericalmethod.suanshu.stats.test.rank.ConfidenceSet extends java.lang.Object implements Serializable


Package com.numericalmethod.suanshu.stats.timeseries.linear.multivariate.stationaryprocess.arima.arma

Class com.numericalmethod.suanshu.stats.timeseries.linear.multivariate.stationaryprocess.arima.arma.ArmaFitting extends java.lang.Object implements Serializable


Package com.numericalmethod.suanshu.vector.doubles

Class com.numericalmethod.suanshu.vector.doubles.IsVector.SizeMismatch extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L

Class com.numericalmethod.suanshu.vector.doubles.IsVector.VectorAccessException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L


SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.