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) ```