HyperspaceExplorer 0.7.1
|
Testing a ParametricFunction to initialize a RealFunction with. More...
#include <RealFunctionImplementations.h>
Public Member Functions | |
virtual return_type | f (const argument_type &x) |
The function defining the parametric equation for the P -surface. | |
Private Attributes | |
static constexpr double | a1x = 1 |
static constexpr double | a1y = -1 |
static constexpr double | a1z = 1 |
static constexpr double | a2xx = -1 |
static constexpr double | a2xy = 1 |
static constexpr double | a2xz = -1 |
static constexpr double | a2yy = 1 |
static constexpr double | a2yz = -1 |
static constexpr double | a2zz = 1 |
Static Private Attributes | |
static constexpr double | a0 = 0 |
Testing a ParametricFunction to initialize a RealFunction with.
virtual return_type ParametricTestFunction::f | ( | const argument_type & | x | ) | [inline, virtual] |
The function defining the parametric equation for the P
-surface.
Implement this in every derived class.
x | Value of the parameter to be evaluated. |
x
. Implements ParametricFunction< 4, 3 >.