Skip to content

how to specify vector of Eigen matrices as input arg? #65

@alecjacobson

Description

@alecjacobson

suppose the C++ function looks like:

void func(std::vector<Eigen::MatrixXd> & X);

can I used np_arg to specify this?

I think I'll need to copy into the binding anyway (because my function is not templated over storage order). But any suggestions?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions