Collection of modules with subroutines and functions for fortan from various places,aim is to make subroutines way simpler than ones in LAPACK.
Feel free to use,contribute,create issues and pull requests.
INCLUDE 'file.ext'
program main
use 'module_name'
implicit none
!(program)
end program main