pub type BcsrNativeHypergraph<'view, VertexIndex, RelationIndex, IncidenceIndex> = BcsrHypergraph<'view, VertexIndex, RelationIndex, IncidenceIndex, IncidenceIndex, VertexIndex, RelationIndex>;Expand description
Native borrowed BCSR hypergraph alias.
§Performance
perf: unspecified; this alias carries no runtime cost.
Aliased Type§
pub struct BcsrNativeHypergraph<'view, VertexIndex, RelationIndex, IncidenceIndex> { /* private fields */ }