You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,12 @@ A non-linear least squares solver that is primarily developed by the Numerical A
9
9
10
10
## Installation
11
11
12
+
### Requirements
13
+
14
+
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
15
+
16
+
### Compilation instructions
17
+
12
18
To compile, move to the `libRALFit` directory and issue the commands:
0 commit comments