Distributed Matrix<T>.Reshape As Vector Method
Returns a vector that contains the columnwise matrix elements.
Definition
Namespace: Numerics.NET.Distributed
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A vector that uses the same storage as the matrix.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public override Vector<T> ReshapeAsVector()
Return Value
Vector<T>A vector that uses the same storage as the matrix.
Exceptions
Invalid | The matrix cannot be reshaped. |