#include "xdata.h"#include "xinterpolation.h"#include "xmath.h"#include <cmath>#include <gsl/gsl_errno.h>#include <gsl/gsl_spline.h>#include <iostream>Go to the source code of this file.
Namespaces | |
| nmx::apps::x033 | |
Functions | |
| void | nmx::apps::x033::ex1 () |
| ex1 Interpolation mit gsl-Routinen More... | |
| void | nmx::apps::x033::ex2 () |
| ex2 Interpolation periodischer Daten More... | |
| auto | nmx::apps::x033::get_output_stream (const char *name, Format fmt=Output::csv) |
| get_output_stream More... | |
| void | nmx::apps::x033::interp1 () |
| interp1 lineare und spline Interpolation eines diskreten Datensatzes More... | |
| void | nmx::apps::x033::interp2 () |
| interp2 Beschreibung einer geradlinigen Bewegung durch Interpolation More... | |
1.8.13