-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Matrix by vector multiplication issues #10
Comments
If I instead compile this with
( It works! However, the resulting |
To get a 1-d vector (
however, this is really cumbersome. Is this really the only way to get it? |
@jussihi The result of multiplying a matrix by a single-columm matrix is a single-row matrix. There is a function as_vector for matrices with a single row/column |
Thank you. |
@jussihi Well, obviously there is a couple of issues with README, sorry. I think the issues were introduced when I implemented lazy evalueation. I’ll fix it when I find some free time 😕 |
@zmij don't worry! Thanks for the comprehensive support. It is much appreciated! |
Hello, when experimenting further with the library, I found that the following snippet:
results in the following compiler error:
However, this is almost completely copy&pasted from the git readme example, so one would assume that it should work.
The text was updated successfully, but these errors were encountered: