Welcome to the Simply Fortran Package Server
Sign up today for easy installation of development libraries and example projects for Simply Fortran!
Notices from the Server
None at this time
Latest Packages
- January 27, 2025 - json-fortran
- January 07, 2025 - fortran-sdl2
- December 27, 2024 - Simple DirectMedia Layer
- December 27, 2024 - SDL2_ttf
- December 27, 2024 - SDL2_mixer
Random Spotlight
Expokit provides a set of routines aimed at computing matrix exponentials. More precisely, it computes either a small matrix exponential in full, the action of a large sparse matrix exponential on an operand vector, or the solution of a system of linear ODEs with constant inhomogeneity. The backbone of the sparse routines consists of Krylov subspace projection methods (Arnoldi and Lanczos processes) and that is why the toolkit is capable of coping with sparse matrices of large dimension. The software handles real and complex matrices and provides specific routines for symmetric and Hermitian matrices. The computation of matrix exponentials is a numerical issue of critical importance in the area of Markov chains and furthermore, the computed solution is subject to probabilistic constraints. In addition to addressing general matrix exponentials, a distinct attention is assigned to the computation of transient states of Markov chains. (All quoted from http://www.maths.uq.edu.au/expokit/paper.pdf).
This package contains a Simply Fortran example project.