This repository was archived by the owner on May 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,18 +10,18 @@ and static array problems.
10
10
!!! note
11
11
12
12
As part of the decreased overhead, this method omits some of the higher level error
13
- catching of the other methods. Thus to see better error messages, use one of the other
13
+ catching of the other methods. Thus, to see better error messages, use one of the other
14
14
methods like `NewtonRaphson`
15
15
16
16
### Keyword Arguments
17
17
18
18
- `chunk_size`: the chunk size used by the internal ForwardDiff.jl automatic differentiation
19
- system. This allows for multiple derivative columns to be computed simultaniously ,
19
+ system. This allows for multiple derivative columns to be computed simultaneously ,
20
20
improving performance. Defaults to `0`, which is equivalent to using ForwardDiff.jl's
21
21
default chunk size mechanism. For more details, see the documentation for
22
22
[ForwardDiff.jl](https://juliadiff.org/ForwardDiff.jl/stable/).
23
23
- `autodiff`: whether to use forward-mode automatic differentiation for the Jacobian.
24
- Note that this argument is ignored if an analytical Jacobian is passed as that will be
24
+ Note that this argument is ignored if an analytical Jacobian is passed; as that will be
25
25
used instead. Defaults to `Val{true}`, which means ForwardDiff.jl is used by default.
26
26
If `Val{false}`, then FiniteDiff.jl is used for finite differencing.
27
27
- `diff_type`: the type of finite differencing used if `autodiff = false`. Defaults to
You can’t perform that action at this time.
0 commit comments