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
As stated in the documentation, multidimensional arrays are currently not supported very well in JavaCall.
Basically, there needs to be convert_result function for 2D arrays, similar to the existing one for 1D arrays. If you need an immediate workaround, you could call the underlying JNI accessor routines directly.
When I do an example method call where the return type is
double[][]
, I get the following outputThe text was updated successfully, but these errors were encountered: