DistributedVector<T>.LocalCopy Property

Gets the local copy of the matrix.

Definition

Namespace: Extreme.Mathematics.Distributed
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Vector<T> LocalCopy { get; protected set; }

Property Value

Vector<T>

See Also