Uses of Package
no.uib.cipr.matrix.sparse

Packages that use no.uib.cipr.matrix.sparse
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. 
 

Classes in no.uib.cipr.matrix.sparse used by no.uib.cipr.matrix.distributed
Preconditioner
          Preconditioner interface.
 

Classes in no.uib.cipr.matrix.sparse used by no.uib.cipr.matrix.sparse
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