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

add function 'append()' #24

Closed
devcrocod opened this issue May 14, 2021 · 3 comments · Fixed by #31
Closed

add function 'append()' #24

devcrocod opened this issue May 14, 2021 · 3 comments · Fixed by #31
Labels
api Common api
Milestone

Comments

@devcrocod
Copy link
Collaborator

For 1-d array.
examples:

val a = mk.ndarray(mk[1, 2, 3])
val b = a.append(4) // b = [1, 2, 3, 4]
val a = mk.ndarray(mk[1, 2, 3])
val b = a.append(a) // b = [1, 2, 3, 1, 2, 3]
@devcrocod devcrocod added this to the 0.0.2 milestone May 14, 2021
@devcrocod devcrocod added the api Common api label May 14, 2021
@therealansh
Copy link
Contributor

Hey @devcrocod , i would like to get around this interesting project may i try this one? and is there any community or does it have a channel on kotlin slack?

@devcrocod
Copy link
Collaborator Author

Hi @therealansh!
Kotlin slack has channels #datascience, #mathematics, #science. Also there you can chat with me at dm.

@zaleslaw
Copy link
Contributor

Hi @devcrocod I need this function for 1D/2D/3D/4D/N-d too!

@devcrocod devcrocod mentioned this issue Oct 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Common api
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants