Foortran Toolkit

Fortran toolkit

Borja Petit

THIS SITE IS UNDER CONSTRUCTION

This Fortran code provides a list of functions and subroutines that I typically use in my research. All functions and subroutines assume double precision for real variables.

Efficiency of the algorithms is not guaranteed, and the code is distributed under the MIT license.

You can download the code from this link.

If you find any mistake, or have any suggestion, contact me.


General purpose

Statistics

Linear algebra

Optimization

Algorithms for single-valued univariate equations:

Algorithm for single-valued multivariate equations:

Algorithm for systems of equations:

Other functions:

Constrained optimization:
None of the algorithms in this toolkit is explicitly written to allow for constraints, but one can transform a constrained optimization problem into an unconstrained one using the normalize and denormalize subroutines.