We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa0c68 commit 1f79574Copy full SHA for 1f79574
docs/src/jacobians.md
@@ -14,7 +14,8 @@ Jacobians support the following function signatures:
14
FiniteDiff.jl provides efficient sparse Jacobian computation using graph coloring:
15
16
- Pass a `colorvec` of matrix colors to enable column compression
17
-- Provide `sparsity` as a sparse (`SparseMatrixCSC`) or structured matrix (`Tridiagonal`, `Banded`, etc.)
+- Provide `sparsity` as a sparse (e.g. the default `SparseMatrixCSC`)
18
+ or structured matrix (`Tridiagonal`, `Banded`, etc.)
19
- Supports automatic sparsity pattern detection via ArrayInterfaceCore.jl
20
- Results are automatically decompressed unless `sparsity=nothing`
21
0 commit comments