DistributedMatrix<T>.LocalCopy Property

Gets the local copy of the matrix.

Definition

Namespace: Numerics.NET.Distributed
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Matrix<T>? LocalCopy { get; protected set; }

Property Value

Matrix<T>

See Also