All Classes Interface Summary Class Summary Enum Summary Exception Summary
| Class |
Description |
| AbstractIterationMonitor |
Partial implementation of an iteration reporter
|
| AbstractIterativeSolver |
Partial implementation of an iterative solver
|
| AbstractMatrix |
Partial implementation of Matrix.
|
| AbstractVector |
Partial implementation of Vector.
|
| AMG |
Algebraic multigrid preconditioner.
|
| BandCholesky |
Banded Cholesky decomposition
|
| BandLU |
Banded LU decomposition
|
| BandMatrix |
Banded matrix.
|
| BiCG |
BiCG solver.
|
| BiCGstab |
BiCG stablized solver.
|
| BlockDiagonalPreconditioner |
Deprecated.
|
| CG |
Conjugate Gradients solver.
|
| CGS |
Conjugate Gradients squared solver.
|
| Chebyshev |
Chebyshev solver.
|
| CollectiveCommunications |
Deprecated.
|
| Communicator |
Deprecated.
|
| CompColMatrix |
Compressed column storage (CCS) matrix
|
| CompDiagMatrix |
Compressed diagonal storage (CDS) matrix
|
| CompRowMatrix |
Compressed row storage (CRS) matrix
|
| DefaultIterationMonitor |
Default iteration monitor.
|
| DenseCholesky |
Dense Cholesky decomposition
|
| DenseLU |
Dense LU decomposition
FIXME: DenseLU is broken! Fix it
|
| DenseMatrix |
Dense matrix.
|
| DenseVector |
Dense vector.
|
| DiagonalPreconditioner |
Diagonal preconditioner.
|
| DistColMatrix |
Deprecated.
|
| DistRowMatrix |
Deprecated.
|
| DistVector |
Deprecated.
|
| EVD |
Computes eigenvalue decompositions of general matrices
|
| FlexCompColMatrix |
Matrix stored column-wise into sparse vectors
|
| FlexCompRowMatrix |
Matrix stored row-wise into sparse vectors
|
| GivensRotation |
Givens plane rotation
|
| GMRES |
GMRES solver.
|
| ICC |
Incomplete Cholesky preconditioner without fill-in using a compressed row
matrix as internal storage
|
| ILU |
ILU(0) preconditioner using a compressed row matrix as internal storage
|
| ILUT |
ILU preconditioner with fill-in.
|
| IR |
Iterative Refinement.
|
| ISparseVector |
|
| IterationMonitor |
Monitors the iterative solution process for convergence and divergence.
|
| IterationReporter |
Reports on the progress of an iterative solver
|
| IterativeSolver |
Iterative linear solver.
|
| IterativeSolverNotConvergedException |
Exception for lack of convergence in a linear problem.
|
| LowerSPDBandMatrix |
Lower symmetrical positive definite banded matrix.
|
| LowerSPDDenseMatrix |
Lower symmetrical positive definite dense matrix.
|
| LowerSPDPackMatrix |
Lower symmetrical positive definite packed matrix.
|
| LowerSymmBandMatrix |
Lower symmetrical banded matrix.
|
| LowerSymmDenseMatrix |
Lower symmetric dense matrix.
|
| LowerSymmPackMatrix |
Lower symmetric packed matrix.
|
| LowerTriangBandMatrix |
Lower triangular banded matrix.
|
| LowerTriangDenseMatrix |
Lower triangular dense matrix.
|
| LowerTriangPackMatrix |
Lower triangular packed matrix.
|
| LQ |
Computes LQ decompositions
|
| Matrices |
Static utility methods for matrices and vectors
|
| Matrix |
Basic matrix interface.
|
| Matrix.Norm |
Supported matrix-norms.
|
| MatrixEntry |
An entry of a matrix.
|
| MatrixInfo |
Contains information on a matrix in the Matrix Market exchange format.
|
| MatrixInfo.MatrixField |
What kind of numbers are stored
|
| MatrixInfo.MatrixSymmetry |
Symmetry structure of the matrix, if any
|
| MatrixIterationMonitor |
Iteration monitor based on matrix norms.
|
| MatrixNotSPDException |
Matrix is not symmetrical, positive definite
|
| MatrixSingularException |
Matrix is singular
|
| MatrixSize |
Contains the size of a matrix stored in the Matrix Market exchange format
|
| MatrixVectorReader |
Reads matrices and vectors
|
| MatrixVectorWriter |
Writes matrices and vectors
|
| NoIterationReporter |
An iteration reporter which does nothing.
|
| NotConvergedException |
Signals lack of convergence of an iterative process
|
| NotConvergedException.Reason |
Possible reasons for lack of convergence
|
| OutputIterationReporter |
Outputs iteration information to an output stream.
|
| PackCholesky |
Packed Cholesky decomposition
|
| Preconditioner |
Preconditioner interface.
|
| QL |
Computes QL decompositions
|
| QMR |
Quasi-Minimal Residual method.
|
| QR |
Computers QR decompositions
|
| QRP |
Computes QR decompositions with column pivoting:
A*P = Q*R where
A(m,n), Q(m,m), and R(m,n), more generally:
A*P = [Q1 Q2] * [R11, R12; 0 R22] and R22 elements are
negligible.
|
| Reduction |
Deprecated.
|
| Reductions |
Deprecated.
|
| RQ |
Computes RQ decompositions
|
| SparseVector |
Sparse vector
|
| SPDTridiagMatrix |
Symmetrical positive definite tridiagonal matrix.
|
| SSOR |
SSOR preconditioner.
|
| SVD |
Computes singular value decompositions
|
| SymmBandEVD |
Computes eigenvalues of symmetrical, banded matrices
|
| SymmDenseEVD |
Computes eigenvalues of symmetrical, dense matrices
|
| SymmPackEVD |
Computes eigenvalues of symmetrical, packed matrices
|
| SymmTridiagEVD |
Computes eigenvalues of symmetrical, tridiagonal matrices
|
| SymmTridiagMatrix |
Symmetrical tridiagonal matrix.
|
| TridiagMatrix |
Tridiagonal matrix.
|
| TwoLevelPreconditioner |
Deprecated.
|
| UnitLowerTriangBandMatrix |
Unit lower triangular banded matrix.
|
| UnitLowerTriangDenseMatrix |
Unit lower triangular dense matrix.
|
| UnitLowerTriangPackMatrix |
Unit lower triangular packed matrix.
|
| UnitUpperTriangBandMatrix |
Unit upper triangular banded matrix.
|
| UnitUpperTriangDenseMatrix |
Unit upper triangular dense matrix.
|
| UnitUpperTriangPackMatrix |
Unit upper triangular packed matrix.
|
| UpperSPDBandMatrix |
Upper symmetrical positive definite banded matrix.
|
| UpperSPDDenseMatrix |
Upper symmetrical positive definite dense matrix.
|
| UpperSPDPackMatrix |
Upper symmetrical positive definite packed matrix.
|
| UpperSymmBandMatrix |
Upper symmetrical banded matrix.
|
| UpperSymmDenseMatrix |
Upper symmetrix dense matrix.
|
| UpperSymmPackMatrix |
Upper symmetric packed matrix.
|
| UpperTriangBandMatrix |
Upper triangular banded matrix.
|
| UpperTriangDenseMatrix |
Upper triangular dense matrix.
|
| UpperTriangPackMatrix |
Upper triangular packed matrix.
|
| Vector |
Basic vector interface.
|
| Vector.Norm |
Supported vector-norms.
|
| VectorEntry |
An entry of a vector.
|
| VectorInfo |
Contains information on a vector in a variant of the Matrix Market exchange format
|
| VectorInfo.VectorField |
What kind of numbers are stored
|
| VectorSize |
Contains the size of a vectir stored in a variant of the Matrix Market exchange format
|