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
The problem appears to be MethodError: no method matching jvalue(::Vector{Vector{Float64}}), but I'm having a hard time debugging the root cause of this issue.
The text was updated successfully, but these errors were encountered:
The library I would like to use requires a double[][] as input, I do not have an influence on that design I'm afraid. Do you suggest that I should use some Matrix library and convert the matrix to double[][] natively?
How could we extend JavaCall to allow passing of multidimensional arrays? E.g.
The problem appears to be
MethodError: no method matching jvalue(::Vector{Vector{Float64}})
, but I'm having a hard time debugging the root cause of this issue.The text was updated successfully, but these errors were encountered: