Skip to content

Commit 0d264dd

Browse files
committed
Remove mention of SparseDiffTools in AbstractColoringAlgorithm
1 parent 25600ca commit 0d264dd

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/sparse.jl

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ hessian_sparsity(f, x, ::NoSparsityDetector) = trues(length(x), length(x))
4747
"""
4848
AbstractColoringAlgorithm
4949
50-
Abstract supertype for Jacobian/Hessian coloring algorithms, defined for example in [SparseDiffTools.jl](https://github.com/JuliaDiff/SparseDiffTools.jl).
50+
Abstract supertype for Jacobian/Hessian coloring algorithms.
5151
5252
# Required methods
5353
@@ -59,11 +59,7 @@ Abstract supertype for Jacobian/Hessian coloring algorithms, defined for example
5959
6060
The terminology and definitions are taken from the following paper:
6161
62-
> "What Color Is Your Jacobian? Graph Coloring for Computing Derivatives"
63-
>
64-
> Assefaw Hadish Gebremedhin, Fredrik Manne, and Alex Pothen (2005)
65-
>
66-
> https://epubs.siam.org/doi/10.1137/S0036144504444711
62+
> [_What Color Is Your Jacobian? Graph Coloring for Computing Derivatives_](https://epubs.siam.org/doi/10.1137/S0036144504444711), Assefaw Hadish Gebremedhin, Fredrik Manne, and Alex Pothen (2005)
6763
"""
6864
abstract type AbstractColoringAlgorithm end
6965

0 commit comments

Comments
 (0)