Skip to content

Commit

Permalink
Update dae_solve.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Dec 26, 2017
1 parent 4425fd1 commit 208f18f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/src/solvers/dae_solve.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ Note that the constructors for the Sundials algorithms take a main argument:
- `:Band` - A solver specialized for banded Jacobians. If used, you must set the
position of the upper and lower non-zero diagonals via `jac_upper` and
`jac_lower`.
- `:Diagonal` - This method is specialized for diagonal Jacobians.
- `BCG` - A Biconjugate gradient method.
- `TFQMR` - A TFQMR method.

Expand Down

0 comments on commit 208f18f

Please sign in to comment.