RwN 7d318f7684 devel/fortran-stdlib: New port
The Fortran Standard Library is a community driven de facto standard library for
Fortran.

The goal of the Fortran Standard Library is to achieve the following general
scope:
- Utilities (containers, strings, files, OS/environment integration, unit
  testing & assertions, logging, ...)
- Algorithms (searching and sorting, merging, ...)
- Mathematics (linear algebra, sparse matrices, special functions, fast Fourier
  transform, random numbers, statistics, ordinary differential equations,
  numerical integration, optimization, ...)
PR:		286609
Reported by:	RwN <rwn@mailo.com>
2025-05-06 10:48:02 +00:00

12 lines
536 B
Plaintext

The Fortran Standard Library is a community driven de facto standard library for
Fortran.
The goal of the Fortran Standard Library is to achieve the following general
scope:
- Utilities (containers, strings, files, OS/environment integration, unit
testing & assertions, logging, ...)
- Algorithms (searching and sorting, merging, ...)
- Mathematics (linear algebra, sparse matrices, special functions, fast Fourier
transform, random numbers, statistics, ordinary differential equations,
numerical integration, optimization, ...)