ralna / RALFit

A non-linear least squares solver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A non-linear least squares solver

License:Other


Languages

Language:Fortran 84.2%Language:Python 4.9%Language:TeX 4.6%Language:C 3.5%Language:Makefile 1.4%Language:CMake 0.7%Language:Shell 0.5%Language:PLSQL 0.1%