Skip to content

Commit d3588dd

Browse files
committed
add todo
1 parent fa1f3c8 commit d3588dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nlp/batch/inplace.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ batch_jtprod_lin!(bnlp::InplaceBatchNLPModel, vs, Jtvs) =
200200
batch_ghjvprod!(bnlp::InplaceBatchNLPModel, xs, gs, vs, gHvs) =
201201
_batch_map!(ghjvprod!, bnlp, xs, gs, vs, gHvs)
202202

203-
## jth
203+
## jth FIXME: allow for vector of js
204204
batch_jth_con(bnlp::InplaceBatchNLPModel, xs, j::Integer) =
205205
_batch_map((m, x) -> jth_con(m, x, j), bnlp, xs)
206206
batch_jth_congrad(bnlp::InplaceBatchNLPModel, xs, j::Integer) =

0 commit comments

Comments
 (0)