All Classes and Interfaces

Class
Description
Partial implementation of an iteration reporter
Partial implementation of an iterative solver
Partial implementation of Matrix.
Partial implementation of Vector.
Algebraic multigrid preconditioner.
Banded Cholesky decomposition
Banded LU decomposition
Banded matrix.
BiCG solver.
BiCG stablized solver.
Deprecated.
the no.uib.cipr.matrix.distributed package has been deprecated because of a number of hard to fix concurrency bugs.
Conjugate Gradients solver.
Conjugate Gradients squared solver.
Chebyshev solver.
Deprecated.
the no.uib.cipr.matrix.distributed package has been deprecated because of a number of hard to fix concurrency bugs.
Deprecated.
the no.uib.cipr.matrix.distributed package has been deprecated because of a number of hard to fix concurrency bugs.
Compressed column storage (CCS) matrix
Compressed diagonal storage (CDS) matrix
Compressed row storage (CRS) matrix
Default iteration monitor.
Dense Cholesky decomposition
Dense LU decomposition FIXME: DenseLU is broken! Fix it
Dense matrix.
Dense vector.
Diagonal preconditioner.
Deprecated.
the no.uib.cipr.matrix.distributed package has been deprecated because of a number of hard to fix concurrency bugs.
Deprecated.
the no.uib.cipr.matrix.distributed package has been deprecated because of a number of hard to fix concurrency bugs.
Deprecated.
the no.uib.cipr.matrix.distributed package has been deprecated because of a number of hard to fix concurrency bugs.
Computes eigenvalue decompositions of general matrices
Matrix stored column-wise into sparse vectors
Matrix stored row-wise into sparse vectors
Givens plane rotation
GMRES solver.
Incomplete Cholesky preconditioner without fill-in using a compressed row matrix as internal storage
ILU(0) preconditioner using a compressed row matrix as internal storage
ILU preconditioner with fill-in.
Iterative Refinement.
 
Monitors the iterative solution process for convergence and divergence.
Reports on the progress of an iterative solver
Iterative linear solver.
Exception for lack of convergence in a linear problem.
Lower symmetrical positive definite banded matrix.
Lower symmetrical positive definite dense matrix.
Lower symmetrical positive definite packed matrix.
Lower symmetrical banded matrix.
Lower symmetric dense matrix.
Lower symmetric packed matrix.
Lower triangular banded matrix.
Lower triangular dense matrix.
Lower triangular packed matrix.
Computes LQ decompositions
Static utility methods for matrices and vectors
Basic matrix interface.
Supported matrix-norms.
An entry of a matrix.
Contains information on a matrix in the Matrix Market exchange format.
What kind of numbers are stored
Symmetry structure of the matrix, if any
Iteration monitor based on matrix norms.
Matrix is not symmetrical, positive definite
Matrix is singular
Contains the size of a matrix stored in the Matrix Market exchange format
Reads matrices and vectors
Writes matrices and vectors
An iteration reporter which does nothing.
Signals lack of convergence of an iterative process
Possible reasons for lack of convergence
Outputs iteration information to an output stream.
Packed Cholesky decomposition
Preconditioner interface.
Computes QL decompositions
Quasi-Minimal Residual method.
Computers QR decompositions
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.
Deprecated.
the no.uib.cipr.matrix.distributed package has been deprecated because of a number of hard to fix concurrency bugs.
Deprecated.
the no.uib.cipr.matrix.distributed package has been deprecated because of a number of hard to fix concurrency bugs.
Computes RQ decompositions
Sparse vector
Symmetrical positive definite tridiagonal matrix.
SSOR preconditioner.
Computes singular value decompositions
Computes eigenvalues of symmetrical, banded matrices
Computes eigenvalues of symmetrical, dense matrices
Computes eigenvalues of symmetrical, packed matrices
Computes eigenvalues of symmetrical, tridiagonal matrices
Symmetrical tridiagonal matrix.
Tridiagonal matrix.
Deprecated.
the no.uib.cipr.matrix.distributed package has been deprecated because of a number of hard to fix concurrency bugs.
Unit lower triangular banded matrix.
Unit lower triangular dense matrix.
Unit lower triangular packed matrix.
Unit upper triangular banded matrix.
Unit upper triangular dense matrix.
Unit upper triangular packed matrix.
Upper symmetrical positive definite banded matrix.
Upper symmetrical positive definite dense matrix.
Upper symmetrical positive definite packed matrix.
Upper symmetrical banded matrix.
Upper symmetrix dense matrix.
Upper symmetric packed matrix.
Upper triangular banded matrix.
Upper triangular dense matrix.
Upper triangular packed matrix.
Basic vector interface.
Supported vector-norms.
An entry of a vector.
Contains information on a vector in a variant of the Matrix Market exchange format
What kind of numbers are stored
Contains the size of a vectir stored in a variant of the Matrix Market exchange format