Forlab
is a Fortran module that provides a lot of functions for scientific computing mostly inspired by Matlab and Python's package NumPy.
Fortran Package Manager (fpm) is a package manager and build system for Fortran.
You can build forlab
using the provided fpm.toml
:
fpm build --profile release
To use forlab
within your fpm
project, add the following lines to your fpm.toml
file:
[dependencies]
forlab = { git="https://github.com/zoziha/forlab" }
- keurfonluu/Forlab
Forlab is mainly developed by Keurfon Luu originally. - stdlib
Fortran standard library. - fortran-fans/forlab