DistributedMatrix<T>.CanReshape Property

Gets whether the matrix can be reshaped into a vector or a matrix.

Definition

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

Property Value

Boolean

See Also