| 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
|