Uses of Class
no.uib.cipr.matrix.distributed.Communicator

Packages that use Communicator
no.uib.cipr.matrix.distributed Message passing interface (MPI) for Java. 
 

Uses of Communicator in no.uib.cipr.matrix.distributed
 

Methods in no.uib.cipr.matrix.distributed that return Communicator
 Communicator CollectiveCommunications.createCommunicator(int rank)
          Deprecated. Creates a communicator for point-to-point data-exchange.
 Communicator DistVector.getCommunicator()
          Deprecated. Gets the communicator associated with this vector
 

Constructors in no.uib.cipr.matrix.distributed with parameters of type Communicator
DistColMatrix(int numRows, int numColumns, Communicator comm, Matrix A, Matrix B)
          Deprecated. Constructor for DistColMatrix
DistRowMatrix(int numRows, int numColumns, Communicator comm, Matrix A, Matrix B)
          Deprecated. Constructor for DistRowMatrix
DistVector(int size, Communicator comm, Vector x)
          Deprecated. Constructor for DistVector