@@ -5,21 +5,21 @@ CollapsedDocStrings = true
55CurrentModule = SparseMatrixColorings
66```
77
8- ## Public, exported
9-
108``` @docs
119SparseMatrixColorings
1210```
1311
14- ### Main function
12+ The docstrings on this page define the public API of the package.
13+
14+ ## Main function
1515
1616``` @docs
1717coloring
1818ColoringProblem
1919GreedyColoringAlgorithm
2020```
2121
22- ### Result analysis
22+ ## Result analysis
2323
2424``` @docs
2525AbstractColoringResult
@@ -29,79 +29,20 @@ column_groups
2929row_groups
3030```
3131
32- ## Public, not exported
33-
34- ### Decompression
32+ ## Decompression
3533
3634``` @docs
3735decompress
3836decompress!
3937```
4038
41- ### Orders
39+ ## Orders
40+
41+ These symbols are not exported but they are still part of the public API.
4242
4343``` @docs
4444AbstractOrder
4545NaturalOrder
4646RandomOrder
4747LargestFirst
4848```
49-
50- ## Private
51-
52- ### Graph storage
53-
54- ``` @docs
55- SparseMatrixColorings.Graph
56- SparseMatrixColorings.BipartiteGraph
57- SparseMatrixColorings.vertices
58- SparseMatrixColorings.neighbors
59- SparseMatrixColorings.adjacency_graph
60- SparseMatrixColorings.bipartite_graph
61- ```
62-
63- ### Low-level coloring
64-
65- ``` @docs
66- SparseMatrixColorings.partial_distance2_coloring
67- SparseMatrixColorings.symmetric_coefficient
68- SparseMatrixColorings.star_coloring
69- SparseMatrixColorings.acyclic_coloring
70- SparseMatrixColorings.group_by_color
71- SparseMatrixColorings.get_matrix
72- SparseMatrixColorings.StarSet
73- SparseMatrixColorings.TreeSet
74- ```
75-
76- ### Concrete coloring results
77-
78- ``` @docs
79- SparseMatrixColorings.DefaultColoringResult
80- SparseMatrixColorings.DirectSparseColoringResult
81- ```
82-
83- ### Testing
84-
85- ``` @docs
86- SparseMatrixColorings.same_sparsity_pattern
87- SparseMatrixColorings.directly_recoverable_columns
88- SparseMatrixColorings.symmetrically_orthogonal_columns
89- SparseMatrixColorings.structurally_orthogonal_columns
90- ```
91-
92- ### Matrix handling
93-
94- ``` @docs
95- SparseMatrixColorings.respectful_similar
96- SparseMatrixColorings.matrix_versions
97- ```
98-
99- ### Examples
100-
101- ``` @docs
102- SparseMatrixColorings.Example
103- SparseMatrixColorings.what_fig_41
104- SparseMatrixColorings.what_fig_61
105- SparseMatrixColorings.efficient_fig_1
106- SparseMatrixColorings.efficient_fig_4
107- ```
0 commit comments