Skip to content

Repository files navigation

about

This is repo with some numerical approximations examples (also it contains pocketfft usage example) for project activities of the NRNU MEPHI Student Scientific Society

dependencies

  • git
  • c++ compiler (like gcc or clang)
  • xmake build system
  • cmake build system
  • gnuplot

get started

  1. clone repo via (you must have github ssh key)
git clone git@github.com:Dimandragon/approx_examples.git
cd approx_examples
  1. clone submodules via
git submodule update --init --recursive
  1. build matplotplusplus
./matplot_build.sh
  1. build projects and create ide files
xmake
xmake project -k compile_commands
  1. run example via
xmake r example_name

example names

  • fft-example
  • fs_based_approx_example
  • makima_approximator_example
  • rbf_spline_approx

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages