DistributedMatrix<T>.ReshapeAsVector Method

Returns a vector that contains the columnwise matrix elements.

Definition

Namespace: Extreme.Mathematics.Distributed
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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