Skip to content

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

Open
@cross-hello

Description

@cross-hello

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

Activity

henon

henon commented on Nov 26, 2021

@henon
Contributor

Why don't you check numpy documentation?

henon

henon commented on Nov 26, 2021

@henon
Contributor
cross-hello

cross-hello commented on Nov 26, 2021

@cross-hello
Author
henon

henon commented on Nov 26, 2021

@henon
Contributor

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

henon commented on Nov 26, 2021

@henon
Contributor

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

cross-hello commented on Nov 27, 2021

@cross-hello
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

henon commented on Nov 27, 2021

@henon
Contributor

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

cross-hello commented on Nov 27, 2021

@cross-hello
Author
henon

henon commented on Nov 27, 2021

@henon
Contributor

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

cross-hello

cross-hello commented on Dec 8, 2021

@cross-hello
Author
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @henon@cross-hello

        Issue actions

          What is the np.r_ counterpart? Is it np.vstack? · Issue #87 · SciSharp/Numpy.NET