Solving problems and laboratory practice from Computational Mathematics course
lab1 - comparison analytical derivative with one to four-order numerical derivatieves
To build and run you need
- C++ compiler supporting c++2a/c++20 (e.g. g++-8)
- cmake 3.13.4 or newer
- gnuplot, tested only with 5.2 version
You can build and install either using cmake manually:
mkdir -p build
cmake -B build -S .
cmake --build build
DESTDIR=./install cmake -DCMAKE_INSTALL_PREFIX=/ -P build/cmake_install.cmake
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:`pwd`/install/support
Or use support script:
chmod +x install_support.sh
. install_support.sh
After installation you can find binaries and scripts in install/
directory.
Usage information about each one you can find in corresponding READMEs: