Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.29 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.29 KB

STFC logo

RALFit

travis status codecov

A non-linear least squares solver that is primarily developed by the Numerical Analysis group at STFC Rutherford Appleton Laboratory [email protected].

Installation

To compile, move to the libRALFit directory and issue the commands:

mkdir build
cd build
cmake ..
make

The package is written in modern Fortran, and we provide a number of interfaces for other languages. For documentation, follow the links below:

Fortran doc Documentation for Fortran version.

C doc Documentation for C interface.

Python doc Documentation for Python interface.