-
Notifications
You must be signed in to change notification settings - Fork 319
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
Dot product with dyn arrays #886
Comments
The dot product isn't implemented for dynamic-dimensional arrays right now, although I wouldn't be opposed to adding these implementations. For the time being, you can work around this by converting dynamic-dimensional arrays into const-dimensional arrays with |
@jturner314 Ah ok perfect, thanks! |
And how do I change the result dimensions back to the previous ones after that? |
Closed by #1483 |
Hi, for some reason this isn't working for me:
I'm getting this error:
Am I doing something wrong or is this a bug? Version 0.14.0
The text was updated successfully, but these errors were encountered: