dune-functions 2.9.0
|
A linear combination of trigonomic functions. More...
#include <dune/functions/analyticfunctions/trigonometricfunction.hh>
Public Member Functions | |
K | operator() (const K &x) const |
Evaluate function. More... | |
A linear combination of trigonomic functions.
K | Scalar type. The polynomial will map K to K |
sinFactor | Factor in front of sin |
cosFactor | Factor in front of cos |
This class exists mainly to demonstrate how to implement the Concept::DifferentiableFunction<Range(Domain), DerivativeTraits> concept.
|
inline |
Evaluate function.