Federico Perini

Results 21 comments of Federico Perini

**Integrating BLAS and LAPACK support in stdlib** Apologies if I hijack this discussion for updating it, there are already several BLAS/LAPACK issues open. I agree with @awvwgk on the need...

Thank you @jvdp1, let's make it happen then! I see that I can make progress pretty fast on the [separate repo](https://github.com/perazz/fortran-lapack), so take your time, and when ready, we can...

> Not sure to understand your question. I meant that if one wants to use the local implementation, they can just call `use stdlib_linalg_blas, only: stdlib_dgeev` from the internal implementation...

I'm going to take the lead on this one, please assign me to this task if you wish. Here's a breakdown of what I think is most needed to achieve...

Checkout https://github.com/fortran-lang/fpm/pull/828 and https://github.com/fortran-lang/fpm-docs/pull/90: base implementation completed IMHO.

Yes I fear that would be the only option, though it's clearly sub-optimal (for each new test, it will have to be added to `fpm.toml`). I think the question is...

I will ask @minhqdao if he plans to take care of this issue.

Thank you all @jvdp1 @gnikit @jalvesz for the comments! I believe it's polished enough now. Regarding the allocation question @jalvesz, please let me know. Because there are 3/4 allocations per...

@jvdp1 @jalvesz @gnikit I added the subroutine interface. This interface is now far more complicated, so I would like to ask your help deciding if the expert user interface has...

FYI I see the `loadtxt` test sometimes fails in the CI, see i.e. https://github.com/fortran-lang/stdlib/actions/runs/8844659963/job/24286968620?pr=801: ``` 152/301 Test #152: loadtxt ................................***Failed 0.01 sec At line 159 of file /Users/runner/work/stdlib/stdlib/build/src/stdlib_io.f90 Fortran runtime...