Skip to main content

12 docs tagged with "easifemBase"

View All Tags

ARPACK

ARPACK-NG is a collection of Fortran77 subroutines designed to solve large scale eigenvalue problems.

BeFoR64

This library is developed by Mr. Szaghi. It is for base64 encoding/decoding for modern Fortran projects.

FFTW

FFTW is a C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions, of arbitrary input size, and of both real and complex data (as well as of even/odd data, that is, the discrete cosine/sine transforms or DCT/DST).

FoXy

This is a fortran library which is designed to handle XML files. Read more

H5Fortran

This fortran project, which is developed by Michael Hirsch, can handle IO with hdf5 files. Read more.

LAPACK95

LAPACK95 is a Fortran-95 (modern-fortran) interface to LAPACK. The repository is located here, which is a fork of scivision's Lapack95 library.

LIS

LIS (Library of Iterative Solvers for linear systems)

PENF

PENF is developed by Mr. Szaghi. This library tries to exploit code portability for modern (2003+) Fortran projects. It is a pure Fortran library for achieving portable codes for modern Fortran projects. It provides many number-to-string and vice-versa facilities. Read more

Sparsekit

Sparsekit is a legacy fortran code written by the great Yusef Saad for peforming linear algebra with sparse matrices. The original code is located here. 🔗 💡

StringiFor

This library is also a fortran project of Mr. Szaghi. This library makes an attempt to define string data type for handling characters in an object oriented way. Read more

SuperLU

SuperLU contains a set of subroutines to solve a sparse linear system A*X=B. It uses Gaussian elimination with partial pivoting (GEPP).