Included LAPACK and BLAS Libraries
Simply Fortran includes the Linear Algebra Package (LAPACK) and Basic Linear Algebra Subprograms (BLAS) libraries and routines with every installation. These libraries, two of the most common Fortran packages, are easily accessible by enabling a simple project option. Users with code utilizing these common routines can immediately being productive work with Simply Fortran rather than attempting to download, compile, and properly install LAPACK and BLAS.
Additionally, Simply Fortran automatically detects undefined references to LAPACK and BLAS at compile time. If detected, the development enviornment will suggest and enable linking against LAPACK and BLAS, quickly rectifying this common dependency when working with Fortran code.