Returns a vector that contains the columnwise matrix elements.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual Vector<T> ReshapeAsVector()
Public Overridable Function ReshapeAsVector As Vector(Of T)
public:
virtual Vector<T>^ ReshapeAsVector()
abstract ReshapeAsVector : unit -> Vector<'T>
override ReshapeAsVector : unit -> Vector<'T>
Return Value
Type:
VectorTA vector that uses the same storage as the matrix.
Reference