JuliaSmoothOptimizers / KrylovPreconditioners.jl

The ultimate collection of preconditioners
Other
7 stars 1 forks source link

[GPU] Create linear operators to optimize sparse matrix-vector and matrix-matrix products #22

Closed amontoison closed 8 months ago

amontoison commented 8 months ago

Sparse matrix-vector and matrix-matrix products require to perform an analysis and the allocation of a buffer. We could reuse them if we create a linear operator.

amontoison commented 8 months ago

Done in #25