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

Vector + Matrix "argument dimensions must match" with singular second dimension #480

Closed
pao opened this issue Feb 28, 2012 · 1 comment
Closed

Comments

@pao
Copy link
Member

pao commented Feb 28, 2012

julia> [1:4]''+[1:4]
argument dimensions must match
 in + at /home/patrick/julia/j/array.j:640

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).

@JeffBezanson
Copy link
Member

You're right. We will deal with this as part of #231.

StefanKarpinski pushed a commit that referenced this issue Feb 8, 2018
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]>
Keno pushed a commit that referenced this issue Oct 9, 2023
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

No branches or pull requests

2 participants