Skip to content
/ forlab Public

Forlab is a Fortran module that provides a lot of functions for scientific computing mostly inspired by Matlab and Python's package NumPy.

License

Notifications You must be signed in to change notification settings

zoziha/forlab

Repository files navigation

Forlab

MIT fpm msys2-fpm

Forlab is a Fortran module that provides a lot of functions for scientific computing mostly inspired by Matlab and Python's package NumPy.

Build with Fortran-lang/fpm

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" }

Links

About

Forlab is a Fortran module that provides a lot of functions for scientific computing mostly inspired by Matlab and Python's package NumPy.

Resources

License

Stars

Watchers

Forks

Packages

No packages published