|
Programmierpraktikum NPDGL I
|
function used to test the DiscreteSpaceOperator Mehr ...
#include <function_library.hh>


Öffentliche Methoden | |
| double | operator() (const double x) const |
| Auswertung der Funktion. | |
function used to test the DiscreteSpaceOperator
This implements \( f(x) = cos(x) \)
| double TestDerivFunc1::operator() | ( | const double | x | ) | const [inline] |
Auswertung der Funktion.
Diese Methode wertet die Funktion \( f \) an einer Stelle \( x \in \mathbb{R} \) aus.
| x | Das Argument \(x\) an welcher die Funktion ausgewertet werden soll. |
Erneute Implementation von Function.
1.7.3