Uses of Class
no.uib.cipr.matrix.distributed.Communicator
-
Packages that use Communicator Package Description no.uib.cipr.matrix.distributed -
-
Uses of Communicator in no.uib.cipr.matrix.distributed
Methods in no.uib.cipr.matrix.distributed that return Communicator Modifier and Type Method Description CommunicatorCollectiveCommunications. createCommunicator(int rank)Deprecated.Creates a communicator for point-to-point data-exchange.CommunicatorDistVector. getCommunicator()Deprecated.Gets the communicator associated with this vectorConstructors in no.uib.cipr.matrix.distributed with parameters of type Communicator Constructor Description DistColMatrix(int numRows, int numColumns, Communicator comm, Matrix A, Matrix B)Deprecated.Constructor for DistColMatrixDistRowMatrix(int numRows, int numColumns, Communicator comm, Matrix A, Matrix B)Deprecated.Constructor for DistRowMatrixDistVector(int size, Communicator comm, Vector x)Deprecated.Constructor for DistVector
-