Matrix<T>.CanReshape Property

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

Definition

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

Property Value

Boolean

See Also