JuliaSmoothOptimizers / JuliaSmoothOptimizers/LinearOperators.jl
Broadcast LinearOperators
Open
- 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
Assessment
This issue has not been assessed yet.