stdlib icon indicating copy to clipboard operation
stdlib copied to clipboard

Fortran Standard Library

Results 188 stdlib issues
Sort by recently updated
recently updated
newest added

I suggest that stdlib add a derived type for dates (three integer components of year, month, day) called `date` and for dates and times, called say `date_time`, which could have...

I think neural networks may be too broad a topic for stdlib (there are a number of Fortran projects in this area), but [activation functions](https://en.wikipedia.org/wiki/Activation_function) and their derivatives could be...

Addition of `sort_adj` to sort an rank 1 array in the same order as an input array. It is basically an extension of the original `sort_index` procedure, by making the...

### Motivation I regularly need to count the number of delimiter-separated fields in a string. When files have an arbitrary number of fields in a line, and you need to...

idea

How would everyone feel about using `main` as the default branch instead of `master`?

### Motivation In some cases it is necessary to read data from a character string in "stream" mode. Fortran does not support stream access on internal files. In C this...

idea

### Motivation I have had a look through the `stdlib_io` module and cannot find the following procedures implemented. But I could be wrong. Should stdlib contain some more `io` features...

idea

### Description stdlib-0.7.0 fails to build using `ifx` (Windows/Intel) in `test-drive/main.f90`(?) with ``` [build] _deps/test-drive-build/test/CMakeFiles/test-drive-tester.dir\C:/Users/bapthorpe/codes/g/stdlib/build/_deps/test-drive-src/test\main.f90(42): error #5533: Feature found on this line is not yet supported in ifx [build] call...

bug

This is a proposed update to the hashmap routines to remove the 'other' derived type that is currently required to store values. I reviewed the PR history related to the...

### Description (Related to [stdlib/pull/772#issuecomment](https://github.com/fortran-lang/stdlib/pull/772#issuecomment-2106272195) and [MINGW-packages/pull/20874#issuecomment](https://github.com/msys2/MINGW-packages/pull/20874#issuecomment-2105871653).) The stdlib has recently seen significant developments in linear algebra support. In the downstream [fortran-stdlib MSYS2 package](https://packages.msys2.org/package/mingw-w64-ucrt-x86_64-fortran-stdlib?repo=ucrt64), there are optimized BLAS links such...