Accept a vector as parameter of Matrix.Solve
Matrix.Solve currently only accepts a matrix as right hand side parameter. However, often you'd want to solve against a single column vector. It would also make it simpler to call, since a double array implicitly casts to a vector.
1
vote
Implemented in revision 479.