Creates a column major array copy of the matrix.
[Visual Basic] Public Function ToVector() As Double() [C#] public double[] ToVector(); [C++] public: double ToVector() __gc[]; [JScript] public function ToVector(): double[];
This is the same as ToArray(false).
ToArray(false)
Matrix Class | Lydos.Matlab Namespace