Skip to content

Commit 1c9d822

Browse files
committed
move jac_lin
1 parent d8dbc13 commit 1c9d822

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/quasi-newton.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ end
123123

124124
# the following methods are not affected by the Hessian approximation
125125
for meth in (
126+
:jac_lin,
126127
:jac_lin_coord,
127128
)
128129
@eval NLPModels.$meth(nlp::QuasiNewtonModel) = $meth(nlp.model)
@@ -139,7 +140,6 @@ for meth in (
139140
:jtprod_lin,
140141
:jac_nln_coord,
141142
:jac,
142-
:jac_lin,
143143
:jac_nln,
144144
)
145145
@eval NLPModels.$meth(nlp::QuasiNewtonModel, x::AbstractVector) = $meth(nlp.model, x)

0 commit comments

Comments
 (0)