mathnet-numerics
mathnet-numerics copied to clipboard
How to convert the column vector to row vector?
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!