File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -485,7 +485,7 @@ the usage of the `SplitFunction`. These include:
485485 as the prototype and integrators will specialize on this structure where possible. Non-structured
486486 sparsity patterns should use a `SparseMatrixCSC` with a correct sparsity pattern for the Jacobian.
487487 The default is `nothing`, which means a dense Jacobian.
488- - `jac_prototype `: a prototype matrix matching the type that matches the W matrix. For example,
488+ - `W_prototype `: a prototype matrix matching the type that matches the W matrix. For example,
489489 if the Jacobian is tridiagonal, and the mass_matrix is diagonal, then an appropriately sized `Tridiagonal`
490490 matrix can be used as the prototype and integrators will specialize on this structure where possible. Non-structured
491491 sparsity patterns should use a `SparseMatrixCSC` with a correct sparsity pattern for the W matrix.
You can’t perform that action at this time.
0 commit comments