You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,5 @@
2
2
3
3
This repository contains a **C implementation of the differentiation engine used by CVXPY** for its extension to **Disciplined Nonlinear Programming**[(DNLP)](https://github.com/cvxgrp/DNLP).
4
4
5
-
The library provides low-level routines for computing derivatives required by nonlinear programming problems.
6
-
The library is intended as a **backend component** and is not meant to be used directly by end users.
5
+
The library provides low-level routines for computing sparse Jacobians and Hessians required by nonlinear programming solvers. The library is intended as a **backend component** and is not meant to be used directly by end users.
0 commit comments