Dense Matrix<T>.Reshape As Vector Method
Returns a vector that contains the columnwise matrix elements.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A vector that uses the same storage as the matrix.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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. |