Welcome to the Simply Fortran Package Server
Sign up today for easy installation of development libraries and example projects for Simply Fortran!
Notices from the Server
None at this time
Latest Packages
- January 27, 2025 - json-fortran
- January 07, 2025 - fortran-sdl2
- December 27, 2024 - Simple DirectMedia Layer
- December 27, 2024 - SDL2_ttf
- December 27, 2024 - SDL2_mixer
Random Spotlight
Matran (pronounced MAY-tran) is a Fortran 95 wrapper that implements matrix operations and computes matrix decompositions using Lapack and the Blas. Although Matran is not based on a formally defined matrix language, it provides the flavor and convenience of coding in matrix oriented systems like Matlab, Octave, etc. By using routines from Lapack and the Blas, Matran allows the user to obtain the computational benefits of these packages with minimal fuss and bother.
To link with Matran, simply add:
-lmatran -llapack -lblas
to your Linker flags under Simply Fortran's Project Options.