A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/jacobwilliams/fortran-search-and-sort below:

jacobwilliams/fortran-search-and-sort: Searching and sorting with modern Fortran

Basic sorting and searching routines for vectors.

Supports integer & real vectors, and vectors extended from the abstract item class.

Includes the routines:

The library and test program will build with any modern Fortran compiler. A Fortran Package Manager manifest file (fpm.toml) is included, so that the library and tests cases can be compiled with FPM. For example:

fpm build --profile release
fpm test --profile release

To use fortran-search-and-sort within your FPM project, add the following to your fpm.toml file:

[dependencies]
fortran-search-and-sort = { git="https://github.com/jacobwilliams/fortran-search-and-sort.git" }

To generate the documentation using ford, run:

The latest API documentation can be found here. This was generated from the source code using FORD.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4