Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

What is the np.r_ counterpart? Is it np.vstack? #87

Open
cross-hello opened this issue Nov 26, 2021 · 10 comments
Open

What is the np.r_ counterpart? Is it np.vstack? #87

cross-hello opened this issue Nov 26, 2021 · 10 comments

Comments

@cross-hello
Copy link

Sorry, could you tell me where could I find the document of Numpy.NET.

@henon
Copy link
Contributor

henon commented Nov 26, 2021

Why don't you check numpy documentation?

@henon
Copy link
Contributor

henon commented Nov 26, 2021

https://numpy.org/

@cross-hello
Copy link
Author

cross-hello commented Nov 26, 2021 via email

@henon
Copy link
Contributor

henon commented Nov 26, 2021

I did google it for you (but hey man you really should learn to google yourself). np.r_[sliced_a, sliced_b] can probably be replaced by np.concatenate((sliced_a, sliced_b), axis = 0) but you have to test this yourself, maybe I am in error here.

look here in one of the answers: https://stackoverflow.com/questions/30597869/what-does-np-r-do-numpy

@henon
Copy link
Contributor

henon commented Nov 26, 2021

according to this https://numpy.org/doc/stable/reference/generated/numpy.r_.html r_ is not a function so it is not so easy for me to add it to Numpy.NET

@cross-hello
Copy link
Author

I did google it for you (but hey man you really should learn to google yourself). np.r_[sliced_a, sliced_b] can probably be replaced by np.concatenate((sliced_a, sliced_b), axis = 0) but you have to test this yourself, maybe I am in error here.

look here in one of the answers: https://stackoverflow.com/questions/30597869/what-does-np-r-do-numpy

Sorry, I currently live in Internet censorship region. Using google may cause law-breaking. And I don't want to spend more attention with censorship institute. ( In fact, it is always someone don't need to do meaningful things and could have a revenue, but for others, it is not)
Ok, I will come to see if it success next week. (It is not time for work, and my laptop is using Ubuntu(not Windows, so not Visual Studio exist).

@henon
Copy link
Contributor

henon commented Nov 27, 2021

Sorry, I forget not everyone has the same freedoms as I do in Austria. I have never heard of using a search engine is against the law ;). So where are you?

Also, VSCode runs on Linux.

@cross-hello
Copy link
Author

cross-hello commented Nov 27, 2021 via email

@henon
Copy link
Contributor

henon commented Nov 27, 2021

Sure everyone knows they blocked Google just because Google refused to bow to political censorship.

@cross-hello
Copy link
Author

cross-hello commented Dec 8, 2021 via email

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

No branches or pull requests

2 participants