Skip to content

Commit 7c2b095

Browse files
authored
Improve the documentation of nnzh (#490)
* Update index.md * Update docs/src/index.md
1 parent 04409d4 commit 7c2b095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Attribute | Type | Notes
109109
`nnzj` | `Int ` | number of nonzeros in the sparse Jacobian
110110
`lin_nnzj` | `Int ` | number of nonzeros in the sparse linear constraints Jacobian
111111
`nln_nnzj` | `Int ` | number of nonzeros in the sparse nonlinear constraints Jacobian
112-
`nnzh` | `Int ` | number of nonzeros in the sparse Hessian
112+
`nnzh` | `Int ` | number of nonzeros in the lower triangular part of the sparse Hessian of the Lagrangian
113113
`minimize` | `Bool ` | true if `optimize == minimize`
114114
`islp` | `Bool ` | true if the problem is a linear program
115115
`name` | `String` | problem name

0 commit comments

Comments
 (0)