Alexis Montoison

Results 300 comments of Alexis Montoison

Hi @tmigot, do you have an optimization solver in JSOSolvers.jl with a stopping creteria based on time limit? I would like to use the same name for the keyword argument.

I opened #730 such that we can validate together. I will update all other solvers after.

> To have rtol (and possibly other parameters) as T in this context feels counterintuitive. I understand that you want to be able e.g. BigFloat. So may be a Union...

@KlausC I discussed with Ken Hayami today (ICIAM 2023). BA-GMRES is just GMRES applied on BAx = Bb. AB-GMRES is GMRES applied on ABx = b. You just need to...

Sorry for the delay @j-fu, I will check again what I can do.

They added the `gemmt` routine in OpenBLAS v"3.22" (https://github.com/xianyi/OpenBLAS/pull/3796). We don't need to compile ReLAPACK! Mosè already opened a PR to compile the new version of OpenBLAS (https://github.com/JuliaPackaging/Yggdrasil/pull/6457).

For the shared libraries, I need your help @nimgould. For the Julia interface, I checked what we need and the conclusion is that we only need the shared library `libgalahad_c`....

@yuehhua We fixed the issue with #36 for information.

Thanks @Wimmerer! No, I don't need it for previous versions. If you can add it for Julia 1.9 or 1.10, it's perfect.