packages

Simply Fortran Package Server

Welcome to the Simply Fortran Package Server

The SFPM Logo

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

Random Spotlight

Matran

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.

Links