This directory contains the fortran source files for
the MEX files. If you have access to MATLAB and a Mathworks supported Fortran
compiler you can make the MEX files for other computers.
-
makefile
-
lib1.f
A library of Fortran routines useful for constructing MEX files.
-
lib2.f
A library of Fortran routines for matrix arithmetic.
-
lib3.f
A library of Fortran routines for solving linear equations and computing
the inverses of matrices
-
dblas2.f
A library of Fortran routines for vector operations
-
lib4.f
A library of Fortran routines for Hessenberg matrices.
-
doubler.F
Fortran source for the doubling algorithm for Riccati equations.
-
msign.F
Fortran source for the matrix sign algorithm.
-
riccati.F
Fortran source for the Riccati iteration algorithm.
-
schurp.F
Fortran source for the Schur algorithm.
-
schurg.F
Fortran source for the generalized Schur algorithm.
-
doubles.F
Fortran source for the doubling algorithm for Sylvester equations
-
sylvest.F
Fortran source for the Hessenberg-Schur algorithm