-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Allow diagm(v) for a vector v #609
Comments
This method was explicitly deprecated in JuliaLang/julia#24047, so cc @fredrikekre |
I guess the "correct" solution is |
Eh, I don't see why we need to be fussy about this. Let's just allow |
Are you implying to create a sort-of alias for |
No, just to define the missing method. |
Hello, I was planning to contribute towards GSoC 2019. I want to contribute to this issue. Please help me how to start. |
Thanks for the interest, @ChanchalKumarMaji. There is already a PR implementing this: JuliaLang/julia#31125. |
Ok, thanks for the response, I will look into another issue. |
@StefanKarpinski , I just submitted a PR for this issue JuliaLang/julia#31210 |
That's great, however, as I said, there's already a pull request implementing this feature that has gone through several iterations. |
It would be useful to allow
diagm(v)
for a vectorv
, for the common case of wanting that vector on the main diagonal:The text was updated successfully, but these errors were encountered: