DenseMatrix<T, TSlice, TStorage2D>.ReshapeAsVector Method

Returns a vector that contains the columnwise matrix elements.

Definition

Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public override 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