Package no.uib.cipr.matrix.distributed

Message passing interface (MPI) for Java.

See:
          Description

Class Summary
BlockDiagonalPreconditioner Block diagonal preconditioner
CollectiveCommunications Collective communications between all the participating threads.
Communicator Inter-thread communications.
DistColMatrix Distributed matrix with column major blocks
DistRowMatrix Distributed matrix with row major blocks
DistVector Distributed memory vector
Reduction Performs a reduction operation.
Reductions Contains predefined reductions
TwoLevelPreconditioner Two level preconditioner.
 

Package no.uib.cipr.matrix.distributed Description

Message passing interface (MPI) for Java. Includes memory-distributed matrices and vectors.