Skip to content

Allow multidimensional array inputs #156

@davnn

Description

@davnn

How could we extend JavaCall to allow passing of multidimensional arrays? E.g.

public class Test {
    public static double[][] testDoubleArray2D(double[][] array) {
        return array;
    }
}

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions