Matrix<T>.ReshapeAsVector Method

Returns a vector that contains the columnwise matrix elements.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public virtual Vector<T> ReshapeAsVector()

Return Value

Vector<T>
A vector that uses the same storage as the matrix.

Exceptions

InvalidOperationException The matrix cannot be reshaped.

See Also