You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to do some efficient number crunching and was looking into Koma. However, I have need to take the element-wise exponent and logarithm of arrays, which does not seem to be possible without mapping the elements as boxed values (please correct me if I am wrong).
I think it would be a relevant improvement to catch up feature-wise to other numerical libraries such as Numpy.
The text was updated successfully, but these errors were encountered:
It seems I was mistaken then, which is good! However, I cannot find the arrayfuncs file in the official documentation, and only specialized functions for Matrix<T> (not NDArray<T>). IntelliJ does not find any imports other than the ones in the linked documentation either.
I installed Koma using the instructions on the main page (however I had to add another line to the gradle.build as described in #99).
Hello!
I need to do some efficient number crunching and was looking into Koma. However, I have need to take the element-wise exponent and logarithm of arrays, which does not seem to be possible without mapping the elements as boxed values (please correct me if I am wrong).
I think it would be a relevant improvement to catch up feature-wise to other numerical libraries such as Numpy.
The text was updated successfully, but these errors were encountered: