Iterative algorithms for solving linear systems, eigensystems, and singular value problems
The JuliaFEM software library is a framework that allows for the distributed processing of large Finite Element Models across clusters of computers using simple programming models. It is designed to scale up from single servers to thousands of machines, each offering local computation and storage.
Julia extensions to provide high performance computational support
Library for multidimensional numerical integration with four independent algorithms: Vegas, Suave, Divonne, and Cuhre.
Julia interface to the Elemental linear algebra library.
Rigorous function approximation using Taylor models in Julia
Julia package for working with special matrix types.
Fast matrix multiplication and division for Toeplitz matrices in Julia
Math functions and functors for numerical computations
FEMBasis contains interpolation routines for finite element function spaces. Given ansatz and coordinates of domain, shape functions are calculated symbolically in a very general way to get efficient code. Shape functions can also be given directly and in that case partial derivatives are calculated automatically.
Julia package for a smallest enclosing sphere for points in arbitrary dimensions