Graph types#

CSC Graph#

make_csc

Creates a Full-Graph representation using CSR from the graph structure tensors.

Heterogenous CSC Graph#

make_csc_hg

Creates a heterogenous Full-Graph representation using CSR from the graph structure tensors.

Bipartite Graph#

make_bipartite_csc

Creates a basic CSC graph representation for a bipartite graph

Heterogenous Bipartite Graph#

make_bipartite_csc_hg

Creates a basic CSC graph representation for a heterogenous, bipartite graph