Federico Perini

Results 172 comments of Federico Perini

@loiseaujc @jvdp1 this seems to have been addressed in #784 #786, should we close this issue?

Great! Thank you @jvdp1 @jalvesz @gnikit. For the new release, how about waiting until most of the linear algebra functions are in? But, your proposal is also ok to me.

If we look at [NumPy.linalg](https://numpy.org/doc/stable/reference/routines.linalg.html#module-numpy.linalg) for example, good LAPACK-based functions would be: - eigenvalues (eig, eigh, eigvals, eigvalsh) - condition number (cond) - matrix decompositions (svd, cholesky, qr) - pseudo-inverse...

Makes a lot of sense @gnikit. If you'd like to prepare a new release already @jvdp1, I'm in for that, do let me know if/what inputs do you need from...

I see the linked discussion at #103, I believe priority should be given to how these ideas were originally outlined. That said, I think that derived type + functional (non-polymorphic)...

Dear all @jvdp1 @jalvesz @zoziha I've documented the subroutine interface and added a no-allocation example. I believe this should be ready now. `pivot` is the only pre-allocated array needed in...

Thanks a lot @jvdp1

> One option could be to add a wrapper script that runs both preprocessors appropriately I don't think this is necessary: after the modifications in #786: all module procedures such...

@urbanjost @awvwgk I would like to document some changes i.e. fpm returning an application's exit code. I've done that in the FORD documentation (https://github.com/fortran-lang/fpm/pull/858) but as @henilp105 @arteevraina suggested that's...

Thank you @urbanjost for the explanation. So, the original idea was to extract documentation from the Fortran code into the man pages and possibly the documentation site. This is basically...