Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Enable bindings of numpy arrays to C-arrays #446

@erikarne

Description

@erikarne

No idea how difficult this would be ... :-)

We have C/C++ functions that interface with Python by wrapping C-arrays of doubles into Numpy arrays for return values as well as extracting the underlying C-array of a Numpy array for inputs.

This leads to a lot of boilerplate code in CPython.
It would be great to be able to automatically bind C-arrays to Numpy arrays! :)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions