Package | Description |
---|---|
org.apache.commons.math3.filter |
Implementations of common discrete-time linear filters.
|
org.apache.commons.math3.linear |
Linear algebra support.
|
org.apache.commons.math3.ode |
This package provides classes to solve Ordinary Differential Equations problems.
|
org.apache.commons.math3.ode.nonstiff |
This package provides classes to solve non-stiff Ordinary Differential Equations problems.
|
org.apache.commons.math3.ode.sampling |
This package provides classes to handle sampling steps during
Ordinary Differential Equations integration.
|
org.apache.commons.math3.optimization |
This package provides common interfaces for the optimization algorithms
provided in sub-packages.
|
org.apache.commons.math3.optimization.direct |
This package provides optimization algorithms that don't require derivatives.
|
org.apache.commons.math3.optimization.linear |
This package provides optimization algorithms for linear constrained problems.
|
org.apache.commons.math3.random |
Random number and random data generators.
|
org.apache.commons.math3.stat.correlation |
Correlations/Covariance computations.
|
org.apache.commons.math3.stat.descriptive |
Generic univariate summary statistic objects.
|
org.apache.commons.math3.stat.descriptive.moment |
Summary statistics based on moments.
|
org.apache.commons.math3.stat.regression |
Statistical routines involving multivariate data.
|
Class and Description |
---|
RealMatrix
Interface defining a real-valued matrix with basic algebraic operations.
|
RealVector
Class defining a real-valued vector with basic algebraic operations.
|
Class and Description |
---|
AbstractFieldMatrix
Basic implementation of
FieldMatrix methods regardless of the underlying storage. |
AbstractRealMatrix
Basic implementation of RealMatrix methods regardless of the underlying storage.
|
AnyMatrix
Interface defining very basic matrix operations.
|
Array2DRowFieldMatrix
Implementation of FieldMatrix
FieldElement [][] array to store entries. |
Array2DRowRealMatrix
Implementation of
RealMatrix using a double[][] array to
store entries. |
ArrayFieldVector
This class implements the
FieldVector interface with a FieldElement array. |
ArrayRealVector
This class implements the
RealVector interface with a double array. |
BlockFieldMatrix
Cache-friendly implementation of FieldMatrix using a flat arrays to store
square blocks of the matrix.
|
BlockRealMatrix
Cache-friendly implementation of RealMatrix using a flat arrays to store
square blocks of the matrix.
|
DecompositionSolver
Interface handling decomposition algorithms that can solve A × X = B.
|
FieldDecompositionSolver
Interface handling decomposition algorithms that can solve A × X = B.
|
FieldMatrix
Interface defining field-valued matrix with basic algebraic operations.
|
FieldMatrixChangingVisitor
Interface defining a visitor for matrix entries.
|
FieldMatrixPreservingVisitor
Interface defining a visitor for matrix entries.
|
FieldVector
Interface defining a field-valued vector with basic algebraic operations.
|
IllConditionedOperatorException
An exception to be thrown when the condition number of a
RealLinearOperator is too high. |
IterativeLinearSolver
This abstract class defines an iterative solver for the linear system A
· x = b.
|
IterativeLinearSolverEvent
This is the base class for all events occuring during the iterations of a
IterativeLinearSolver . |
JacobiPreconditioner
This class implements the standard Jacobi (diagonal) preconditioner.
|
NonPositiveDefiniteMatrixException
Exception to be thrown when a positive definite matrix is expected.
|
NonPositiveDefiniteOperatorException
Exception to be thrown when a symmetric, definite positive
RealLinearOperator is expected. |
NonSelfAdjointOperatorException
Exception to be thrown when a self-adjoint
RealLinearOperator
is expected. |
NonSquareOperatorException
Exception to be thrown when a square linear operator is expected.
|
OpenMapRealMatrix
Sparse matrix implementation based on an open addressed map.
|
OpenMapRealVector
This class implements the
RealVector interface with a
OpenIntToDoubleHashMap backing store. |
PreconditionedIterativeLinearSolver
This abstract class defines preconditioned iterative solvers.
|
RealLinearOperator
This class defines a linear operator operating on real (
double )
vector spaces. |
RealMatrix
Interface defining a real-valued matrix with basic algebraic operations.
|
RealMatrixChangingVisitor
Interface defining a visitor for matrix entries.
|
RealMatrixPreservingVisitor
Interface defining a visitor for matrix entries.
|
RealVector
Class defining a real-valued vector with basic algebraic operations.
|
RealVector.Entry
An entry in the vector.
|
RealVectorFormat
Formats a vector in components list format "{v0; v1; ...; vk-1}".
|
SparseFieldMatrix
Sparse matrix implementation based on an open addressed map.
|
SparseFieldVector
This class implements the
FieldVector interface with a OpenIntToFieldHashMap backing store. |
SparseRealMatrix
Marker interface for
RealMatrix implementations that require sparse backing storage |
SparseRealVector
Marker class for RealVectors that require sparse backing storage
|
Class and Description |
---|
Array2DRowRealMatrix
Implementation of
RealMatrix using a double[][] array to
store entries. |
Class and Description |
---|
Array2DRowRealMatrix
Implementation of
RealMatrix using a double[][] array to
store entries. |
Class and Description |
---|
Array2DRowRealMatrix
Implementation of
RealMatrix using a double[][] array to
store entries. |
Class and Description |
---|
RealMatrix
Interface defining a real-valued matrix with basic algebraic operations.
|
Class and Description |
---|
RealMatrix
Interface defining a real-valued matrix with basic algebraic operations.
|
Class and Description |
---|
RealVector
Class defining a real-valued vector with basic algebraic operations.
|
Class and Description |
---|
RealMatrix
Interface defining a real-valued matrix with basic algebraic operations.
|
Class and Description |
---|
RealMatrix
Interface defining a real-valued matrix with basic algebraic operations.
|
Class and Description |
---|
RealMatrix
Interface defining a real-valued matrix with basic algebraic operations.
|
Class and Description |
---|
RealMatrix
Interface defining a real-valued matrix with basic algebraic operations.
|
Class and Description |
---|
RealMatrix
Interface defining a real-valued matrix with basic algebraic operations.
|
RealVector
Class defining a real-valued vector with basic algebraic operations.
|
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.