Skip to content

Add networkx's from_biadjacency_matrix and biadjacency_matrix #1412

Open
@michaelweinold

Description

@michaelweinold

What is the expected enhancement?

In NetworkX, I can create a graph based on a bipartite adjacency matrix using the from_biadjacency_matrix function. Rustwork currently has no such functionality. Similarly, I cannot create a biadjacency matrix from a graph.

This would be tremendously helpful in applications where I have information on edges between two set of graph nodes stored in a non-sqaure matrix (=biadjacency matrix).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions