The Extreme.Mathematics.Distributed namespace contains classes for working with vectors and matrices in a distributed environment, including on a GPU.
| Class | Description |
---|
 | DistributedExtensions |
Contains methods that create and operate on distributed vectors and matrices.
|
 | DistributedMatrixT |
Represents a matrix that exists on another device, machine, or cluster.
|
 | DistributedProvider |
Represents an implementation provider for arrays that exist on another device, machine, or cluster.
|
 | DistributedVectorT |
Represents a vector that exists on another device, machine or cluster.
|
| Enumeration | Description |
---|
 | DistributedDataLocation |
Enumerates possible configurations for the location
of the components of a distributed array.
|