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 |
|
Array2DRowRealMatrix |
Implementation of RealMatrix using a double[][] array to
store entries.
|
ArrayFieldVector |
|
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.
|
ComplexEigenDecomposition |
Given a matrix A, it computes a complex eigen decomposition AV = VD.
|
DecompositionSolver |
Interface handling decomposition algorithms that can solve A × X = B.
|
DependentVectorsHandler |
|
DiagonalMatrix |
Implementation of a diagonal matrix.
|
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.
|
FieldMatrixDecomposer |
Interface for all algorithms providing matrix decomposition.
|
FieldMatrixPreservingVisitor |
Interface defining a visitor for matrix entries.
|
FieldVector |
Interface defining a field-valued vector with basic algebraic operations.
|
FieldVectorChangingVisitor |
This interface defines a visitor for the entries of a vector.
|
FieldVectorPreservingVisitor |
This interface defines a visitor for the entries of a vector.
|
IterativeLinearSolver |
This abstract class defines an iterative solver for the linear system A
· x = b.
|
IterativeLinearSolverEvent |
|
JacobiPreconditioner |
This class implements the standard Jacobi (diagonal) preconditioner.
|
MatrixDecomposer |
Interface for all algorithms providing matrix decomposition.
|
OpenMapRealMatrix |
Sparse matrix implementation based on an open addressed map.
|
OpenMapRealVector |
|
PreconditionedIterativeLinearSolver |
This abstract class defines preconditioned iterative solvers.
|
QRDecomposition |
Calculates the QR-decomposition of a matrix.
|
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.
|
RealMatrixFormat |
Formats a nxm matrix in components list format
"{{a00,a01, ...,
a0m-1},{a10,
a11, ..., a1m-1},{...},{
an-10, an-11, ...,
an-1m-1}}".
|
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.
|
RealVectorChangingVisitor |
This interface defines a visitor for the entries of a vector.
|
RealVectorFormat |
Formats a vector in components list format "{v0; v1; ...; vk-1}".
|
RealVectorPreservingVisitor |
This interface defines a visitor for the entries of a vector.
|
RiccatiEquationSolver |
An algebraic Riccati equation is a type of nonlinear equation that arises in
the context of infinite-horizon optimal control problems in continuous time
or discrete time.
|
SparseFieldMatrix |
Sparse matrix implementation based on an open addressed map.
|
SparseFieldVector |
|
SparseRealMatrix |
Marker interface for RealMatrix implementations that require sparse backing storage
|
SparseRealVector |
Marker class for RealVectors that require sparse backing storage
|