FOLLIA is a pure Fortran (KISS) library for computing Lagrange interpolations; FOLLIA is Fortran 2003+ standard compliant; FOLLIA is OOP designed; FOLLIA is a Free, Open Source Project. Lagrange ...
To build the project, run make in the root directory. This will output the executable to the build/bin directory and run the unit tests. To build without tests, run make install. To clean the project, ...