Porting everything from fortran-utils to stdlib #103
Labels
topic: interface
Interfacing with other libraries or languages
topic: IO
Common input/output related features
topic: mathematics
linear algebra, sparse matrices, special functions, FFT, random numbers, statistics, ...
topic: utilities
containers, strings, files, OS/environment integration, unit testing, assertions, logging, ...
Here is my plan with https://github.com/certik/fortran-utils: I would like to port everything to
stdlib
. Once everything is in here, I will point users in the README to simply usestdlib
, thatfortran-utils
is not developed anymore and users should switch tostdlib
, which as all the functionality and more. I encourage other authors of similar libraries (listed in #1) to try to do the same.Here is the functionality in fortran-utils that needs to be ported:
dp
) (Already in stdlib_experimental_kinds.f90)pi
,e_
,i_
) (Implement constants module #99)savetxt
,loadtxt
) (Already in stdlib_experimental_io.f90)eigh
,inv
) (Proposal for linalg #10)It seems everything (except #101) would be a nice fit into the scope of
stdlib
. I think #101 should go into a separate library (at least at first), but the rest I think has a chance of getting in.I will use this issue to keep track of the progress.
The text was updated successfully, but these errors were encountered: