Jean-Christophe

Results 34 issues of Jean-Christophe

Hi Mikael. Based on shenfun, I have been able to implement a fairly efficient solver for two-dimensional decaying turbulence in a doubly-periodic domain which I eventually plan to use for...

Hej, I have just downloaded the latest build available on conda and, whenever I try to run the channel flow, I get the following error: `RuntimeError: The data has an...

Hej, My bad for my previous issue with the old package name! I have now updated to `InteractiveDynamics.jl v0.21.12` but I run into a different error. Whenever running the `orbitdiagram.jl`...

Hej, First of all, congrats for the integration of `blas` and `lapack` into `stdlib`. I think it'll make things much easier from now on to develop an up-to-date scientific ecosystem...

### Motivation I'm currently updating my package `LightKrylov` to make use as much as possible of the new linalg features offered in the `stdlib_linalg` module. Among the things I'll need...

idea

### Description Consider the following code ```fortran program main use iso_fortran_env, only: output_unit use stdlib_kinds, only: dp use stdlib_linalg, only: solve_lstsq implicit none ! Dimension of the problem. integer, parameter...

bug

Hej, I've stumbled on this repo while looking for some benchmarks. I really like the idea. Given that `stdlib` is reaching some level of maturity, I believe that it is...

Hej, Thanks for the awesome work on modernizing `fftpack`. I've used simple signal processing stuff. If my understanding is correct however, it seems like the current implementation only provide 1D...

Despite what the badge says, the documentation is currently down. We need to put it back online and probably rewrite part of it for improvement.

documentation
urgent

Need to import what Alessandro did during his PhD. Performance-wise, not sure whether it should be done using the optimization procedure or the direct-adjoint eigensolver (with forcing).

new feature
low priority