Distributed Vector<T> Constructor
Definition
Namespace: Numerics.NET.Distributed
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Overload List
Distributed | Constructs a new distributed vector from a local copy. |
Distributed | Constructs a new distributed vector of the specified size. |
DistributedVector<T>(Vector<T>)
Constructs a new distributed vector from a local copy.
DistributedVector<T>(Int32, DistributedDataLocation, ArrayAttributes)
Constructs a new distributed vector of the specified size.
public DistributedVector(
int length,
DistributedDataLocation dataSource,
ArrayAttributes attributes
)
Parameters
- length Int32
- The number of elements of the vector.
- dataSource DistributedDataLocation
- A DistributedDataLocation value that indicates whether the primary data is stored.
- attributes ArrayAttributes
- The attributes of the vector.