Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-tracy authored Sep 17, 2024
1 parent cc76921 commit 276f235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ xs = batch_qp(Qs, qs, As, bs, Gs, hs)

### Differentiating a QP

Alternatively, if we are only looking to use the primal variable `x`, we can use `solve_qp_primal` which enables automatic differenation:
Alternatively, if we are only looking to use the primal variable `x`, we can use `solve_qp_primal` which enables automatic differentiation:

```python
import jax
Expand Down

0 comments on commit 276f235

Please sign in to comment.