Skip to content

Commit f078a5d

Browse files
committed
correct Hessian -> Jacobian in cutest_csjprod man pages
1 parent 0a9ba9a commit f078a5d

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

man/man3/cutest_csjprod.3

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,31 +102,31 @@ when gotj = .FALSE., the derivatives will be evaluated at X. Otherwise
102102
X is not used,
103103
.TP
104104
.B nnz_vector \fP[in] - integer
105-
the number of nonzeros in the vector whose product with the Hessian
105+
the number of nonzeros in the vector whose product with the Jacobian
106106
is required,
107107
.TP
108108
.B INDEX_nz_vector \fP[in] - integer
109109
an array that gives the indiices of the nonzeros of the vector whose
110-
product with the Hessian is required,
110+
product with the Jacobian is required,
111111
.TP
112112
.B VECTOR \fP[in] - real/double precision
113-
an array that gives the vector whose product with the Hessian is
113+
an array that gives the vector whose product with the Jacobian is
114114
required; only the nonzeros need be specified,
115115
.TP
116116
.B lvector \fP[in] - integer
117117
the actual declared dimension of VECTOR, that should be at least n when
118118
jtrans is 'FALSE. and at least m when jtrans is .TRUE.,
119119
.TP
120120
.B nnz_result \fP[out] - integer
121-
the number of nonzeros in the result obtained by multiplying the Hessian
121+
the number of nonzeros in the result obtained by multiplying the Jacobian
122122
by VECTOR,
123123
.TP
124124
.B INDEX_nz_result \fP[out] - integer
125125
an array that gives the indiices of the nonzeros in the result obtained by
126-
multiplying the Hessian by VECTOR,
126+
multiplying the Jacobian by VECTOR,
127127
.TP
128128
.B RESULT \fP[out] - real/double precision
129-
an array that gives the result of multiplying the Hessian by VECTOR;
129+
an array that gives the result of multiplying the Jacobian by VECTOR;
130130
only the nonzeros will be set,
131131
.TP
132132
.B lresult \fP[in] - integer

man/man3/cutest_csjprod_threaded.3

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,31 +102,31 @@ when gotj = .FALSE., the derivatives will be evaluated at X. Otherwise
102102
X is not used,
103103
.TP
104104
.B nnz_vector \fP[in] - integer
105-
the number of nonzeros in the vector whose product with the Hessian
105+
the number of nonzeros in the vector whose product with the Jacobian
106106
is required,
107107
.TP
108108
.B INDEX_nz_vector \fP[in] - integer
109109
an array that gives the indiices of the nonzeros of the vector whose
110-
product with the Hessian is required,
110+
product with the Jacobian is required,
111111
.TP
112112
.B VECTOR \fP[in] - real/double precision
113-
an array that gives the vector whose product with the Hessian is
113+
an array that gives the vector whose product with the Jacobian is
114114
required; only the nonzeros need be specified,
115115
.TP
116116
.B lvector \fP[in] - integer
117117
the actual declared dimension of VECTOR, that should be at least n when
118118
jtrans is 'FALSE. and at least m when jtrans is .TRUE.,
119119
.TP
120120
.B nnz_result \fP[out] - integer
121-
the number of nonzeros in the result obtained by multiplying the Hessian
121+
the number of nonzeros in the result obtained by multiplying the Jacobian
122122
by VECTOR,
123123
.TP
124124
.B INDEX_nz_result \fP[out] - integer
125125
an array that gives the indiices of the nonzeros in the result obtained by
126-
multiplying the Hessian by VECTOR,
126+
multiplying the Jacobian by VECTOR,
127127
.TP
128128
.B RESULT \fP[out] - real/double precision
129-
an array that gives the result of multiplying the Hessian by VECTOR;
129+
an array that gives the result of multiplying the Jacobian by VECTOR;
130130
only the nonzeros will be set,
131131
.TP
132132
.B lresult \fP[in] - integer

0 commit comments

Comments
 (0)