AbstractOperators.jl icon indicating copy to clipboard operation
AbstractOperators.jl copied to clipboard

Abstract operators for large scale optimization in Julia

Results 2 AbstractOperators.jl issues
Sort by recently updated
recently updated
newest added

I am using the Conv operator as the first argument matrix-like operator in the Krylov.jl optimization functions. It fails because the size() function applied to a Conv object does not...

I started working on making operators device-independent. For CUDA (and I think other GPU libs as well), scalar indexing is the cause of incompatibility, so rewriting the operators to do...