Skip to content

ralna/RALFit

Folders and files

NameName
Last commit message
Last commit date
Jul 9, 2024
Aug 30, 2024
Sep 23, 2016
May 17, 2024
May 30, 2019
Sep 29, 2016
Oct 2, 2018
Nov 23, 2020
Dec 6, 2018
Jun 29, 2020
Nov 23, 2020
Nov 23, 2020
Oct 9, 2020

Repository files navigation

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 hsl@stfc.ac.uk.

Installation

Requirements

RALFit has been tested on Linux, although it should work on other platforms. It requires Fortran and C compilers, and BLAS and LAPACK must be installed on the system

Compilation instructions

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.