JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
All Classes
All Classes
Interface Summary
Class Summary
Enum Summary
Class
Description
AbstractDecompositor
AbstractSolver
AdvancedMatrixPredicate
An advanced matrix predicate that test the whole matrix rather than its elements.
Basic1DMatrix
Basic2DMatrix
BasicVector
A basic dense vector implementation using an array.
CCSMatrix
This is a CCS (Compressed Column Storage) matrix class.
CholeskyDecompositor
This class represents Cholesky decomposition of matrices.
ColumnMajorMatrixIterator
ColumnMajorSparseMatrix
CommonMatrixMatrixOperation
<
R
>
CommonMatrixOperation
<
R
>
CommonVectorOperation
<
R
>
CommonVectorVectorOperation
<
R
>
CompressedVector
A basic sparse vector implementation using underlying value and index arrays.
CRSMatrix
This is a CRS (Compressed Row Storage) matrix class.
CursorIterator
CursorIterator.IteratorState
CursorToColumnMajorMatrixIterator
CursorToRowMajorMatrixIterator
CursorToVectorIterator
DenseMatrix
DenseVector
A dense vector.
EigenDecompositor
This class represents Eigen decomposition of matrices.
ForwardBackSubstitutionSolver
GaussianSolver
This class represents Gaussian method for solving linear systems.
GaussJordanInverter
InPlaceCopyMatrixToMatrix
JacobiSolver
This class represents Jacobi method for solving linear systems.
JoinFunction
LeastNormSolver
This class provides solution of "fat" linear system with least euclidean norm.
LeastSquaresSolver
LinearAlgebra
Tiny class for common things.
LinearAlgebra.DecompositorFactory
LinearAlgebra.InverterFactory
LinearAlgebra.SolverFactory
LinearSystemSolver
Linear System Solver interface; This class implements Strategy design pattern;
LUDecompositor
This class represents LU decomposition of matrices.
Matrices
Matrices.DiagonallyDominantPredicate
Matrices.PositiveDefiniteMatrixPredicate
Matrices.SymmetricMatrixPredicate
Matrix
A real matrix.
MatrixAccumulator
A matrix accumulator that accumulates elements across matrix.
MatrixDecompositor
Interface for implementing various matrix decompositions.
MatrixFactory
<
T
extends
Matrix
>
An abstract matrix factory.
MatrixFunction
A matrix function that takes an element with its indices and produces a new value.
MatrixInverter
MatrixIterator
MatrixMatrixOperation
<
R
>
MatrixOperation
<
R
>
MatrixPredicate
A matrix predicate that tests each matrix element.
MatrixProcedure
A matrix procedure that performs an action of every matrix element.
MatrixVectorOperation
<
R
>
NoPivotGaussInverter
OoPlaceInnerProduct
OoPlaceKroneckerProduct
OoPlaceMatricesAddition
OoPlaceMatricesMultiplication
OoPlaceMatricesSubtraction
OoPlaceMatrixByItsTransposeMultiplication
OoPlaceMatrixByVectorMultiplication
OoPlaceMatrixHadamardProduct
OoPlaceOuterProduct
OoPlaceVectorByMatrixMultiplication
OoPlaceVectorHadamardProduct
OoPlaceVectorsAddition
OoPlaceVectorsSubtraction
QRDecompositor
This class represents QR decomposition of matrices.
RawLUDecompositor
RawQRDecompositor
RowMajorMatrixIterator
RowMajorSparseMatrix
SeidelSolver
This class represents
Seidel method
for solving linear systems.
SimpleMatrixMatrixOperation
<
R
>
SingularValueDecompositor
This class represents singular value decomposition of matrices.
SparseMatrix
SparseVector
A sparse vector.
SquareRootSolver
This class represents
Square Root method
for solving linear systems.
SweepSolver
This class represents
Sweep (or Tridiagonal matrix, or Thomas) method
for solving linear systems.
SymmetricMatrixMatrixOperation
<
R
>
SymmetricVectorVectorOperation
<
R
>
Vector
A vector represents an array of elements.
VectorAccumulator
A vector accumulator that accumulates vector's elements.
VectorFactory
<
T
extends
Vector
>
An abstract vector factory.
VectorFunction
A vector function that takes a vector's element and produces a new value.
VectorIterator
VectorMatrixOperation
<
R
>
VectorOperation
<
R
>
VectorPredicate
A vector predicate that tests vector's elements.
VectorProcedure
A vector procedure that acts on vector's elements.
Vectors
VectorVectorOperation
<
R
>