JuliaSmoothOptimizers / KrylovPreconditioners.jl

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

[GPU] Add triangular operators #39

Closed amontoison closed 10 months ago

amontoison commented 10 months ago

We don't want to allocate multiple times the buffer if we perform multiples backward and forward sweeps with triangular matrices.

amontoison commented 10 months ago

Done in #41