Skip to content

Commit 1f79574

Browse files
eg
1 parent cfa0c68 commit 1f79574

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/src/jacobians.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ Jacobians support the following function signatures:
1414
FiniteDiff.jl provides efficient sparse Jacobian computation using graph coloring:
1515

1616
- Pass a `colorvec` of matrix colors to enable column compression
17-
- Provide `sparsity` as a sparse (`SparseMatrixCSC`) or structured matrix (`Tridiagonal`, `Banded`, etc.)
17+
- Provide `sparsity` as a sparse (e.g. the default `SparseMatrixCSC`)
18+
or structured matrix (`Tridiagonal`, `Banded`, etc.)
1819
- Supports automatic sparsity pattern detection via ArrayInterfaceCore.jl
1920
- Results are automatically decompressed unless `sparsity=nothing`
2021

0 commit comments

Comments
 (0)