This is repo with some numerical approximations examples (also it contains pocketfft usage example) for project activities of the NRNU MEPHI Student Scientific Society
- git
- c++ compiler (like gcc or clang)
- xmake build system
- cmake build system
- gnuplot
- clone repo via (you must have github ssh key)
git clone git@github.com:Dimandragon/approx_examples.git
cd approx_examples
- clone submodules via
git submodule update --init --recursive
- build matplotplusplus
./matplot_build.sh
- build projects and create ide files
xmake
xmake project -k compile_commands
- run example via
xmake r example_name
- fft-example
- fs_based_approx_example
- makima_approximator_example
- rbf_spline_approx