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

Commit e89cc31

Browse files
Update README.md
1 parent 827a94f commit e89cc31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ vector of length 30 and takes in a vector of length 30, and `jacobian_sparsity`
5050
out a `Sparsity` object which we can turn into a `SparseMatrixCSC`:
5151

5252
```julia
53-
using SparsityDetection, SparseArrays
53+
using Symbolics, SparseArrays
5454
input = rand(30)
5555
output = similar(input)
56-
sparsity_pattern = jacobian_sparsity(f,output,input)
56+
sparsity_pattern = Symbolics.jacobian_sparsity(f,output,input)
5757
jac = Float64.(sparse(sparsity_pattern))
5858
```
5959

0 commit comments

Comments
 (0)