DistributedVector<T>.DataLocation Property

Gets a value that indicates whether the matrix elements are created on the host or the device.

Definition

Namespace: Extreme.Mathematics.Distributed
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public DistributedDataLocation DataLocation { get; }

Property Value

DistributedDataLocation

See Also