Skip to content
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 2D dot 1D DNDarrays #817

Closed
coquelin77 opened this issue Jun 23, 2021 · 2 comments · Fixed by #820
Closed

Dot product with 2D dot 1D DNDarrays #817

coquelin77 opened this issue Jun 23, 2021 · 2 comments · Fixed by #820
Assignees

Comments

@coquelin77
Copy link
Member

Feature functionality
Add functionality for passing in a vector as an argument for dot.

@mtar
Copy link
Collaborator

mtar commented Jun 30, 2021

Do you have an example?

@coquelin77
Copy link
Member Author

for this error it was a simple case of dot only working for either 1D x 1D or 2D x 2D. it wasnt an bug that was thrown but an oversight during implementation. The error thrown was a NotImplementedError

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants