Skip to content
/ RALFit Public
forked from ralna/RALFit

A non-linear least squares solver

License

Notifications You must be signed in to change notification settings

zli69/RALFit

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 [email protected].

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Fortran 84.0%
  • Python 5.0%
  • TeX 4.7%
  • C 3.6%
  • Makefile 1.5%
  • CMake 0.7%
  • Other 0.5%