FractalIntegrals
is a library of methods and structures for evaluating integrals and solving integral equations posed on fractals. It is a rewrite of IFSintegrals.
As an official Julia package, FractalIntegrals
can be installed via the Julia package manager:
using Pkg
Pkg.install("FractalIntegrals")
The current documentation can be found here. Please note that the documentation is still being written. A better introduction might be the example codes; there are several available in this repo, written in Jupyter notebook and Pluto formats.