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

QoS methods for ArrayJ #55

Open
StRigaud opened this issue Aug 8, 2024 · 2 comments
Open

QoS methods for ArrayJ #55

StRigaud opened this issue Aug 8, 2024 · 2 comments

Comments

@StRigaud
Copy link
Member

StRigaud commented Aug 8, 2024

e.g. toString(), print(), arythmetics operators, etc.

if possible

@carlosuc3m
Copy link
Member

I have been looking and it seems tahat java does not have operation overloading. Which methods do we want to have here?
https://blogs.oracle.com/javamagazine/post/is-it-time-for-operator-overloading-in-java

We could add methods like arrayj.plus(arrayj2), arrayj.pow(2)...
Do you think that would be useful or people would default to the kernels?

@StRigaud
Copy link
Member Author

For now I would say simple a debug / print function would be great.
Not urgent for now, other issue are more important.

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

When branches are created from issues, their pull requests are automatically linked.

2 participants