Replies: 2 comments 1 reply
-
Of course wrapping the vector into a (1, n) matrix will do the trick (is OfArray()) |
Beta Was this translation helpful? Give feedback.
1 reply
-
Sorry, I will close this request, it was a misunderstanding of how Matrix.DotProduct() works. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am not sure if you are open to feature request but we can track here people interested into a Matrix.DotProduct(Vector) method.
I know we can iterate over rows to apply a row.DotProduct(vector), but I like to avoid looping myself to benefit from parallel and SIMD algos.
Here is a stackoverflow question on the same subject: https://stackoverflow.com/questions/46595010/c-sharp-matrixvector-dotproduct-using-mathnet-library
Beta Was this translation helpful? Give feedback.
All reactions