Romain Veltz

Results 113 comments of Romain Veltz

Thank you for showing this. Strange it fails on your computer

Hi, is it an easy fix or a mistake on my side?

solved with https://github.com/bifurcationkit/BifurcationKit.jl/commit/f59fb7c99d5ff727592d66a17d283537104b2413

new package [DDEBifurcationKit.jl](https://github.com/bifurcationkit/DDEBifurcationKit.jl)

Hi, What is the state of this?

Hi, Has anyone made progress on this issue? In my case, I need to solve a 2d PDE with matrix-free method. I represent the solution as a matrix. The Frobenium...

You are right, my 2d-array is like a vector. It is not meant for solving block systems `AX[:, i] = B[:, i]`. I though about using `reshape` but fear about...

Thank you for your help!! With `LinearMaps`, I dont think it is possible without the reshape because the constructor requires the input size `N` to be an `Int` and not...

Sorry, I think I got it now...

thank you!! Sorry for the late reply but this does not seem to work ``` sol = IterativeSolvers.gmres(B, x) ```