Romain Veltz

Results 113 comments of Romain Veltz

> This will take a huge rewrite Arg

Do you still think it is doable in "finite time"?

Can you then point me to the part of the code where "a for loop" is used for printing the rows? I might be able to tweek it for my...

is it not possible to fix the widths based on the first row and cut the content the cells to fit the width?

the application I see is in very simple logging of iterative solver. I use a lot PP with BifurcationKit.jl once the computations are done and I would like to use...

We should limit the type to `BlockArray{Tv,2,SparseMatrixCSC{Tv,Ti}}`, don't you agree? I am not sure I am so skilled as to do a pull request ;) I wanted to check if...

Which file should I put the function in?

Don't you like the interface from `IterativeSolvers`? ie a keywork argument `Pl = Idendity` where one could use functions or matrices. Is it a lot of work to add? Especially...

> And if there are, they are usually incorporated in a more explicit way, i.e. by transforming to a new set of variables. It is not always possible. For example,...