Package | Description |
---|---|
no.uib.cipr.matrix.distributed |
Message passing interface (MPI) for Java.
|
no.uib.cipr.matrix.sparse |
Unstructured sparse matrices and vectors with iterative solvers and
preconditioners.
|
Class and Description |
---|
Preconditioner
Preconditioner interface.
|
Class and Description |
---|
AbstractIterationMonitor
Partial implementation of an iteration reporter
|
AbstractIterativeSolver
Partial implementation of an iterative solver
|
CompColMatrix
Compressed column storage (CCS) matrix
|
CompRowMatrix
Compressed row storage (CRS) matrix
|
DefaultIterationMonitor
Default iteration monitor.
|
FlexCompColMatrix
Matrix stored column-wise into sparse vectors
|
FlexCompRowMatrix
Matrix stored row-wise into sparse vectors
|
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.
|
Preconditioner
Preconditioner interface.
|
SparseVector
Sparse vector
|