Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit d97039e

Browse files
Update README.md
1 parent 7db65c7 commit d97039e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,10 @@ forwarddiff_color_jacobian!(J::AbstractMatrix{<:Number},
159159
sparsity = nothing)
160160
```
161161

162+
Notice that if a sparsity pattern is not supplied then the built Jacobian will
163+
be the compressed Jacobian: `sparsity` must be a sparse matrix with the appropriate
164+
sparsity pattern to allow for decompression.
165+
162166
This call will allocate the cache variables each time. To avoid allocating the
163167
cache, construct the cache in advance:
164168

0 commit comments

Comments
 (0)