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 CSRBooleanMatrixIncidenceMatrixSparseUndirectedSpecifics. incidenceMatrixprotected CSRBooleanMatrixIncomingNoReindexSparseDirectedSpecifics. inIncidenceMatrixIncidence matrix with incoming edgesprotected CSRBooleanMatrixNoIncomingNoReindexSparseDirectedSpecifics. outIncidenceMatrixIncidence matrix with outgoing edges
-