Functions
nmx::apps::x033 Namespace Reference

Functions

void ex1 ()
 ex1 Interpolation mit gsl-Routinen More...
 
void ex2 ()
 ex2 Interpolation periodischer Daten More...
 
auto get_output_stream (const char *name, Format fmt=Output::csv)
 get_output_stream More...
 
void interp1 ()
 interp1 lineare und spline Interpolation eines diskreten Datensatzes More...
 
void interp2 ()
 interp2 Beschreibung einer geradlinigen Bewegung durch Interpolation More...
 

Function Documentation

◆ ex1()

void nmx::apps::x033::ex1 ( )
inline

ex1 Interpolation mit gsl-Routinen

Definition at line 15 of file x033.h.

◆ ex2()

void nmx::apps::x033::ex2 ( )
inline

ex2 Interpolation periodischer Daten

Definition at line 48 of file x033.h.

◆ get_output_stream()

auto nmx::apps::x033::get_output_stream ( const char *  name,
Format  fmt = Output::csv 
)
inline

get_output_stream

Parameters
nameName der Datei ohne Suffix
fmtFormatierungsobjekt

Definition at line 82 of file x033.h.

◆ interp1()

void nmx::apps::x033::interp1 ( )
inline

interp1 lineare und spline Interpolation eines diskreten Datensatzes

Definition at line 92 of file x033.h.

◆ interp2()

void nmx::apps::x033::interp2 ( )
inline

interp2 Beschreibung einer geradlinigen Bewegung durch Interpolation

Definition at line 138 of file x033.h.