DistributedVector<T>.DataLocation Property

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

Definition

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

Property Value

DistributedDataLocation

See Also