clEsperanto / clesperantoj_prototype

A Java Wrapper around CLIc / clesperanto
4 stars 3 forks source link

QoS methods for ArrayJ #55

Open StRigaud opened 1 month ago

StRigaud commented 1 month ago

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

if possible

carlosuc3m commented 3 weeks ago

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 commented 2 weeks ago

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