Gets whether the matrix can be reshaped into a vector or a matrix.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual bool CanReshape { get; }
Public Overridable ReadOnly Property CanReshape As Boolean
Get
public:
virtual property bool CanReshape {
bool get ();
}
abstract CanReshape : bool with get
override CanReshape : bool with get
Property Value
Type:
Boolean
Reference