Skip to content

gedlibpy enhancement 2 #69

@jajupmochi

Description

@jajupmochi

in the newly added attribute version in GEDLIB, Eigen C++ library is used to represent the arrays and operate them. Currently, gedlibpy converts Python list or np array first to a c++ std vector of doubles, Then it is converted to Eigen Vector. However, it seems that it's possible to convert np arrays directly to Eigen vector using Cython, They may even share the same memory without copying anything. There are also some Python API for Eigen library, so it's also possible to use this in Python directly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions