Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Hierarchy For All Packages
Package Hierarchies:
org.apache.commons.math
,
org.apache.commons.math.analysis
,
org.apache.commons.math.analysis.function
,
org.apache.commons.math.analysis.integration
,
org.apache.commons.math.analysis.interpolation
,
org.apache.commons.math.analysis.polynomials
,
org.apache.commons.math.analysis.solvers
,
org.apache.commons.math.complex
,
org.apache.commons.math.dfp
,
org.apache.commons.math.distribution
,
org.apache.commons.math.exception
,
org.apache.commons.math.exception.util
,
org.apache.commons.math.filter
,
org.apache.commons.math.fraction
,
org.apache.commons.math.genetics
,
org.apache.commons.math.geometry
,
org.apache.commons.math.geometry.euclidean.oned
,
org.apache.commons.math.geometry.euclidean.threed
,
org.apache.commons.math.geometry.euclidean.twod
,
org.apache.commons.math.geometry.partitioning
,
org.apache.commons.math.geometry.partitioning.utilities
,
org.apache.commons.math.linear
,
org.apache.commons.math.ode
,
org.apache.commons.math.ode.events
,
org.apache.commons.math.ode.nonstiff
,
org.apache.commons.math.ode.sampling
,
org.apache.commons.math.optimization
,
org.apache.commons.math.optimization.direct
,
org.apache.commons.math.optimization.fitting
,
org.apache.commons.math.optimization.general
,
org.apache.commons.math.optimization.linear
,
org.apache.commons.math.optimization.univariate
,
org.apache.commons.math.random
,
org.apache.commons.math.special
,
org.apache.commons.math.stat
,
org.apache.commons.math.stat.clustering
,
org.apache.commons.math.stat.correlation
,
org.apache.commons.math.stat.descriptive
,
org.apache.commons.math.stat.descriptive.moment
,
org.apache.commons.math.stat.descriptive.rank
,
org.apache.commons.math.stat.descriptive.summary
,
org.apache.commons.math.stat.inference
,
org.apache.commons.math.stat.ranking
,
org.apache.commons.math.stat.regression
,
org.apache.commons.math.transform
,
org.apache.commons.math.util
Class Hierarchy
java.lang.Object
org.apache.commons.math.analysis.function.
Abs
(implements org.apache.commons.math.analysis.
UnivariateRealFunction
)
org.apache.commons.math.optimization.
AbstractConvergenceChecker
<PAIR> (implements org.apache.commons.math.optimization.
ConvergenceChecker
<PAIR>)
org.apache.commons.math.optimization.
SimpleRealPointChecker
org.apache.commons.math.optimization.
SimpleScalarValueChecker
org.apache.commons.math.optimization.
SimpleVectorialPointChecker
org.apache.commons.math.optimization.
SimpleVectorialValueChecker
org.apache.commons.math.distribution.
AbstractDistribution
(implements org.apache.commons.math.distribution.
Distribution
, java.io.Serializable)
org.apache.commons.math.distribution.
AbstractContinuousDistribution
(implements org.apache.commons.math.distribution.
ContinuousDistribution
, java.io.Serializable)
org.apache.commons.math.distribution.
BetaDistributionImpl
(implements org.apache.commons.math.distribution.
BetaDistribution
)
org.apache.commons.math.distribution.
CauchyDistributionImpl
(implements org.apache.commons.math.distribution.
CauchyDistribution
, java.io.Serializable)
org.apache.commons.math.distribution.
ChiSquaredDistributionImpl
(implements org.apache.commons.math.distribution.
ChiSquaredDistribution
, java.io.Serializable)
org.apache.commons.math.distribution.
ExponentialDistributionImpl
(implements org.apache.commons.math.distribution.
ExponentialDistribution
, java.io.Serializable)
org.apache.commons.math.distribution.
FDistributionImpl
(implements org.apache.commons.math.distribution.
FDistribution
, java.io.Serializable)
org.apache.commons.math.distribution.
GammaDistributionImpl
(implements org.apache.commons.math.distribution.
GammaDistribution
, java.io.Serializable)
org.apache.commons.math.distribution.
NormalDistributionImpl
(implements org.apache.commons.math.distribution.
NormalDistribution
, java.io.Serializable)
org.apache.commons.math.distribution.
TDistributionImpl
(implements java.io.Serializable, org.apache.commons.math.distribution.
TDistribution
)
org.apache.commons.math.distribution.
WeibullDistributionImpl
(implements java.io.Serializable, org.apache.commons.math.distribution.
WeibullDistribution
)
org.apache.commons.math.distribution.
AbstractIntegerDistribution
(implements org.apache.commons.math.distribution.
IntegerDistribution
, java.io.Serializable)
org.apache.commons.math.distribution.
BinomialDistributionImpl
(implements org.apache.commons.math.distribution.
BinomialDistribution
, java.io.Serializable)
org.apache.commons.math.distribution.
HypergeometricDistributionImpl
(implements org.apache.commons.math.distribution.
HypergeometricDistribution
, java.io.Serializable)
org.apache.commons.math.distribution.
PascalDistributionImpl
(implements org.apache.commons.math.distribution.
PascalDistribution
, java.io.Serializable)
org.apache.commons.math.distribution.
PoissonDistributionImpl
(implements org.apache.commons.math.distribution.
PoissonDistribution
, java.io.Serializable)
org.apache.commons.math.distribution.
ZipfDistributionImpl
(implements java.io.Serializable, org.apache.commons.math.distribution.
ZipfDistribution
)
org.apache.commons.math.linear.
AbstractFieldMatrix
<T> (implements org.apache.commons.math.linear.
FieldMatrix
<T>)
org.apache.commons.math.linear.
Array2DRowFieldMatrix
<T> (implements java.io.Serializable)
org.apache.commons.math.linear.
BlockFieldMatrix
<T> (implements java.io.Serializable)
org.apache.commons.math.linear.
SparseFieldMatrix
<T>
org.apache.commons.math.ode.
AbstractIntegrator
(implements org.apache.commons.math.ode.
FirstOrderIntegrator
)
org.apache.commons.math.ode.nonstiff.
AdaptiveStepsizeIntegrator
org.apache.commons.math.ode.nonstiff.
EmbeddedRungeKuttaIntegrator
org.apache.commons.math.ode.nonstiff.
DormandPrince54Integrator
org.apache.commons.math.ode.nonstiff.
DormandPrince853Integrator
org.apache.commons.math.ode.nonstiff.
HighamHall54Integrator
org.apache.commons.math.ode.nonstiff.
GraggBulirschStoerIntegrator
org.apache.commons.math.ode.
MultistepIntegrator
org.apache.commons.math.ode.nonstiff.
AdamsIntegrator
org.apache.commons.math.ode.nonstiff.
AdamsBashforthIntegrator
org.apache.commons.math.ode.nonstiff.
AdamsMoultonIntegrator
org.apache.commons.math.ode.nonstiff.
RungeKuttaIntegrator
org.apache.commons.math.ode.nonstiff.
ClassicalRungeKuttaIntegrator
org.apache.commons.math.ode.nonstiff.
EulerIntegrator
org.apache.commons.math.ode.nonstiff.
GillIntegrator
org.apache.commons.math.ode.nonstiff.
MidpointIntegrator
org.apache.commons.math.ode.nonstiff.
ThreeEighthesIntegrator
org.apache.commons.math.optimization.linear.
AbstractLinearOptimizer
(implements org.apache.commons.math.optimization.linear.
LinearOptimizer
)
org.apache.commons.math.optimization.linear.
SimplexSolver
org.apache.commons.math.stat.regression.
AbstractMultipleLinearRegression
(implements org.apache.commons.math.stat.regression.
MultipleLinearRegression
)
org.apache.commons.math.stat.regression.
GLSMultipleLinearRegression
org.apache.commons.math.stat.regression.
OLSMultipleLinearRegression
org.apache.commons.math.ode.
AbstractParameterizable
(implements org.apache.commons.math.ode.
Parameterizable
)
org.apache.commons.math.random.
AbstractRandomGenerator
(implements org.apache.commons.math.random.
RandomGenerator
)
org.apache.commons.math.geometry.partitioning.
AbstractRegion
<S,T> (implements org.apache.commons.math.geometry.partitioning.
Region
<S>)
org.apache.commons.math.geometry.euclidean.oned.
IntervalsSet
org.apache.commons.math.geometry.euclidean.twod.
PolygonsSet
org.apache.commons.math.geometry.euclidean.threed.
PolyhedronsSet
org.apache.commons.math.optimization.direct.
AbstractSimplex
org.apache.commons.math.optimization.direct.
MultiDirectionalSimplex
org.apache.commons.math.optimization.direct.
NelderMeadSimplex
org.apache.commons.math.ode.sampling.
AbstractStepInterpolator
(implements org.apache.commons.math.ode.sampling.
StepInterpolator
)
org.apache.commons.math.ode.sampling.
NordsieckStepInterpolator
org.apache.commons.math.geometry.partitioning.
AbstractSubHyperplane
<S,T> (implements org.apache.commons.math.geometry.partitioning.
SubHyperplane
<S>)
org.apache.commons.math.geometry.euclidean.twod.
SubLine
org.apache.commons.math.geometry.euclidean.oned.
SubOrientedPoint
org.apache.commons.math.geometry.euclidean.threed.
SubPlane
org.apache.commons.math.optimization.univariate.
AbstractUnivariateRealOptimizer
(implements org.apache.commons.math.optimization.univariate.
UnivariateRealOptimizer
)
org.apache.commons.math.optimization.univariate.
BrentOptimizer
org.apache.commons.math.stat.descriptive.
AbstractUnivariateStatistic
(implements org.apache.commons.math.stat.descriptive.
UnivariateStatistic
)
org.apache.commons.math.stat.descriptive.
AbstractStorelessUnivariateStatistic
(implements org.apache.commons.math.stat.descriptive.
StorelessUnivariateStatistic
)
org.apache.commons.math.stat.descriptive.moment.
FirstMoment
(implements java.io.Serializable)
org.apache.commons.math.stat.descriptive.moment.
SecondMoment
(implements java.io.Serializable)
org.apache.commons.math.stat.descriptive.moment.
ThirdMoment
(implements java.io.Serializable)
org.apache.commons.math.stat.descriptive.moment.
FourthMoment
(implements java.io.Serializable)
org.apache.commons.math.stat.descriptive.moment.
GeometricMean
(implements java.io.Serializable)
org.apache.commons.math.stat.descriptive.moment.
Kurtosis
(implements java.io.Serializable)
org.apache.commons.math.stat.descriptive.rank.
Max
(implements java.io.Serializable)
org.apache.commons.math.stat.descriptive.moment.
Mean
(implements java.io.Serializable, org.apache.commons.math.stat.descriptive.
WeightedEvaluation
)
org.apache.commons.math.stat.descriptive.rank.
Min
(implements java.io.Serializable)
org.apache.commons.math.stat.descriptive.summary.
Product
(implements java.io.Serializable, org.apache.commons.math.stat.descriptive.
WeightedEvaluation
)
org.apache.commons.math.stat.descriptive.moment.
Skewness
(implements java.io.Serializable)
org.apache.commons.math.stat.descriptive.moment.
StandardDeviation
(implements java.io.Serializable)
org.apache.commons.math.stat.descriptive.summary.
Sum
(implements java.io.Serializable)
org.apache.commons.math.stat.descriptive.summary.
SumOfLogs
(implements java.io.Serializable)
org.apache.commons.math.stat.descriptive.summary.
SumOfSquares
(implements java.io.Serializable)
org.apache.commons.math.stat.descriptive.moment.
Variance
(implements java.io.Serializable, org.apache.commons.math.stat.descriptive.
WeightedEvaluation
)
org.apache.commons.math.stat.descriptive.rank.
Percentile
(implements java.io.Serializable)
org.apache.commons.math.stat.descriptive.rank.
Median
(implements java.io.Serializable)
org.apache.commons.math.stat.descriptive.moment.
SemiVariance
(implements java.io.Serializable)
org.apache.commons.math.analysis.function.
Acos
(implements org.apache.commons.math.analysis.
DifferentiableUnivariateRealFunction
)
org.apache.commons.math.analysis.function.
Acosh
(implements org.apache.commons.math.analysis.
DifferentiableUnivariateRealFunction
)
org.apache.commons.math.ode.nonstiff.
AdamsNordsieckTransformer
org.apache.commons.math.analysis.function.
Add
(implements org.apache.commons.math.analysis.
BivariateRealFunction
)
org.apache.commons.math.stat.descriptive.
AggregateSummaryStatistics
(implements java.io.Serializable, org.apache.commons.math.stat.descriptive.
StatisticalSummary
)
org.apache.commons.math.exception.util.
ArgUtils
org.apache.commons.math.util.
ArithmeticUtils
org.apache.commons.math.linear.
ArrayFieldVector
<T> (implements org.apache.commons.math.linear.
FieldVector
<T>, java.io.Serializable)
org.apache.commons.math.analysis.function.
Asin
(implements org.apache.commons.math.analysis.
DifferentiableUnivariateRealFunction
)
org.apache.commons.math.analysis.function.
Asinh
(implements org.apache.commons.math.analysis.
DifferentiableUnivariateRealFunction
)
org.apache.commons.math.analysis.function.
Atan
(implements org.apache.commons.math.analysis.
DifferentiableUnivariateRealFunction
)
org.apache.commons.math.analysis.function.
Atan2
(implements org.apache.commons.math.analysis.
BivariateRealFunction
)
org.apache.commons.math.analysis.function.
Atanh
(implements org.apache.commons.math.analysis.
DifferentiableUnivariateRealFunction
)
org.apache.commons.math.geometry.partitioning.utilities.
AVLTree
<T>
org.apache.commons.math.geometry.partitioning.utilities.
AVLTree.Node
org.apache.commons.math.optimization.direct.
BaseAbstractScalarOptimizer
<FUNC> (implements org.apache.commons.math.optimization.
BaseMultivariateRealOptimizer
<FUNC>)
org.apache.commons.math.optimization.general.
AbstractScalarDifferentiableOptimizer
(implements org.apache.commons.math.optimization.
DifferentiableMultivariateRealOptimizer
)
org.apache.commons.math.optimization.general.
NonLinearConjugateGradientOptimizer
org.apache.commons.math.optimization.direct.
BOBYQAOptimizer
(implements org.apache.commons.math.optimization.
MultivariateRealOptimizer
)
org.apache.commons.math.optimization.direct.
CMAESOptimizer
(implements org.apache.commons.math.optimization.
MultivariateRealOptimizer
)
org.apache.commons.math.optimization.direct.
PowellOptimizer
(implements org.apache.commons.math.optimization.
MultivariateRealOptimizer
)
org.apache.commons.math.optimization.direct.
SimplexOptimizer
(implements org.apache.commons.math.optimization.
MultivariateRealOptimizer
)
org.apache.commons.math.analysis.solvers.
BaseAbstractUnivariateRealSolver
<FUNC> (implements org.apache.commons.math.analysis.solvers.
BaseUnivariateRealSolver
<FUNC>)
org.apache.commons.math.analysis.solvers.
AbstractDifferentiableUnivariateRealSolver
(implements org.apache.commons.math.analysis.solvers.
DifferentiableUnivariateRealSolver
)
org.apache.commons.math.analysis.solvers.
NewtonSolver
org.apache.commons.math.analysis.solvers.
AbstractPolynomialSolver
(implements org.apache.commons.math.analysis.solvers.
PolynomialSolver
)
org.apache.commons.math.analysis.solvers.
LaguerreSolver
org.apache.commons.math.analysis.solvers.
AbstractUnivariateRealSolver
(implements org.apache.commons.math.analysis.solvers.
UnivariateRealSolver
)
org.apache.commons.math.analysis.solvers.
BaseSecantSolver
(implements org.apache.commons.math.analysis.solvers.
BracketedUnivariateRealSolver
<FUNC>)
org.apache.commons.math.analysis.solvers.
IllinoisSolver
org.apache.commons.math.analysis.solvers.
PegasusSolver
org.apache.commons.math.analysis.solvers.
RegulaFalsiSolver
org.apache.commons.math.analysis.solvers.
BisectionSolver
org.apache.commons.math.analysis.solvers.
BracketingNthOrderBrentSolver
(implements org.apache.commons.math.analysis.solvers.
BracketedUnivariateRealSolver
<FUNC>)
org.apache.commons.math.analysis.solvers.
BrentSolver
org.apache.commons.math.analysis.solvers.
MullerSolver
org.apache.commons.math.analysis.solvers.
MullerSolver2
org.apache.commons.math.analysis.solvers.
RiddersSolver
org.apache.commons.math.analysis.solvers.
SecantSolver
org.apache.commons.math.optimization.direct.
BaseAbstractVectorialOptimizer
<FUNC> (implements org.apache.commons.math.optimization.
BaseMultivariateVectorialOptimizer
<FUNC>)
org.apache.commons.math.optimization.general.
AbstractLeastSquaresOptimizer
(implements org.apache.commons.math.optimization.
DifferentiableMultivariateVectorialOptimizer
)
org.apache.commons.math.optimization.general.
GaussNewtonOptimizer
org.apache.commons.math.optimization.general.
LevenbergMarquardtOptimizer
org.apache.commons.math.optimization.
BaseMultiStartMultivariateRealOptimizer
<FUNC> (implements org.apache.commons.math.optimization.
BaseMultivariateRealOptimizer
<FUNC>)
org.apache.commons.math.optimization.
MultiStartDifferentiableMultivariateRealOptimizer
(implements org.apache.commons.math.optimization.
DifferentiableMultivariateRealOptimizer
)
org.apache.commons.math.optimization.
MultiStartMultivariateRealOptimizer
(implements org.apache.commons.math.optimization.
MultivariateRealOptimizer
)
org.apache.commons.math.optimization.
BaseMultiStartMultivariateVectorialOptimizer
<FUNC> (implements org.apache.commons.math.optimization.
BaseMultivariateVectorialOptimizer
<FUNC>)
org.apache.commons.math.optimization.
MultiStartDifferentiableMultivariateVectorialOptimizer
(implements org.apache.commons.math.optimization.
DifferentiableMultivariateVectorialOptimizer
)
org.apache.commons.math.special.
Beta
org.apache.commons.math.analysis.interpolation.
BicubicSplineInterpolatingFunction
(implements org.apache.commons.math.analysis.
BivariateRealFunction
)
org.apache.commons.math.analysis.interpolation.
BicubicSplineInterpolator
(implements org.apache.commons.math.analysis.interpolation.
BivariateRealGridInterpolator
)
org.apache.commons.math.analysis.interpolation.
SmoothingPolynomialBicubicSplineInterpolator
org.apache.commons.math.fraction.
BigFractionField
(implements org.apache.commons.math.
Field
<T>, java.io.Serializable)
org.apache.commons.math.util.
BigReal
(implements java.lang.Comparable<T>, org.apache.commons.math.
FieldElement
<T>, java.io.Serializable)
org.apache.commons.math.util.
BigRealField
(implements org.apache.commons.math.
Field
<T>, java.io.Serializable)
org.apache.commons.math.genetics.
BinaryMutation
(implements org.apache.commons.math.genetics.
MutationPolicy
)
org.apache.commons.math.random.
BitsStreamGenerator
(implements org.apache.commons.math.random.
RandomGenerator
)
org.apache.commons.math.random.
AbstractWell
(implements java.io.Serializable)
org.apache.commons.math.random.
Well1024a
org.apache.commons.math.random.
Well19937a
org.apache.commons.math.random.
Well19937c
org.apache.commons.math.random.
Well44497a
org.apache.commons.math.random.
Well44497b
org.apache.commons.math.random.
Well512a
org.apache.commons.math.random.
MersenneTwister
(implements java.io.Serializable)
org.apache.commons.math.geometry.partitioning.
BoundaryAttribute
<S>
org.apache.commons.math.optimization.univariate.
BracketFinder
org.apache.commons.math.dfp.
BracketingNthOrderBrentSolverDFP
org.apache.commons.math.geometry.partitioning.
BSPTree
<S>
org.apache.commons.math.analysis.function.
Cbrt
(implements org.apache.commons.math.analysis.
DifferentiableUnivariateRealFunction
)
org.apache.commons.math.analysis.function.
Ceil
(implements org.apache.commons.math.analysis.
UnivariateRealFunction
)
org.apache.commons.math.stat.inference.
ChiSquareTestImpl
(implements org.apache.commons.math.stat.inference.
UnknownDistributionChiSquareTest
)
org.apache.commons.math.linear.
CholeskyDecomposition
org.apache.commons.math.genetics.
Chromosome
(implements java.lang.Comparable<T>, org.apache.commons.math.genetics.
Fitness
)
org.apache.commons.math.genetics.
AbstractListChromosome
<T>
org.apache.commons.math.genetics.
BinaryChromosome
org.apache.commons.math.genetics.
RandomKey
<T> (implements org.apache.commons.math.genetics.
PermutationChromosome
<T>)
org.apache.commons.math.genetics.
ChromosomePair
org.apache.commons.math.stat.clustering.
Cluster
<T> (implements java.io.Serializable)
org.apache.commons.math.complex.
Complex
(implements org.apache.commons.math.
FieldElement
<T>, java.io.Serializable)
org.apache.commons.math.complex.
ComplexField
(implements org.apache.commons.math.
Field
<T>, java.io.Serializable)
org.apache.commons.math.complex.
ComplexFormat
org.apache.commons.math.complex.
ComplexUtils
org.apache.commons.math.util.
CompositeFormat
org.apache.commons.math.analysis.function.
Constant
(implements org.apache.commons.math.analysis.
DifferentiableUnivariateRealFunction
)
org.apache.commons.math.util.
ContinuedFraction
org.apache.commons.math.ode.
ContinuousOutputModel
(implements java.io.Serializable, org.apache.commons.math.ode.sampling.
StepHandler
)
org.apache.commons.math.random.
CorrelatedRandomVectorGenerator
(implements org.apache.commons.math.random.
RandomVectorGenerator
)
org.apache.commons.math.analysis.function.
Cos
(implements org.apache.commons.math.analysis.
DifferentiableUnivariateRealFunction
)
org.apache.commons.math.analysis.function.
Cosh
(implements org.apache.commons.math.analysis.
DifferentiableUnivariateRealFunction
)
org.apache.commons.math.stat.correlation.
Covariance
org.apache.commons.math.stat.correlation.
StorelessCovariance
org.apache.commons.math.optimization.fitting.
CurveFitter
org.apache.commons.math.optimization.fitting.
GaussianFitter
org.apache.commons.math.optimization.fitting.
HarmonicFitter
org.apache.commons.math.optimization.fitting.
PolynomialFitter
org.apache.commons.math.linear.
DefaultFieldMatrixChangingVisitor
<T> (implements org.apache.commons.math.linear.
FieldMatrixChangingVisitor
<T>)
org.apache.commons.math.linear.
DefaultFieldMatrixPreservingVisitor
<T> (implements org.apache.commons.math.linear.
FieldMatrixPreservingVisitor
<T>)
org.apache.commons.math.filter.
DefaultMeasurementModel
(implements org.apache.commons.math.filter.
MeasurementModel
)
org.apache.commons.math.filter.
DefaultProcessModel
(implements org.apache.commons.math.filter.
ProcessModel
)
org.apache.commons.math.linear.
DefaultRealMatrixChangingVisitor
(implements org.apache.commons.math.linear.
RealMatrixChangingVisitor
)
org.apache.commons.math.linear.
DefaultRealMatrixPreservingVisitor
(implements org.apache.commons.math.linear.
RealMatrixPreservingVisitor
)
org.apache.commons.math.util.
DefaultTransformer
(implements org.apache.commons.math.util.
NumberTransformer
, java.io.Serializable)
org.apache.commons.math.stat.descriptive.
DescriptiveStatistics
(implements java.io.Serializable, org.apache.commons.math.stat.descriptive.
StatisticalSummary
)
org.apache.commons.math.stat.descriptive.
SynchronizedDescriptiveStatistics
org.apache.commons.math.dfp.
Dfp
(implements org.apache.commons.math.
FieldElement
<T>)
org.apache.commons.math.dfp.
DfpDec
org.apache.commons.math.dfp.
DfpField
(implements org.apache.commons.math.
Field
<T>)
org.apache.commons.math.dfp.
DfpMath
org.apache.commons.math.analysis.function.
Divide
(implements org.apache.commons.math.analysis.
BivariateRealFunction
)
org.apache.commons.math.analysis.interpolation.
DividedDifferenceInterpolator
(implements java.io.Serializable, org.apache.commons.math.analysis.interpolation.
UnivariateRealInterpolator
)
org.apache.commons.math.exception.util.
DummyLocalizable
(implements org.apache.commons.math.exception.util.
Localizable
)
org.apache.commons.math.ode.sampling.
DummyStepHandler
(implements org.apache.commons.math.ode.sampling.
StepHandler
)
org.apache.commons.math.linear.
EigenDecomposition
org.apache.commons.math.random.
EmpiricalDistributionImpl
(implements org.apache.commons.math.random.
EmpiricalDistribution
, java.io.Serializable)
org.apache.commons.math.ode.
EquationsMapper
(implements java.io.Serializable)
org.apache.commons.math.special.
Erf
org.apache.commons.math.geometry.euclidean.oned.
Euclidean1D
(implements java.io.Serializable, org.apache.commons.math.geometry.
Space
)
org.apache.commons.math.geometry.euclidean.twod.
Euclidean2D
(implements java.io.Serializable, org.apache.commons.math.geometry.
Space
)
org.apache.commons.math.geometry.euclidean.threed.
Euclidean3D
(implements java.io.Serializable, org.apache.commons.math.geometry.
Space
)
org.apache.commons.math.stat.clustering.
EuclideanIntegerPoint
(implements org.apache.commons.math.stat.clustering.
Clusterable
<T>, java.io.Serializable)
java.util.EventObject (implements java.io.Serializable)
org.apache.commons.math.util.
IterationEvent
org.apache.commons.math.linear.
IterativeLinearSolverEvent
org.apache.commons.math.linear.
ConjugateGradient.ConjugateGradientEvent
(implements org.apache.commons.math.linear.
ProvidesResidual
)
org.apache.commons.math.ode.events.
EventState
org.apache.commons.math.exception.util.
ExceptionContext
(implements java.io.Serializable)
org.apache.commons.math.analysis.function.
Exp
(implements org.apache.commons.math.analysis.
DifferentiableUnivariateRealFunction
)
org.apache.commons.math.ode.
ExpandableStatefulODE
org.apache.commons.math.analysis.function.
Expm1
(implements org.apache.commons.math.analysis.
DifferentiableUnivariateRealFunction
)
org.apache.commons.math.transform.
FastCosineTransformer
(implements org.apache.commons.math.transform.
RealTransformer
)
org.apache.commons.math.transform.
FastFourierTransformer
(implements java.io.Serializable)
org.apache.commons.math.transform.
FastHadamardTransformer
(implements org.apache.commons.math.transform.
RealTransformer
)
org.apache.commons.math.util.
FastMath
org.apache.commons.math.transform.
FastSineTransformer
(implements org.apache.commons.math.transform.
RealTransformer
)
org.apache.commons.math.linear.
FieldLUDecomposition
<T>
org.apache.commons.math.ode.
FirstOrderConverter
(implements org.apache.commons.math.ode.
FirstOrderDifferentialEquations
)
org.apache.commons.math.genetics.
FixedGenerationCount
(implements org.apache.commons.math.genetics.
StoppingCondition
)
org.apache.commons.math.analysis.function.
Floor
(implements org.apache.commons.math.analysis.
UnivariateRealFunction
)
java.text.Format (implements java.lang.Cloneable, java.io.Serializable)
java.text.NumberFormat
org.apache.commons.math.fraction.
AbstractFormat
(implements java.io.Serializable)
org.apache.commons.math.fraction.
BigFractionFormat
(implements java.io.Serializable)
org.apache.commons.math.fraction.
ProperBigFractionFormat
org.apache.commons.math.fraction.
FractionFormat
org.apache.commons.math.fraction.
ProperFractionFormat
org.apache.commons.math.fraction.
FractionField
(implements org.apache.commons.math.
Field
<T>, java.io.Serializable)
org.apache.commons.math.stat.
Frequency
(implements java.io.Serializable)
org.apache.commons.math.analysis.
FunctionUtils
org.apache.commons.math.special.
Gamma
org.apache.commons.math.analysis.function.
Gaussian
(implements org.apache.commons.math.analysis.
DifferentiableUnivariateRealFunction
)
org.apache.commons.math.analysis.function.
Gaussian.Parametric
(implements org.apache.commons.math.analysis.
ParametricUnivariateRealFunction
)
org.apache.commons.math.optimization.fitting.
GaussianFitter.ParameterGuesser
org.apache.commons.math.random.
GaussianRandomGenerator
(implements org.apache.commons.math.random.
NormalizedRandomGenerator
)
org.apache.commons.math.genetics.
GeneticAlgorithm
org.apache.commons.math.optimization.fitting.
HarmonicFitter.ParameterGuesser
org.apache.commons.math.analysis.function.
HarmonicOscillator
(implements org.apache.commons.math.analysis.
DifferentiableUnivariateRealFunction
)
org.apache.commons.math.analysis.function.
HarmonicOscillator.Parametric
(implements org.apache.commons.math.analysis.
ParametricUnivariateRealFunction
)
org.apache.commons.math.analysis.function.
Identity
(implements org.apache.commons.math.analysis.
DifferentiableUnivariateRealFunction
)
org.apache.commons.math.util.
Incrementor
org.apache.commons.math.geometry.euclidean.oned.
Interval
org.apache.commons.math.analysis.function.
Inverse
(implements org.apache.commons.math.analysis.
DifferentiableUnivariateRealFunction
)
org.apache.commons.math.util.
IterationManager
org.apache.commons.math.linear.
IterativeLinearSolver
org.apache.commons.math.linear.
PreconditionedIterativeLinearSolver
org.apache.commons.math.linear.
ConjugateGradient
org.apache.commons.math.linear.
SymmLQ
org.apache.commons.math.ode.
JacobianMatrices
org.apache.commons.math.filter.
KalmanFilter
org.apache.commons.math.stat.clustering.
KMeansPlusPlusClusterer
<T>
org.apache.commons.math.distribution.
KolmogorovSmirnovDistributionImpl
(implements org.apache.commons.math.distribution.
KolmogorovSmirnovDistribution
, java.io.Serializable)
org.apache.commons.math.optimization.
LeastSquaresConverter
(implements org.apache.commons.math.analysis.
MultivariateRealFunction
)
org.apache.commons.math.geometry.euclidean.threed.
Line
(implements org.apache.commons.math.geometry.partitioning.
Embedding
<S,T>)
org.apache.commons.math.geometry.euclidean.twod.
Line
(implements org.apache.commons.math.geometry.partitioning.
Embedding
<S,T>, org.apache.commons.math.geometry.partitioning.
Hyperplane
<S>)
org.apache.commons.math.optimization.linear.
LinearConstraint
(implements java.io.Serializable)
org.apache.commons.math.analysis.interpolation.
LinearInterpolator
(implements org.apache.commons.math.analysis.interpolation.
UnivariateRealInterpolator
)
org.apache.commons.math.optimization.linear.
LinearObjectiveFunction
(implements java.io.Serializable)
org.apache.commons.math.genetics.
ListPopulation
(implements org.apache.commons.math.genetics.
Population
)
org.apache.commons.math.genetics.
ElitisticListPopulation
org.apache.commons.math.analysis.interpolation.
LoessInterpolator
(implements java.io.Serializable, org.apache.commons.math.analysis.interpolation.
UnivariateRealInterpolator
)
org.apache.commons.math.analysis.function.
Log
(implements org.apache.commons.math.analysis.
DifferentiableUnivariateRealFunction
)
org.apache.commons.math.analysis.function.
Log10
(implements org.apache.commons.math.analysis.
DifferentiableUnivariateRealFunction
)
org.apache.commons.math.analysis.function.
Log1p
(implements org.apache.commons.math.analysis.
DifferentiableUnivariateRealFunction
)
org.apache.commons.math.analysis.function.
Logistic
(implements org.apache.commons.math.analysis.
DifferentiableUnivariateRealFunction
)
org.apache.commons.math.analysis.function.
Logistic.Parametric
(implements org.apache.commons.math.analysis.
ParametricUnivariateRealFunction
)
org.apache.commons.math.analysis.function.
Logit
(implements org.apache.commons.math.analysis.
DifferentiableUnivariateRealFunction
)
org.apache.commons.math.analysis.function.
Logit.Parametric
(implements org.apache.commons.math.analysis.
ParametricUnivariateRealFunction
)
org.apache.commons.math.linear.
LUDecomposition
org.apache.commons.math.stat.inference.
MannWhitneyUTestImpl
(implements org.apache.commons.math.stat.inference.
MannWhitneyUTest
)
org.apache.commons.math.util.
MathArrays
org.apache.commons.math.util.
MathUtils
org.apache.commons.math.linear.
MatrixUtils
org.apache.commons.math.analysis.function.
Max
(implements org.apache.commons.math.analysis.
BivariateRealFunction
)
org.apache.commons.math.analysis.interpolation.
MicrosphereInterpolatingFunction
(implements org.apache.commons.math.analysis.
MultivariateRealFunction
)
org.apache.commons.math.analysis.interpolation.
MicrosphereInterpolator
(implements org.apache.commons.math.analysis.interpolation.
MultivariateRealInterpolator
)
org.apache.commons.math.stat.regression.
MillerUpdatingRegression
(implements org.apache.commons.math.stat.regression.
UpdatingMultipleLinearRegression
)
org.apache.commons.math.analysis.function.
Min
(implements org.apache.commons.math.analysis.
BivariateRealFunction
)
org.apache.commons.math.analysis.function.
Minus
(implements org.apache.commons.math.analysis.
DifferentiableUnivariateRealFunction
)
org.apache.commons.math.util.
MultidimensionalCounter
(implements java.lang.Iterable<T>)
org.apache.commons.math.util.
MultidimensionalCounter.Iterator
(implements java.util.Iterator<E>)
org.apache.commons.math.analysis.function.
Multiply
(implements org.apache.commons.math.analysis.
BivariateRealFunction
)
org.apache.commons.math.optimization.univariate.
MultiStartUnivariateRealOptimizer
<FUNC> (implements org.apache.commons.math.optimization.univariate.
BaseUnivariateRealOptimizer
<FUNC>)
org.apache.commons.math.stat.descriptive.
MultivariateSummaryStatistics
(implements java.io.Serializable, org.apache.commons.math.stat.descriptive.
StatisticalMultivariateSummary
)
org.apache.commons.math.stat.descriptive.
SynchronizedMultivariateSummaryStatistics
org.apache.commons.math.stat.ranking.
NaturalRanking
(implements org.apache.commons.math.stat.ranking.
RankingAlgorithm
)
org.apache.commons.math.analysis.interpolation.
NevilleInterpolator
(implements java.io.Serializable, org.apache.commons.math.analysis.interpolation.
UnivariateRealInterpolator
)
org.apache.commons.math.optimization.general.
NonLinearConjugateGradientOptimizer.IdentityPreconditioner
(implements org.apache.commons.math.optimization.general.
Preconditioner
)
java.lang.Number (implements java.io.Serializable)
org.apache.commons.math.fraction.
BigFraction
(implements java.lang.Comparable<T>, org.apache.commons.math.
FieldElement
<T>, java.io.Serializable)
org.apache.commons.math.fraction.
Fraction
(implements java.lang.Comparable<T>, org.apache.commons.math.
FieldElement
<T>, java.io.Serializable)
org.apache.commons.math.genetics.
OnePointCrossover
<T> (implements org.apache.commons.math.genetics.
CrossoverPolicy
)
org.apache.commons.math.stat.inference.
OneWayAnovaImpl
(implements org.apache.commons.math.stat.inference.
OneWayAnova
)
org.apache.commons.math.util.
OpenIntToDoubleHashMap
(implements java.io.Serializable)
org.apache.commons.math.util.
OpenIntToDoubleHashMap.Iterator
org.apache.commons.math.util.
OpenIntToFieldHashMap
<T> (implements java.io.Serializable)
org.apache.commons.math.util.
OpenIntToFieldHashMap.Iterator
org.apache.commons.math.linear.
OpenMapRealVector.OpenMapSparseIterator
(implements java.util.Iterator<E>)
org.apache.commons.math.geometry.partitioning.utilities.
OrderedTuple
(implements java.lang.Comparable<T>)
org.apache.commons.math.geometry.euclidean.oned.
OrientedPoint
(implements org.apache.commons.math.geometry.partitioning.
Hyperplane
<S>)
org.apache.commons.math.geometry.euclidean.threed.
OutlineExtractor
org.apache.commons.math.util.
Pair
<K,V>
org.apache.commons.math.stat.correlation.
PearsonsCorrelation
org.apache.commons.math.linear.
PivotingQRDecomposition
org.apache.commons.math.geometry.euclidean.threed.
Plane
(implements org.apache.commons.math.geometry.partitioning.
Embedding
<S,T>, org.apache.commons.math.geometry.partitioning.
Hyperplane
<S>)
org.apache.commons.math.analysis.polynomials.
PolynomialFunction
(implements org.apache.commons.math.analysis.
DifferentiableUnivariateRealFunction
, java.io.Serializable)
org.apache.commons.math.analysis.polynomials.
PolynomialFunction.Parametric
(implements org.apache.commons.math.analysis.
ParametricUnivariateRealFunction
)
org.apache.commons.math.analysis.polynomials.
PolynomialFunctionLagrangeForm
(implements org.apache.commons.math.analysis.
UnivariateRealFunction
)
org.apache.commons.math.analysis.polynomials.
PolynomialFunctionNewtonForm
(implements org.apache.commons.math.analysis.
UnivariateRealFunction
)
org.apache.commons.math.analysis.polynomials.
PolynomialSplineFunction
(implements org.apache.commons.math.analysis.
DifferentiableUnivariateRealFunction
)
org.apache.commons.math.analysis.polynomials.
PolynomialsUtils
org.apache.commons.math.analysis.function.
Pow
(implements org.apache.commons.math.analysis.
BivariateRealFunction
)
org.apache.commons.math.analysis.function.
Power
(implements org.apache.commons.math.analysis.
DifferentiableUnivariateRealFunction
)
org.apache.commons.math.util.
Precision
org.apache.commons.math.linear.
QRDecomposition
java.util.Random (implements java.io.Serializable)
org.apache.commons.math.random.
JDKRandomGenerator
(implements org.apache.commons.math.random.
RandomGenerator
)
org.apache.commons.math.random.
RandomAdaptor
(implements org.apache.commons.math.random.
RandomGenerator
)
org.apache.commons.math.random.
RandomDataImpl
(implements org.apache.commons.math.random.
RandomData
, java.io.Serializable)
org.apache.commons.math.genetics.
RandomKeyMutation
(implements org.apache.commons.math.genetics.
MutationPolicy
)
org.apache.commons.math.linear.
RealLinearOperator
org.apache.commons.math.linear.
AbstractRealMatrix
(implements org.apache.commons.math.linear.
RealMatrix
)
org.apache.commons.math.linear.
Array2DRowRealMatrix
(implements java.io.Serializable)
org.apache.commons.math.linear.
BlockRealMatrix
(implements java.io.Serializable)
org.apache.commons.math.linear.
OpenMapRealMatrix
(implements java.io.Serializable, org.apache.commons.math.linear.
SparseRealMatrix
)
org.apache.commons.math.linear.
InvertibleRealLinearOperator
org.apache.commons.math.linear.
JacobiPreconditioner
org.apache.commons.math.optimization.
RealPointValuePair
(implements java.io.Serializable)
org.apache.commons.math.linear.
RealVector
org.apache.commons.math.linear.
ArrayRealVector
(implements java.io.Serializable)
org.apache.commons.math.linear.
SparseRealVector
org.apache.commons.math.linear.
OpenMapRealVector
(implements java.io.Serializable)
org.apache.commons.math.linear.
RealVector.Entry
org.apache.commons.math.linear.
OpenMapRealVector.OpenMapEntry
org.apache.commons.math.linear.
RealVector.SparseEntryIterator
(implements java.util.Iterator<E>)
org.apache.commons.math.linear.
RealVectorFormat
org.apache.commons.math.linear.
RectangularCholeskyDecomposition
org.apache.commons.math.geometry.partitioning.
RegionFactory
<S>
org.apache.commons.math.stat.regression.
RegressionResults
(implements java.io.Serializable)
org.apache.commons.math.util.
ResizableDoubleArray
(implements org.apache.commons.math.util.
DoubleArray
, java.io.Serializable)
org.apache.commons.math.analysis.function.
Rint
(implements org.apache.commons.math.analysis.
UnivariateRealFunction
)
org.apache.commons.math.geometry.euclidean.threed.
Rotation
(implements java.io.Serializable)
org.apache.commons.math.geometry.euclidean.threed.
RotationOrder
org.apache.commons.math.geometry.euclidean.threed.
Segment
org.apache.commons.math.geometry.euclidean.twod.
Segment
org.apache.commons.math.analysis.function.
Sigmoid
(implements org.apache.commons.math.analysis.
DifferentiableUnivariateRealFunction
)
org.apache.commons.math.analysis.function.
Sigmoid.Parametric
(implements org.apache.commons.math.analysis.
ParametricUnivariateRealFunction
)
org.apache.commons.math.analysis.function.
Signum
(implements org.apache.commons.math.analysis.
UnivariateRealFunction
)
org.apache.commons.math.stat.regression.
SimpleRegression
(implements java.io.Serializable, org.apache.commons.math.stat.regression.
UpdatingMultipleLinearRegression
)
org.apache.commons.math.analysis.function.
Sin
(implements org.apache.commons.math.analysis.
DifferentiableUnivariateRealFunction
)
org.apache.commons.math.analysis.function.
Sinc
(implements org.apache.commons.math.analysis.
DifferentiableUnivariateRealFunction
)
org.apache.commons.math.linear.
SingularValueDecomposition
org.apache.commons.math.analysis.function.
Sinh
(implements org.apache.commons.math.analysis.
DifferentiableUnivariateRealFunction
)
org.apache.commons.math.linear.
SparseFieldVector
<T> (implements org.apache.commons.math.linear.
FieldVector
<T>, java.io.Serializable)
org.apache.commons.math.stat.correlation.
SpearmansCorrelation
org.apache.commons.math.analysis.interpolation.
SplineInterpolator
(implements org.apache.commons.math.analysis.interpolation.
UnivariateRealInterpolator
)
org.apache.commons.math.analysis.function.
Sqrt
(implements org.apache.commons.math.analysis.
DifferentiableUnivariateRealFunction
)
org.apache.commons.math.stat.descriptive.
StatisticalSummaryValues
(implements java.io.Serializable, org.apache.commons.math.stat.descriptive.
StatisticalSummary
)
org.apache.commons.math.stat.
StatUtils
org.apache.commons.math.analysis.function.
StepFunction
(implements org.apache.commons.math.analysis.
UnivariateRealFunction
)
org.apache.commons.math.ode.sampling.
StepNormalizer
(implements org.apache.commons.math.ode.sampling.
StepHandler
)
org.apache.commons.math.stat.correlation.
StorelessBivariateCovariance
org.apache.commons.math.geometry.partitioning.
SubHyperplane.SplitSubHyperplane
<U>
org.apache.commons.math.geometry.euclidean.threed.
SubLine
org.apache.commons.math.analysis.function.
Subtract
(implements org.apache.commons.math.analysis.
BivariateRealFunction
)
org.apache.commons.math.stat.descriptive.
SummaryStatistics
(implements java.io.Serializable, org.apache.commons.math.stat.descriptive.
StatisticalSummary
)
org.apache.commons.math.stat.descriptive.
SynchronizedSummaryStatistics
org.apache.commons.math.analysis.function.
Tan
(implements org.apache.commons.math.analysis.
DifferentiableUnivariateRealFunction
)
org.apache.commons.math.analysis.function.
Tanh
(implements org.apache.commons.math.analysis.
DifferentiableUnivariateRealFunction
)
org.apache.commons.math.stat.inference.
TestUtils
java.lang.Throwable (implements java.io.Serializable)
java.lang.Exception
org.apache.commons.math.
MathException
java.lang.RuntimeException
java.lang.ArithmeticException
org.apache.commons.math.exception.
MathArithmeticException
(implements org.apache.commons.math.exception.util.
ExceptionContextProvider
)
java.lang.IllegalArgumentException
org.apache.commons.math.exception.
MathIllegalArgumentException
(implements org.apache.commons.math.exception.util.
ExceptionContextProvider
)
org.apache.commons.math.linear.
IllConditionedOperatorException
org.apache.commons.math.genetics.
InvalidRepresentationException
org.apache.commons.math.exception.
MathIllegalNumberException
org.apache.commons.math.exception.
DimensionMismatchException
org.apache.commons.math.linear.
NonSquareMatrixException
org.apache.commons.math.linear.
NonSquareOperatorException
org.apache.commons.math.exception.
NonMonotonicSequenceException
org.apache.commons.math.exception.
NotFiniteNumberException
org.apache.commons.math.exception.
NumberIsTooLargeException
org.apache.commons.math.exception.
NumberIsTooSmallException
org.apache.commons.math.linear.
NonPositiveDefiniteMatrixException
org.apache.commons.math.exception.
NotPositiveException
org.apache.commons.math.exception.
NotStrictlyPositiveException
org.apache.commons.math.exception.
OutOfRangeException
org.apache.commons.math.exception.
ZeroException
org.apache.commons.math.stat.regression.
ModelSpecificationException
org.apache.commons.math.exception.
MultiDimensionMismatchException
org.apache.commons.math.linear.
MatrixDimensionMismatchException
org.apache.commons.math.exception.
NoBracketingException
org.apache.commons.math.exception.
NoDataException
org.apache.commons.math.linear.
NonPositiveDefiniteOperatorException
org.apache.commons.math.linear.
NonSelfAdjointOperatorException
org.apache.commons.math.linear.
NonSymmetricMatrixException
org.apache.commons.math.geometry.euclidean.threed.
NotARotationMatrixException
org.apache.commons.math.exception.
NullArgumentException
org.apache.commons.math.linear.
SingularMatrixException
org.apache.commons.math.linear.
SingularOperatorException
java.lang.IllegalStateException
org.apache.commons.math.exception.
MathIllegalStateException
(implements org.apache.commons.math.exception.util.
ExceptionContextProvider
)
org.apache.commons.math.geometry.euclidean.threed.
CardanEulerSingularityException
org.apache.commons.math.exception.
ConvergenceException
org.apache.commons.math.fraction.
FractionConversionException
org.apache.commons.math.exception.
MathInternalError
org.apache.commons.math.exception.
MathParseException
(implements org.apache.commons.math.exception.util.
ExceptionContextProvider
)
org.apache.commons.math.exception.
MaxCountExceededException
org.apache.commons.math.exception.
TooManyEvaluationsException
org.apache.commons.math.optimization.linear.
NoFeasibleSolutionException
org.apache.commons.math.optimization.linear.
UnboundedSolutionException
org.apache.commons.math.
MathRuntimeException
java.lang.UnsupportedOperationException
org.apache.commons.math.exception.
MathUnsupportedOperationException
(implements org.apache.commons.math.exception.util.
ExceptionContextProvider
)
org.apache.commons.math.genetics.
TournamentSelection
(implements org.apache.commons.math.genetics.
SelectionPolicy
)
org.apache.commons.math.util.
TransformerMap
(implements org.apache.commons.math.util.
NumberTransformer
, java.io.Serializable)
org.apache.commons.math.analysis.interpolation.
TricubicSplineInterpolatingFunction
(implements org.apache.commons.math.analysis.
TrivariateRealFunction
)
org.apache.commons.math.analysis.interpolation.
TricubicSplineInterpolator
(implements org.apache.commons.math.analysis.interpolation.
TrivariateRealGridInterpolator
)
org.apache.commons.math.stat.inference.
TTestImpl
(implements org.apache.commons.math.stat.inference.
TTest
)
org.apache.commons.math.analysis.function.
Ulp
(implements org.apache.commons.math.analysis.
UnivariateRealFunction
)
org.apache.commons.math.random.
UncorrelatedRandomVectorGenerator
(implements org.apache.commons.math.random.
RandomVectorGenerator
)
org.apache.commons.math.random.
UniformRandomGenerator
(implements org.apache.commons.math.random.
NormalizedRandomGenerator
)
org.apache.commons.math.random.
UnitSphereRandomVectorGenerator
(implements org.apache.commons.math.random.
RandomVectorGenerator
)
org.apache.commons.math.analysis.integration.
UnivariateRealIntegratorImpl
(implements org.apache.commons.math.analysis.integration.
UnivariateRealIntegrator
)
org.apache.commons.math.analysis.integration.
LegendreGaussIntegrator
org.apache.commons.math.analysis.integration.
RombergIntegrator
org.apache.commons.math.analysis.integration.
SimpsonIntegrator
org.apache.commons.math.analysis.integration.
TrapezoidIntegrator
org.apache.commons.math.analysis.interpolation.
UnivariateRealPeriodicInterpolator
(implements org.apache.commons.math.analysis.interpolation.
UnivariateRealInterpolator
)
org.apache.commons.math.optimization.univariate.
UnivariateRealPointValuePair
(implements java.io.Serializable)
org.apache.commons.math.analysis.solvers.
UnivariateRealSolverUtils
org.apache.commons.math.random.
ValueServer
org.apache.commons.math.geometry.euclidean.oned.
Vector1D
(implements org.apache.commons.math.geometry.
Vector
<S>)
org.apache.commons.math.geometry.euclidean.twod.
Vector2D
(implements org.apache.commons.math.geometry.
Vector
<S>)
org.apache.commons.math.geometry.euclidean.threed.
Vector3D
(implements java.io.Serializable, org.apache.commons.math.geometry.
Vector
<S>)
org.apache.commons.math.geometry.
VectorFormat
<S>
org.apache.commons.math.geometry.euclidean.oned.
Vector1DFormat
org.apache.commons.math.geometry.euclidean.twod.
Vector2DFormat
org.apache.commons.math.geometry.euclidean.threed.
Vector3DFormat
org.apache.commons.math.stat.descriptive.moment.
VectorialCovariance
(implements java.io.Serializable)
org.apache.commons.math.stat.descriptive.moment.
VectorialMean
(implements java.io.Serializable)
org.apache.commons.math.optimization.
VectorialPointValuePair
(implements java.io.Serializable)
org.apache.commons.math.optimization.fitting.
WeightedObservedPoint
(implements java.io.Serializable)
org.apache.commons.math.stat.inference.
WilcoxonSignedRankTestImpl
(implements org.apache.commons.math.stat.inference.
WilcoxonSignedRankTest
)
Interface Hierarchy
org.apache.commons.math.linear.
AnyMatrix
org.apache.commons.math.linear.
FieldMatrix
<T>
org.apache.commons.math.linear.
RealMatrix
org.apache.commons.math.linear.
SparseRealMatrix
org.apache.commons.math.linear.
SparseRealMatrix
org.apache.commons.math.optimization.
BaseOptimizer
<PAIR>
org.apache.commons.math.optimization.
BaseMultivariateRealOptimizer
<FUNC>
org.apache.commons.math.optimization.
DifferentiableMultivariateRealOptimizer
org.apache.commons.math.optimization.
MultivariateRealOptimizer
org.apache.commons.math.optimization.
BaseMultivariateVectorialOptimizer
<FUNC>
org.apache.commons.math.optimization.
DifferentiableMultivariateVectorialOptimizer
org.apache.commons.math.optimization.univariate.
BaseUnivariateRealOptimizer
<FUNC>
org.apache.commons.math.optimization.univariate.
UnivariateRealOptimizer
org.apache.commons.math.optimization.
DifferentiableMultivariateRealOptimizer
org.apache.commons.math.optimization.
DifferentiableMultivariateVectorialOptimizer
org.apache.commons.math.optimization.
MultivariateRealOptimizer
org.apache.commons.math.optimization.univariate.
UnivariateRealOptimizer
org.apache.commons.math.analysis.solvers.
BaseUnivariateRealSolver
<FUNC>
org.apache.commons.math.analysis.solvers.
BracketedUnivariateRealSolver
<FUNC>
org.apache.commons.math.analysis.solvers.
DifferentiableUnivariateRealSolver
org.apache.commons.math.analysis.solvers.
PolynomialSolver
org.apache.commons.math.analysis.solvers.
UnivariateRealSolver
org.apache.commons.math.analysis.
BivariateRealFunction
org.apache.commons.math.analysis.interpolation.
BivariateRealGridInterpolator
org.apache.commons.math.geometry.partitioning.
BSPTree.LeafMerger
<S>
org.apache.commons.math.geometry.partitioning.
BSPTreeVisitor
<S>
org.apache.commons.math.stat.inference.
ChiSquareTest
org.apache.commons.math.stat.inference.
UnknownDistributionChiSquareTest
org.apache.commons.math.stat.clustering.
Clusterable
<T>
org.apache.commons.math.optimization.
ConvergenceChecker
<PAIR>
org.apache.commons.math.genetics.
CrossoverPolicy
org.apache.commons.math.linear.
DecompositionSolver
org.apache.commons.math.distribution.
Distribution
org.apache.commons.math.distribution.
BetaDistribution
org.apache.commons.math.distribution.
BinomialDistribution
org.apache.commons.math.distribution.
CauchyDistribution
org.apache.commons.math.distribution.
ChiSquaredDistribution
org.apache.commons.math.distribution.
ContinuousDistribution
org.apache.commons.math.distribution.
BetaDistribution
org.apache.commons.math.distribution.
CauchyDistribution
org.apache.commons.math.distribution.
ChiSquaredDistribution
org.apache.commons.math.distribution.
ExponentialDistribution
org.apache.commons.math.distribution.
FDistribution
org.apache.commons.math.distribution.
GammaDistribution
org.apache.commons.math.distribution.
NormalDistribution
org.apache.commons.math.distribution.
TDistribution
org.apache.commons.math.distribution.
WeibullDistribution
org.apache.commons.math.distribution.
DiscreteDistribution
org.apache.commons.math.distribution.
BinomialDistribution
org.apache.commons.math.distribution.
HypergeometricDistribution
org.apache.commons.math.distribution.
IntegerDistribution
org.apache.commons.math.distribution.
BinomialDistribution
org.apache.commons.math.distribution.
HypergeometricDistribution
org.apache.commons.math.distribution.
PascalDistribution
org.apache.commons.math.distribution.
PoissonDistribution
org.apache.commons.math.distribution.
ZipfDistribution
org.apache.commons.math.distribution.
PascalDistribution
org.apache.commons.math.distribution.
PoissonDistribution
org.apache.commons.math.distribution.
ZipfDistribution
org.apache.commons.math.distribution.
ExponentialDistribution
org.apache.commons.math.distribution.
FDistribution
org.apache.commons.math.distribution.
GammaDistribution
org.apache.commons.math.distribution.
HypergeometricDistribution
org.apache.commons.math.distribution.
IntegerDistribution
org.apache.commons.math.distribution.
BinomialDistribution
org.apache.commons.math.distribution.
HypergeometricDistribution
org.apache.commons.math.distribution.
PascalDistribution
org.apache.commons.math.distribution.
PoissonDistribution
org.apache.commons.math.distribution.
ZipfDistribution
org.apache.commons.math.distribution.
NormalDistribution
org.apache.commons.math.distribution.
PascalDistribution
org.apache.commons.math.distribution.
PoissonDistribution
org.apache.commons.math.distribution.
TDistribution
org.apache.commons.math.distribution.
WeibullDistribution
org.apache.commons.math.distribution.
ZipfDistribution
org.apache.commons.math.util.
DoubleArray
org.apache.commons.math.geometry.partitioning.
Embedding
<S,T>
org.apache.commons.math.random.
EmpiricalDistribution
org.apache.commons.math.ode.events.
EventHandler
java.util.EventListener
org.apache.commons.math.util.
IterationListener
org.apache.commons.math.exception.util.
ExceptionContextProvider
org.apache.commons.math.
Field
<T>
org.apache.commons.math.linear.
FieldDecompositionSolver
<T>
org.apache.commons.math.
FieldElement
<T>
org.apache.commons.math.linear.
FieldMatrixChangingVisitor
<T>
org.apache.commons.math.linear.
FieldMatrixPreservingVisitor
<T>
org.apache.commons.math.linear.
FieldVector
<T>
org.apache.commons.math.ode.
FirstOrderDifferentialEquations
org.apache.commons.math.ode.
MainStateJacobianProvider
org.apache.commons.math.genetics.
Fitness
org.apache.commons.math.ode.sampling.
FixedStepHandler
org.apache.commons.math.geometry.partitioning.
Hyperplane
<S>
org.apache.commons.math.util.
Incrementor.MaxCountExceededCallback
java.lang.Iterable<T>
org.apache.commons.math.genetics.
Population
org.apache.commons.math.distribution.
KolmogorovSmirnovDistribution
org.apache.commons.math.optimization.linear.
LinearOptimizer
org.apache.commons.math.stat.inference.
MannWhitneyUTest
org.apache.commons.math.filter.
MeasurementModel
org.apache.commons.math.stat.regression.
MultipleLinearRegression
org.apache.commons.math.ode.
MultistepIntegrator.NordsieckTransformer
org.apache.commons.math.analysis.
MultivariateMatrixFunction
org.apache.commons.math.analysis.
MultivariateRealFunction
org.apache.commons.math.analysis.
DifferentiableMultivariateRealFunction
org.apache.commons.math.analysis.interpolation.
MultivariateRealInterpolator
org.apache.commons.math.analysis.
MultivariateVectorialFunction
org.apache.commons.math.analysis.
DifferentiableMultivariateVectorialFunction
org.apache.commons.math.genetics.
MutationPolicy
org.apache.commons.math.random.
NormalizedRandomGenerator
org.apache.commons.math.util.
NumberTransformer
org.apache.commons.math.ode.
ODEIntegrator
org.apache.commons.math.ode.
FirstOrderIntegrator
org.apache.commons.math.ode.
SecondOrderIntegrator
org.apache.commons.math.stat.inference.
OneWayAnova
org.apache.commons.math.ode.
Parameterizable
org.apache.commons.math.ode.
ParameterizedODE
org.apache.commons.math.ode.
ParameterJacobianProvider
org.apache.commons.math.analysis.
ParametricUnivariateRealFunction
org.apache.commons.math.genetics.
PermutationChromosome
<T>
org.apache.commons.math.optimization.general.
Preconditioner
org.apache.commons.math.filter.
ProcessModel
org.apache.commons.math.linear.
ProvidesResidual
org.apache.commons.math.random.
RandomData
org.apache.commons.math.random.
RandomGenerator
org.apache.commons.math.random.
RandomVectorGenerator
org.apache.commons.math.stat.ranking.
RankingAlgorithm
org.apache.commons.math.linear.
RealMatrixChangingVisitor
org.apache.commons.math.linear.
RealMatrixPreservingVisitor
org.apache.commons.math.transform.
RealTransformer
org.apache.commons.math.geometry.partitioning.
Region
<S>
org.apache.commons.math.ode.
SecondaryEquations
org.apache.commons.math.ode.
SecondOrderDifferentialEquations
org.apache.commons.math.genetics.
SelectionPolicy
java.io.Serializable
java.io.Externalizable
org.apache.commons.math.ode.sampling.
StepInterpolator
org.apache.commons.math.exception.util.
Localizable
org.apache.commons.math.geometry.
Space
org.apache.commons.math.ode.sampling.
StepInterpolator
org.apache.commons.math.geometry.
Vector
<S>
org.apache.commons.math.stat.descriptive.
StatisticalMultivariateSummary
org.apache.commons.math.stat.descriptive.
StatisticalSummary
org.apache.commons.math.ode.sampling.
StepHandler
org.apache.commons.math.genetics.
StoppingCondition
org.apache.commons.math.geometry.partitioning.
SubHyperplane
<S>
org.apache.commons.math.geometry.partitioning.
Transform
<S,T>
org.apache.commons.math.analysis.
TrivariateRealFunction
org.apache.commons.math.analysis.interpolation.
TrivariateRealGridInterpolator
org.apache.commons.math.stat.inference.
TTest
org.apache.commons.math.dfp.
UnivariateDfpFunction
org.apache.commons.math.analysis.
UnivariateMatrixFunction
org.apache.commons.math.analysis.
DifferentiableUnivariateMatrixFunction
org.apache.commons.math.analysis.
UnivariateRealFunction
org.apache.commons.math.analysis.
DifferentiableUnivariateRealFunction
org.apache.commons.math.analysis.integration.
UnivariateRealIntegrator
org.apache.commons.math.analysis.interpolation.
UnivariateRealInterpolator
org.apache.commons.math.stat.descriptive.
UnivariateStatistic
org.apache.commons.math.stat.descriptive.
StorelessUnivariateStatistic
org.apache.commons.math.analysis.
UnivariateVectorialFunction
org.apache.commons.math.analysis.
DifferentiableUnivariateVectorialFunction
org.apache.commons.math.stat.regression.
UpdatingMultipleLinearRegression
org.apache.commons.math.optimization.
VectorialConvergenceChecker
org.apache.commons.math.stat.descriptive.
WeightedEvaluation
org.apache.commons.math.stat.inference.
WilcoxonSignedRankTest
Enum Hierarchy
java.lang.Object
java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
org.apache.commons.math.analysis.solvers.
BaseSecantSolver.Method
org.apache.commons.math.analysis.solvers.
AllowedSolution
org.apache.commons.math.dfp.
DfpField.RoundingMode
org.apache.commons.math.exception.util.
LocalizedFormats
(implements org.apache.commons.math.exception.util.
Localizable
)
org.apache.commons.math.geometry.partitioning.
Side
org.apache.commons.math.geometry.partitioning.
Region.Location
org.apache.commons.math.geometry.partitioning.
BSPTreeVisitor.Order
org.apache.commons.math.ode.events.
EventHandler.Action
org.apache.commons.math.ode.sampling.
StepNormalizerMode
org.apache.commons.math.ode.sampling.
StepNormalizerBounds
org.apache.commons.math.optimization.
GoalType
(implements java.io.Serializable)
org.apache.commons.math.optimization.general.
ConjugateGradientFormula
org.apache.commons.math.optimization.linear.
Relationship
org.apache.commons.math.stat.clustering.
KMeansPlusPlusClusterer.EmptyClusterStrategy
org.apache.commons.math.stat.descriptive.moment.
SemiVariance.Direction
org.apache.commons.math.stat.ranking.
TiesStrategy
org.apache.commons.math.stat.ranking.
NaNStrategy
org.apache.commons.math.util.
MathArrays.OrderDirection
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2003-2011
The Apache Software Foundation
. All Rights Reserved.