Skip to content

Commit c307ca7

Browse files
committed
Update tutorials.md
1 parent 56ed48d commit c307ca7

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/src/tutorials.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ using MatrixMarket
7575
S = MatrixMarket.mmread("smc.mtx")
7676
```
7777

78-
## Column coloring of Jacobians
78+
## Column coloring
7979

8080
```@example tutorial; continued = true
8181
problem = ColoringProblem(; structure=:nonsymmetric,
@@ -99,7 +99,7 @@ A_img, B_img = show_colors(result, scale=5, pad=2) # hide
9999
A_img # hide
100100
```
101101

102-
## Row coloring of Jacobians
102+
## Row coloring
103103

104104
```@example tutorial; continued = true
105105
problem = ColoringProblem(; structure=:nonsymmetric,
@@ -124,7 +124,7 @@ A_img, B_img = show_colors(result, scale=5, pad=2) # hide
124124
A_img # hide
125125
```
126126

127-
## Star bicoloring of Jacobians
127+
## Star bicoloring
128128

129129
```@example tutorial; continued = true
130130
using SparseMatrixColorings, MatrixMarket
@@ -156,7 +156,7 @@ A_img, Br_img, Bc_img = show_colors(result, scale=5, pad=2) # hide
156156
A_img # hide
157157
```
158158

159-
## Acyclic bicoloring of Jacobians
159+
## Acyclic bicoloring
160160

161161
```@example tutorial; continued = true
162162
problem = ColoringProblem(; structure=:nonsymmetric,
@@ -184,7 +184,7 @@ A_img, Br_img, Bc_img = show_colors(result, scale=5, pad=2) # hide
184184
A_img # hide
185185
```
186186

187-
## Star coloring of Hessians
187+
## Symmetric star coloring
188188

189189
```@example tutorial; continued = true
190190
problem = ColoringProblem(; structure=:symmetric,
@@ -210,7 +210,7 @@ A_img, B_img = show_colors(result, scale=5, pad=2) # hide
210210
A_img # hide
211211
```
212212

213-
## Acyclic coloring of Hessians
213+
## Symmetric acyclic coloring
214214

215215
```@example tutorial; continued = true
216216
problem = ColoringProblem(; structure=:symmetric,

0 commit comments

Comments
 (0)