dune-functions  2.6-dev
Classes | Namespaces | Functions
trigonometricfunction.hh File Reference

Go to the source code of this file.

Classes

class  Dune::Functions::TrigonometricFunction< K, sinFactor, cosFactor >
 A linear combination of trigonomic functions. More...
 

Namespaces

 Dune
 
 Dune::Functions
 

Functions

template<class K , int sinFactor, int cosFactor>
TrigonometricFunction< K, -cosFactor, sinFactor > Dune::Functions::derivative (const TrigonometricFunction< K, sinFactor, cosFactor > &f)
 Obtain derivative of TrigonometricFunction function. More...