Dune Core Modules (2.9.0)

Dune::Functions::TrigonometricFunction< K, sinFactor, cosFactor > Class Template Reference

A linear combination of trigonomic functions. More...

#include <dune/functions/analyticfunctions/trigonometricfunction.hh>

Public Member Functions

operator() (const K &x) const
 Evaluate function.
 

Detailed Description

template<class K, int sinFactor, int cosFactor>
class Dune::Functions::TrigonometricFunction< K, sinFactor, cosFactor >

A linear combination of trigonomic functions.

Template Parameters
KScalar type. The polynomial will map K to K
sinFactorFactor in front of sin
cosFactorFactor in front of cos

This class exists mainly to demonstrate how to implement the Concept::DifferentiableFunction<Range(Domain), DerivativeTraits> concept.


The documentation for this class was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (Apr 18, 22:30, 2024)