@@ -102,31 +102,31 @@ when gotj = .FALSE., the derivatives will be evaluated at X. Otherwise
102102X 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
106106is required,
107107.TP
108108.B INDEX_nz_vector \fP [in] - integer
109109an 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
114114required; only the nonzeros need be specified,
115115.TP
116116.B lvector \fP [in] - integer
117117the actual declared dimension of VECTOR, that should be at least n when
118118jtrans 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
122122by VECTOR,
123123.TP
124124.B INDEX_nz_result \fP [out] - integer
125125an 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;
130130only the nonzeros will be set,
131131.TP
132132.B lresult \fP [in] - integer
0 commit comments