The PowerSeries class Basisklasse Berechnung von Taylorpolynomen von Funktionen.
More...
#include <x015.h>
|
| size_t | _n |
| |
| std::function< double(size_t, double)> | _fn |
| |
|
| static std::vector< double > | cache |
| |
The PowerSeries class Basisklasse Berechnung von Taylorpolynomen von Funktionen.
Definition at line 19 of file x015.h.
◆ PowerSeries()
| nmx::apps::x015::PowerSeries::PowerSeries |
( |
size_t |
n | ) |
|
|
inlineprotected |
◆ factorial()
| static double nmx::apps::x015::PowerSeries::factorial |
( |
size_t |
n | ) |
|
|
inlinestaticprotected |
factorial Fakultät
- Parameters
-
- Returns
- Werte aus Speicher oder aus Stirling-Formel
Definition at line 57 of file x015.h.
◆ operator()()
| double nmx::apps::x015::PowerSeries::operator() |
( |
double |
x | ) |
const |
|
inline |
operator ()
- Parameters
-
- Returns
- Näherungswert der Funktion
Definition at line 89 of file x015.h.
◆ sign()
| static int nmx::apps::x015::PowerSeries::sign |
( |
size_t |
n | ) |
|
|
inlinestaticprotected |
sign
- Parameters
-
- Returns
- Wert (-1)^n
Definition at line 81 of file x015.h.
◆ sum()
| double nmx::apps::x015::PowerSeries::sum |
( |
double |
x | ) |
const |
|
inlineprotected |
sum Summe aller Terme
- Parameters
-
- Returns
- Näherungswert der Funktion
Definition at line 43 of file x015.h.
◆ _fn
| std::function<double(size_t, double)> nmx::apps::x015::PowerSeries::_fn |
|
protected |
◆ _n
| size_t nmx::apps::x015::PowerSeries::_n |
|
protected |
◆ cache
| std::vector<double> nmx::apps::x015::PowerSeries::cache |
|
inlinestaticprotected |
The documentation for this class was generated from the following file: