Package | Description |
---|---|
no.uib.cipr.matrix.distributed |
Message passing interface (MPI) for Java.
|
Modifier and Type | Method and Description |
---|---|
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
|
Constructor and Description |
---|
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
|