Expand description
Bipartite graph from a weighted biadjacency matrix (ALGO-CN-038).
Counterpart of igraph_weighted_biadjacency() in
references/igraph/src/misc/bipartite.c:770-830.
Creates a bipartite graph from an n1 × n2 weighted matrix where
non-zero entries become edges whose weight is the entry value.
Structs§
Functions§
- weighted_
biadjacency - Build a bipartite graph from a weighted biadjacency matrix.