Uses of Class
org.jgrapht.opt.graph.sparse.specifics.CSRBooleanMatrix
-
Packages that use CSRBooleanMatrix Package Description org.jgrapht.opt.graph.sparse.specifics Implementations of different sparse graphs with different tradeoffs. -
-
Uses of CSRBooleanMatrix in org.jgrapht.opt.graph.sparse.specifics
Fields in org.jgrapht.opt.graph.sparse.specifics declared as CSRBooleanMatrix Modifier and Type Field Description protected CSRBooleanMatrix
IncidenceMatrixSparseUndirectedSpecifics. incidenceMatrix
protected CSRBooleanMatrix
IncomingNoReindexSparseDirectedSpecifics. inIncidenceMatrix
Incidence matrix with incoming edgesprotected CSRBooleanMatrix
NoIncomingNoReindexSparseDirectedSpecifics. outIncidenceMatrix
Incidence matrix with outgoing edges
-