|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
Creates a communicator for point-to-point data-exchange. |
Communicator |
DistVector.getCommunicator()
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)
Constructor for DistColMatrix |
|
DistRowMatrix(int numRows,
int numColumns,
Communicator comm,
Matrix A,
Matrix B)
Constructor for DistRowMatrix |
|
DistVector(int size,
Communicator comm,
Vector x)
Constructor for DistVector |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||