mathnet / mathnet-numerics

Math.NET Numerics
http://numerics.mathdotnet.com
MIT License
3.44k stars 891 forks source link

How to convert the column vector to row vector? #1011

Open wxysy opened 1 year ago

wxysy commented 1 year ago

Hello: I find that all the vector created by Math.Net is the column vector, i want to convert it to row vector. the matrix has the method Transpose(), but I can't find the same method in vector. What can I do? Hope your response!