JuliaSmoothOptimizers / JuliaSmoothOptimizers/LinearOperators.jl

Broadcast LinearOperators

Open
#196 5 comments 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
209
Forks
46
Avg merge
6h 50m
Merged PRs (30d)
1

Description

What is the best way to broadcast `LinearOperators`? For instance,
```
Jx = jac_op(nlp, x) # where nlp is an AbstractNLPModel, and x a vector
```
and then
```
Jx .= jac_op(nlp, y)
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.