Uses of Package
org.jgrapht.opt.graph.sparse.specifics
-
Packages that use org.jgrapht.opt.graph.sparse.specifics Package Description org.jgrapht.opt.graph.sparse Specialized graph implementations using sparse matrix representations.org.jgrapht.opt.graph.sparse.specifics Implementations of different sparse graphs with different tradeoffs. -
Classes in org.jgrapht.opt.graph.sparse.specifics used by org.jgrapht.opt.graph.sparse Class Description AbstractSparseSpecificsGraph Helper class to ease the implementation of different sparse graphs with different backends. -
Classes in org.jgrapht.opt.graph.sparse.specifics used by org.jgrapht.opt.graph.sparse.specifics Class Description CSRBooleanMatrix A sparse boolean matrix in Compressed Sparse Row (CSR) format.NoIncomingNoReindexSparseDirectedSpecifics Specifics for a sparse directed graph which does not re-index the edges and does not support incoming edges.SparseGraphSpecifics Specifics which provide a sparse graph implementation.