-
-
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
Vector + Matrix "argument dimensions must match" with singular second dimension #480
Comments
You're right. We will deal with this as part of #231. |
LilithHafner
pushed a commit
to LilithHafner/julia
that referenced
this issue
Oct 11, 2021
* Use project to build Documenter docs This should also fix building the docs, which haven't been deployed for one year. * Fix
cmcaine
pushed a commit
to cmcaine/julia
that referenced
this issue
Nov 11, 2022
* issue JuliaLang#479 adding julia docs examples * Fix formatting Co-authored-by: Sascha Mann <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Julia should be smart enough to see these are compatible. This sort of thing comes up when adding a vector to the result of a matrix-vector product (ODE in Ax+B form).
The text was updated successfully, but these errors were encountered: