Dot Product Between Vector and Matrices

Issue #1 resolved
Former user created an issue

For the life of me I can't figure a way to dot multiple a vector and matrix. It would be a very useful function. Forgive me if there is some way to do this already, but I can't grok it from the doc. Example, I have a DynamicMatrix(10, 6) and a RowVector(6). I want to dot multiply every row in the matrix by the corresponding columns in the vector.

Comments (2)

  1. Log in to comment