-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Vectors should be compatible with columns wherever possible #113
Labels
bug
Indicates an unexpected problem or unintended behavior
Comments
We need a general way to address this throughout our array implementation. |
I tried the following cases and they all worked:
And this works but there's an issue saying maybe it shouldn't:
Can we find any examples of cases that are still failing? |
Due to our improved error checking, this happens:
Should we define |
Duplicate of #231. |
KristofferC
added a commit
that referenced
this issue
Feb 9, 2018
ghost
mentioned this issue
Aug 10, 2018
cmcaine
pushed a commit
to cmcaine/julia
that referenced
this issue
Sep 24, 2020
Add auto_approve to hello-world exercise
LilithHafner
pushed a commit
to LilithHafner/julia
that referenced
this issue
Oct 11, 2021
fix an error in the document
Keno
pushed a commit
that referenced
this issue
Oct 9, 2023
NHDaly
pushed a commit
that referenced
this issue
May 22, 2024
NHDaly
pushed a commit
that referenced
this issue
May 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to double-transpose vectors to make them into 1-column matrices so that
you can add them to 1-column matrices or multiply them with one-row matrices (on
either side).
The text was updated successfully, but these errors were encountered: