Uses of Class
no.uib.cipr.matrix.distributed.Communicator
Packages that use Communicator
-
Uses of Communicator in no.uib.cipr.matrix.distributed
Methods in no.uib.cipr.matrix.distributed that return CommunicatorModifier and TypeMethodDescriptionCollectiveCommunications.createCommunicator
(int rank) Deprecated.Creates a communicator for point-to-point data-exchange.DistVector.getCommunicator()
Deprecated.Gets the communicator associated with this vectorConstructors in no.uib.cipr.matrix.distributed with parameters of type CommunicatorModifierConstructorDescriptionDistColMatrix
(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