JuliaSmoothOptimizers / LinearOperators.jl

Linear Operators for Julia
Other
149 stars 31 forks source link

Functionalities not supported for matrices #331

Open gdalle opened 2 months ago

gdalle commented 2 months ago

PR #330 adds the first batch of implementations for operator-matrix products, but not everything is supported. It only contains barebones code for normal, transposed, adjoint and conjugated operators. Opening this issue to keep track of the rest, and add more tests.