The page describes the library of Fortran routines I've written (unless otherwise noted) that I'm making available to the general public. Although I've used these routines in my own research, I cannot guarantee that they will work for your purposes. More disclaimers and other fine print is below.
If you email me your email address, however, I'll let you know of any major bugs that are found in this library. Most of the routines on this page have not been developed/maintained since the first decade of the 2000s. They are published for historical and educational purposes only. I would not recommend you to use them for your own work as is.
The page is subdivided into these categories:
Files suffixed .f90 or .F90 are written in Fortran 90. Files requiring a Fortran pre-processor are denoted by .F90. Files suffixed .f77 or .f are written in Fortran 77.
[Back up top to the Introduction.]
[Back up top to the Introduction.]
Unless otherwise stated, the Fortran routines described on this page or which reference this page are copyright © 2002 by Johnny Lin and constitute a library that is covered under the GNU Lesser General Public License (LGPL):
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
You can contact Johnny Lin by email or at this address.
A copy of the GNU LGPL can be found here. Please note that these disclaimers of warranty supercede any implied or explicit warranties or claims found in the text of the routine source code themselves.
[Back up top to the Introduction.]